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
This seems to be related to missing ALSA frames. There is a calculated timestamp based on received numbers of frames and that one is compared to real time.
A possible solution is to read smaller blocks of frames from ALSA.
The text was updated successfully, but these errors were encountered:
By setting buffer size to 4096 frames instead of reading frames for 0.5 sec also solved problems that I thought was related to audio feedback. Conclusion: ALSA works better with smaller buffer compared to the lib that I used earlier.
The fix is available in the master branch for test. Assigned to milestone 0.9.1.
This seems to be related to missing ALSA frames. There is a calculated timestamp based on received numbers of frames and that one is compared to real time.
A possible solution is to read smaller blocks of frames from ALSA.
The text was updated successfully, but these errors were encountered: