You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jukebox currently uses the PortAudio library as a cross-platform sound API. Unfortunately, it does not have the functionality to receive device count change events. This leads to stuttering if the new default device has different stream parameters to the old one.
Until the PortAudio team decides to release this feature, I'll be thinking of migrating to libsoundio. Again though, libsoundio is build failing on MacOS because it is using a deprecated API, so can't use that yet either.
Ugh.
The text was updated successfully, but these errors were encountered:
Jukebox currently uses the
PortAudio
library as a cross-platform sound API. Unfortunately, it does not have the functionality to receive device count change events. This leads to stuttering if the new default device has different stream parameters to the old one.Until the
PortAudio
team decides to release this feature, I'll be thinking of migrating tolibsoundio
. Again though,libsoundio
is build failing on MacOS because it is using a deprecated API, so can't use that yet either.Ugh.
The text was updated successfully, but these errors were encountered: