[Stk] RtAudio in OS X ?

Gary Scavone gary@ccrma.Stanford.EDU
Mon, 3 Mar 2003 09:32:43 -0800 (PST)


Hi Vincent,

You should look at the "System Requirements" section of the 
documentation.  The Mac audio system only supports 44.1 kHz, so you 
have to change the sample rate accordingly:

  ./demo BeeThree -or -im -s 44100

--gary

On Mon, 3 Mar 2003, Vincent Voelz wrote:

>>hi --
>>
>>I'm having problems get the demo program (projects/demo/demo.cpp)  to 
>>output realtime audio under Mac OS X 10.2.  When I run the program, here's 
>>what I  get:
>>
>>>> ./demo BeeThree -or -im
>>
>>RtAudio: no devices found for given parameters.
>>
>>
>>RtAudio: no devices found for given parameters.
>>
>>Abort
>>>>
>>
>>Outputing to file works fine.   And interestingly, projects/examples/
>>bethree.cpp works--RtAudio() is able to find a device and play a sound to the 
>>speaker. 
>>
>>Anybody have ideas?
>>
>>Vincent Voelz
>>vvoelz@itsa.ucsf.edu