From ccf7e28e6e0ef32956cc5ff48242990be9e308de Mon Sep 17 00:00:00 2001 From: "siim@karf.net" Date: Tue, 19 May 2026 08:10:30 +0200 Subject: [PATCH] Added resample quality setting --- 10-bitperfect.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/10-bitperfect.conf b/10-bitperfect.conf index 652237d..8ef27b7 100644 --- a/10-bitperfect.conf +++ b/10-bitperfect.conf @@ -1,4 +1,7 @@ context.properties = { #default.clock.rate = 48000 default.clock.allowed-rates = [ 44100, 48000, 88200, 96000, 176400, 192000 ] -} \ No newline at end of file +} +stream.properties = { + resample.quality = 14 +}