[If you don't cc the list, others can't follow the issue.] On 24 Jul 2011, at 12:43, Jonas Zeleninsky wrote:
Well, should work but it's not. Same issue with sample rate persists. Trying to locate the problem now, but I'm really just C beginner at moment.
Happy hacking! Hans
On 24.7.2011, at 12:39, Hans Aberg wrote:
On 24 Jul 2011, at 12:16, Jonas Zeleninsky wrote:
Good morning (here)
so I tried little experiment, downloaded 4.0.8 version of RtAudio, replaced the old rtaudio.cpp, rtaudio.h and rterror.h with new ones and tried to recompile it again (make osx) I found some stuff (maybe) relating to the issue:
rtaudio.cpp: In member function ‘virtual void RtApiCore::initialize()’: rtaudio.cpp:1646: warning: ‘AudioHardwareGetPropertyInfo’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1249)
Drop a note to the author of RTAudio: it looks as though it calls stuff in CoreAudio that has been marked deprecated, so the package should be updated. Since you only got a warning it might work for now.
Hans