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
I've noticed that programs using pcaudiolib with ALSA sometimes lock up
during the call to audio_object_drain.
From what I can tell, this is due to snd_pcm_drain being called when
the pcm handle is in a state other than SND_PCM_STATE_RUNNING or
SND_PCM_STATE_PREPARED.
This may be a bug in the alsa library libasound, rather than pcaudiolib itself.
The text was updated successfully, but these errors were encountered:
I've noticed that programs using pcaudiolib with ALSA sometimes lock up
during the call to audio_object_drain.
From what I can tell, this is due to snd_pcm_drain being called when
the pcm handle is in a state other than SND_PCM_STATE_RUNNING or
SND_PCM_STATE_PREPARED.
This may be a bug in the alsa library libasound, rather than pcaudiolib itself.
The text was updated successfully, but these errors were encountered: