audiolab icon indicating copy to clipboard operation
audiolab copied to clipboard

Sound playback issue on Mac OS X 10.7

Open srubin opened this issue 12 years ago • 0 comments

I don't know if this is a Lion-specific bug (I haven't been able to test it yet on Snow Leopard or below), but if I call

play(frames)

or

play(frames, 44100)

(which are equivalent because of the default) the audio is played at half speed. If I call

play(frames, 88200)

the audio plays properly. As far as I can tell, this isn't a bug in audiolab itself... is it possible that CoreAudio changed with 10.7? Has anyone else seen this problem?

srubin avatar Feb 08 '12 20:02 srubin