PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.51k stars 307 forks source link

Switching sample rate (say of hardware interface) while stream is open crashes PA/CoreAudio #102

Open PortAudio-admin opened 13 years ago

PortAudio-admin commented 13 years ago

Issue created by @RossBencina

PA/CoreAudio doesn't handle sample rate change notifications correctly while streams are running. Especially if it's using a sample rate converter object.

Correct CoreAudio usage is discussed here: http://osdir.com/ml/coreaudio-api/2010-09/msg00010.html

PortAudio-admin commented 13 years ago

Comment by @bejayoharen

"Crash" should be described a bit. What exactly happens?

PortAudio-admin commented 12 years ago

Comment by @RossBencina

TRAC migration: propagating ticket status from TRAC