[Cs-dev] Possible bug in CoreAudio module
Date | 2011-05-27 17:33 |
From | Alex Weiss |
Subject | [Cs-dev] Possible bug in CoreAudio module |
Attachments | None None |
Hi, whenever I use the CoreAudio realtime module and try to play a .csd with a sr different from 44.1kHz, csound tells me that the sampling rate couldn't be set. However, it only ever happens the first time; if I run csound again, it works. If I change the sr in my .csd, same problem again.
Any ideas what that could be? Alex
|
Date | 2011-05-27 17:40 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Possible bug in CoreAudio module |
The coreaudio module is deprecated; use portaudio instead. It will be removed in the next release. Victor On 27 May 2011, at 17:33, Alex Weiss wrote: > Hi, > > whenever I use the CoreAudio realtime module and try to play a .csd > with a sr different from 44.1kHz, csound tells me that the sampling > rate couldn't be set. However, it only ever happens the first time; > if I run csound again, it works. If I change the sr in my .csd, same > problem again. > > Any ideas what that could be? > > Alex > ------------------------------------------------------------------------------ > vRanger cuts backup time in half-while increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1_______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-06-02 12:38 |
From | Alex Weiss |
Subject | Re: [Cs-dev] Possible bug in CoreAudio module |
Attachments | None None |
Ah, good to know. I normally use portaudio anyways, so that's not an issue. But just out of curiosity: Why is it deprecated and will be removed? On Fri, May 27, 2011 at 6:40 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: The coreaudio module is deprecated; use portaudio instead. It will be |
Date | 2011-06-02 12:55 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Possible bug in CoreAudio module |
Attachments | None None |
Because it is not needed anymore. Also the coreaudio backend keeps changing every OSX version and I think I have better things to do with my time than keeping track of it. The reason for the bug you reported is a known one and it has to do with changes in the coreaudio framework. It's better to leave this for the portaudio people rather than reinventing the wheel. Victor On 2 Jun 2011, at 12:38, Alex Weiss wrote: Ah, good to know. I normally use portaudio anyways, so that's not an issue. But just out of curiosity: Why is it deprecated and will be removed? Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |