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 am getting ALSA lib pcm.c:8424:(snd_pcm_recover) underrun occurred when sampling audio at 48000Hz probably due to driver issues. When I set the rate to 41200 I stop getting that error, but the audio goes way out of sync. The problem probably stems from driver issues.
Maybe a timestamp Atomic variable should be added on the Player to sync up frames. Not sure if this solves the sampling issues.
The text was updated successfully, but these errors were encountered:
I am getting
ALSA lib pcm.c:8424:(snd_pcm_recover) underrun occurred
when sampling audio at 48000Hz probably due to driver issues. When I set the rate to 41200 I stop getting that error, but the audio goes way out of sync. The problem probably stems from driver issues.Maybe a timestamp Atomic variable should be added on the Player to sync up frames. Not sure if this solves the sampling issues.
The text was updated successfully, but these errors were encountered: