Increasing quantum to fix crackling issues (meant to do 512 before).

This commit is contained in:
Siina Mashek 2024-12-04 14:29:00 +02:00
parent 57e952d29a
commit 200709a872

View file

@ -1,5 +1,5 @@
context.properties = { context.properties = {
default.clock.rate = 48000 default.clock.rate = 48000
default.clock.allowed-rates = [ 44100 48000 ] default.clock.allowed-rates = [ 44100 48000 ]
default.clock.min-quantum = 256 default.clock.min-quantum = 512
} }