settings: set the max-quantum to 2048

Allow an app to request up to 2048/48000 quantum. This will be scaled
with the selected sample rate so if the graph changes to 96000, the
quantum will be scaled to 4096. It will scale up to the hard limit of
quantum_limit.

See #1931
This commit is contained in:
Wim Taymans 2022-01-12 17:58:14 +01:00
parent c8d4cef2d2
commit 71028f184d
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ context.properties = {
#default.clock.allowed-rates = [ 48000 ]
#default.clock.quantum = 1024
#default.clock.min-quantum = 32
#default.clock.max-quantum = 8192
#default.clock.max-quantum = 2048
#default.clock.quantum-limit = 8192
#default.video.width = 640
#default.video.height = 480