mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
Meta: Increase PulseAudio timer period to 2ms
This seems to prevent crackling audio when starting up Qemu whenever there is audio already playing.
This commit is contained in:
committed by
Andreas Kling
parent
9d8a566d83
commit
69a7ffa174
@@ -146,7 +146,7 @@ elif [ "$NATIVE_WINDOWS_QEMU" -eq "1" ]; then
|
||||
elif "$SERENITY_QEMU_BIN" -audio-help 2>&1 | grep -- "-audiodev id=sdl" >/dev/null; then
|
||||
SERENITY_AUDIO_BACKEND="-audiodev sdl,id=snd0"
|
||||
else
|
||||
SERENITY_AUDIO_BACKEND="-audiodev pa,timer-period=1000,id=snd0"
|
||||
SERENITY_AUDIO_BACKEND="-audiodev pa,timer-period=2000,id=snd0"
|
||||
fi
|
||||
|
||||
if [ "$installed_major_version" -eq 5 ] && [ "$installed_minor_version" -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user