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
In my application, after I use snd_pcm_rewind() strange things happen, such as snd_pcm_status_get_avail() reporting a value larger than period_count * frames_per_period which my app depends on to never happen.
The text was updated successfully, but these errors were encountered:
I have tested this again, I still have massive issues with the pulseaudio plugin. My player app works not well at all under pulseaudio (underruns at playback start, glitchy rewinding), while it works perfectly when using raw alsa hw devices or pipewire.
In my application, after I use
snd_pcm_rewind()
strange things happen, such assnd_pcm_status_get_avail()
reporting a value larger thanperiod_count * frames_per_period
which my app depends on to never happen.The text was updated successfully, but these errors were encountered: