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
Chromium seems to do a poor job at updating it's audio stream. Under heavier load than the raudio examples it becomes extremely choppy and distorted. I was able to resolve this issue by increasing the miniaudio config.periodSizeInMilliseconds to about 30 (instead of the default 10). There is an issue on this mackron/miniaudio#150
Note that "heavier load" does not imply low framerate, just that the issue does not arise from the stock examples.
In addition, Brave Browser seems to be very affected by this to the point where even the examples on raylib.com cause the issue. The config.periodSizeInMilliseconds fix works for this as well. I have opened an issue with the Brave browser since their issue is divergent from Chromium's behavior (which plays the examples fine): brave/brave-browser#10619
Environment
Linux, Chromium
The text was updated successfully, but these errors were encountered:
Issue description
Chromium seems to do a poor job at updating it's audio stream. Under heavier load than the raudio examples it becomes extremely choppy and distorted. I was able to resolve this issue by increasing the miniaudio config.periodSizeInMilliseconds to about 30 (instead of the default 10). There is an issue on this mackron/miniaudio#150
Note that "heavier load" does not imply low framerate, just that the issue does not arise from the stock examples.
In addition, Brave Browser seems to be very affected by this to the point where even the examples on raylib.com cause the issue. The config.periodSizeInMilliseconds fix works for this as well. I have opened an issue with the Brave browser since their issue is divergent from Chromium's behavior (which plays the examples fine): brave/brave-browser#10619
Environment
The text was updated successfully, but these errors were encountered: