alsa-plugins icon indicating copy to clipboard operation
alsa-plugins copied to clipboard

pulseaudio: rewind does not seem to work properly

Open z-s-e opened this issue 1 year ago • 1 comments

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.

z-s-e avatar Feb 24 '24 16:02 z-s-e

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.

z-s-e avatar Jul 11 '24 17:07 z-s-e