Better way to enable bit-perfect audio

This commit is contained in:
ssn
2026-04-07 12:07:12 +02:00
parent 14f9338bb1
commit 2cecafd956
2 changed files with 24 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
context.properties = {
#default.clock.rate = 48000
default.clock.allowed-rates = [ 44100, 48000, 88200, 96000, 176400, 192000, 384000 ]
default.clock.allowed-rates = [ 44100, 48000, 88200, 96000, 176400, 192000 ]
}