[Cs-dev] coreaudio devices
Date | 2005-05-23 19:04 |
From | Victor Lazzarini |
Subject | [Cs-dev] coreaudio devices |
I have committed a fix that seems to sort some of the problems with coreaudio devices not opening. It seems that some devices are particular in the way they have their sampling rate set. I have tested the changes with my USB quattro and it now works (previously it did not). So, I'm now waiting to see if it works with other devices. Please let me know how you are doing. Btw, if a device, as Matt said, has a input and output split in two devices, currently there is no full-duplex for it. I am considering now the possibility of opening two different devices for full-duplex, but this is not possible at the moment. Victor ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-23 19:24 |
From | "Matt J. Ingalls" |
Subject | [Cs-dev] Re: [Csnd] coreaudio devices |
i havent tried it yet, but in tiger you can make 'aggregrate devices' -- so presumably you can take all your audio devices and have applications treat it as one full-duplex device. so i wouldnt waste time implementing something where you are dealing with clock drifts, sr convert and stuff like that. if that is waht you were thinking? -m On Mon, 23 May 2005, Victor Lazzarini wrote: > I have committed a fix that seems to sort some of the > problems with coreaudio devices not opening. It seems that > some devices are particular in the way they have their > sampling rate set. > > I have tested the changes with my USB quattro and it now > works (previously it did not). > > So, I'm now waiting to see if it works with other devices. > Please > let me know how you are doing. > > Btw, if a device, as Matt said, has a input and output split > in two > devices, currently there is no full-duplex for it. I am > considering now > the possibility of opening two different devices for > full-duplex, but Ë> this is not possible at the moment. > > Victor > -- > Send bugs reports to csound-bugs@cs.bath.ac.uk > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > |
Date | 2005-05-23 19:41 |
From | shree |
Subject | [Cs-dev] Re: [Csnd] coreaudio devices |
The emi 2|6 appears as two seperate devices (a two channel) and a (6 channel) As previously mentioned portaudio did not like it because of the uneven channels 2in 6 out So i am hopeful it will work as 2 in 2 out with Victor's new commits I will report when i get home to my inferior soundcard. :-) On May 23, 2005, at 2:04 PM, Victor Lazzarini wrote: > I have committed a fix that seems to sort some of the > problems with coreaudio devices not opening. It seems that > some devices are particular in the way they have their > sampling rate set. > > I have tested the changes with my USB quattro and it now > works (previously it did not). > > So, I'm now waiting to see if it works with other devices. > Please > let me know how you are doing. > > Btw, if a device, as Matt said, has a input and output split > in two > devices, currently there is no full-duplex for it. I am > considering now > the possibility of opening two different devices for > full-duplex, but > this is not possible at the moment. > > Victor > -- > Send bugs reports to csound-bugs@cs.bath.ac.uk > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > > Patrick Pagano, M.F.A. Digital Media Specialist Digital Worlds Institute University Of Florida (352) 294-2082 Patrick Pagano, M.F.A. Digital Media Specialist Digital Worlds Institute University Of Florida (352) 294-2082 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-23 19:49 |
From | "Matt J. Ingalls" |
Subject | [Cs-dev] Re: [Csnd] coreaudio devices |
> I will report when i get home to my inferior soundcard. :-) well i have been using one recently -- i had it lying around because a friend thought it sucked and gave it to me to test coreaudio stuff with. but i recently bought an ibook and needed an input device.. and i have to say it the emi does suck! it is really noisy, and is prone to buffer drops and weird things like that -- maybe due to the 2-device thing ? -m > > > > > On May 23, 2005, at 2:04 PM, Victor Lazzarini wrote: > >> I have committed a fix that seems to sort some of the >> problems with coreaudio devices not opening. It seems that >> some devices are particular in the way they have their >> sampling rate set. >> >> I have tested the changes with my USB quattro and it now >> works (previously it did not). >> >> So, I'm now waiting to see if it works with other devices. >> Please >> let me know how you are doing. >> >> Btw, if a device, as Matt said, has a input and output split >> in two >> devices, currently there is no full-duplex for it. I am >> considering now >> the possibility of opening two different devices for >> full-duplex, but >> this is not possible at the moment. >> >> Victor >> -- >> Send bugs reports to csound-bugs@cs.bath.ac.uk >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >> >> > Patrick Pagano, M.F.A. > Digital Media Specialist > Digital Worlds Institute > University Of Florida > (352) 294-2082 > > > Patrick Pagano, M.F.A. > Digital Media Specialist > Digital Worlds Institute > University Of Florida > (352) 294-2082 > > -- Send bugs reports to csound-bugs@cs.bath.ac.uk > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-23 19:58 |
From | shree |
Subject | [Cs-dev] Re: [Csnd] coreaudio devices |
i have been using it without fail or incident on my mac for three years the only problem, like i said is that portaudio did not like the uneven channels otherwise i guess my patches are so efficient that there is no clicking :-) seriously, though, grad school is over, so i am willing to upgrade-- any suggestions in the moderate $$$ range ? Pat On May 23, 2005, at 2:49 PM, Matt J. Ingalls wrote: > > >> I will report when i get home to my inferior soundcard. :-) > > well i have been using one recently -- i had it lying around because a > friend thought it sucked and gave it to me to test coreaudio stuff > with. but i recently bought an ibook and needed an input device.. and > i have to say it the emi does suck! it is really noisy, and is prone > to buffer drops and weird things like that -- maybe due to the > 2-device thing ? > -m > > > > >> >> >> On May 23, 2005, at 2:04 PM, Victor Lazzarini wrote: >> >>> I have committed a fix that seems to sort some of the >>> problems with coreaudio devices not opening. It seems that >>> some devices are particular in the way they have their >>> sampling rate set. >>> I have tested the changes with my USB quattro and it now >>> works (previously it did not). >>> So, I'm now waiting to see if it works with other devices. >>> Please >>> let me know how you are doing. >>> Btw, if a device, as Matt said, has a input and output split >>> in two >>> devices, currently there is no full-duplex for it. I am >>> considering now >>> the possibility of opening two different devices for >>> full-duplex, but >>> this is not possible at the moment. >>> Victor >>> -- >>> Send bugs reports to csound-bugs@cs.bath.ac.uk >>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >> Patrick Pagano, M.F.A. >> Digital Media Specialist >> Digital Worlds Institute >> University Of Florida >> (352) 294-2082 >> >> >> Patrick Pagano, M.F.A. >> Digital Media Specialist >> Digital Worlds Institute >> University Of Florida >> (352) 294-2082 >> >> -- Send bugs reports to csound-bugs@cs.bath.ac.uk >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >> > -- > Send bugs reports to csound-bugs@cs.bath.ac.uk > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > > Patrick Pagano, M.F.A. Digital Media Specialist Digital Worlds Institute University Of Florida (352) 294-2082 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-23 23:06 |
From | Pat Pagano |
Subject | [Cs-dev] Re: [Csnd] coreaudio devices |
No dice on the emi 2|6 at home out works fine, In does not. :-( c'mon matt fix it for me. %-] otherwise, i will be using soundflower to control Improsculpt through pd/msp for 5.1 outputs N stuff but it would be nice to have a little less overhead going on at the club.... I will have the how to done real soon. cheers Pat On May 23, 2005, at 2:49 PM, Matt J. Ingalls wrote: > > >> I will report when i get home to my inferior soundcard. :-) > > well i have been using one recently -- i had it lying around because a > friend thought it sucked and gave it to me to test coreaudio stuff > with. but i recently bought an ibook and needed an input device.. and > i have to say it the emi does suck! it is really noisy, and is prone > to buffer drops and weird things like that -- maybe due to the > 2-device thing ? > -m > > > > >> >> >> On May 23, 2005, at 2:04 PM, Victor Lazzarini wrote: >> >>> I have committed a fix that seems to sort some of the >>> problems with coreaudio devices not opening. It seems that >>> some devices are particular in the way they have their >>> sampling rate set. >>> I have tested the changes with my USB quattro and it now >>> works (previously it did not). >>> So, I'm now waiting to see if it works with other devices. >>> Please >>> let me know how you are doing. >>> Btw, if a device, as Matt said, has a input and output split >>> in two >>> devices, currently there is no full-duplex for it. I am >>> considering now >>> the possibility of opening two different devices for >>> full-duplex, but >>> this is not possible at the moment. >>> Victor >>> -- >>> Send bugs reports to csound-bugs@cs.bath.ac.uk >>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >> Patrick Pagano, M.F.A. >> Digital Media Specialist >> Digital Worlds Institute >> University Of Florida >> (352) 294-2082 >> >> >> Patrick Pagano, M.F.A. >> Digital Media Specialist >> Digital Worlds Institute >> University Of Florida >> (352) 294-2082 >> >> -- Send bugs reports to csound-bugs@cs.bath.ac.uk >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >> > -- > Send bugs reports to csound-bugs@cs.bath.ac.uk > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-23 23:23 |
From | Patrick Pagano |
Subject | [Cs-dev] Re: [Csnd] coreaudio devices |
a nice workaround might be if you can select seperate dac and adc, no? On May 23, 2005, at 6:06 PM, Pat Pagano wrote: > No dice on the emi 2|6 at home > out works fine, In does not. > > :-( > > c'mon matt fix it for me. %-] > > otherwise, i will be using soundflower to control Improsculpt through > pd/msp for 5.1 outputs N stuff > but it would be nice to have a little less overhead going on at the > club.... > > I will have the how to done real soon. > cheers > > Pat > > > On May 23, 2005, at 2:49 PM, Matt J. Ingalls wrote: > >> >> >>> I will report when i get home to my inferior soundcard. :-) >> >> well i have been using one recently -- i had it lying around because >> a friend thought it sucked and gave it to me to test coreaudio stuff >> with. but i recently bought an ibook and needed an input device.. >> and i have to say it the emi does suck! it is really noisy, and is >> prone to buffer drops and weird things like that -- maybe due to the >> 2-device thing ? >> -m >> >> > > >>> >>> >>> On May 23, 2005, at 2:04 PM, Victor Lazzarini wrote: >>> >>>> I have committed a fix that seems to sort some of the >>>> problems with coreaudio devices not opening. It seems that >>>> some devices are particular in the way they have their >>>> sampling rate set. >>>> I have tested the changes with my USB quattro and it now >>>> works (previously it did not). >>>> So, I'm now waiting to see if it works with other devices. >>>> Please >>>> let me know how you are doing. >>>> Btw, if a device, as Matt said, has a input and output split >>>> in two >>>> devices, currently there is no full-duplex for it. I am >>>> considering now >>>> the possibility of opening two different devices for >>>> full-duplex, but >>>> this is not possible at the moment. >>>> Victor >>>> -- >>>> Send bugs reports to csound-bugs@cs.bath.ac.uk >>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >>> Patrick Pagano, M.F.A. >>> Digital Media Specialist >>> Digital Worlds Institute >>> University Of Florida >>> (352) 294-2082 >>> >>> >>> Patrick Pagano, M.F.A. >>> Digital Media Specialist >>> Digital Worlds Institute >>> University Of Florida >>> (352) 294-2082 >>> >>> -- Send bugs reports to csound-bugs@cs.bath.ac.uk >>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >>> >> -- >> Send bugs reports to csound-bugs@cs.bath.ac.uk >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >> > > -- > Send bugs reports to csound-bugs@cs.bath.ac.uk > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > > Patrick Pagano, B.S.,M.F.A Digital Media Specialist Digital Worlds Institute University Of Florida (352) 294-2082 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |