Increasing quantum to fix crackling issues (meant to do 512 before).
This commit is contained in:
parent
57e952d29a
commit
200709a872
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue