From 9ba816d28e47b125175854d0c9274e18faac1bf4 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sat, 21 Sep 2019 06:54:59 +0200 Subject: [PATCH] Lower the default audio block size from 20ms to 10ms. The new default block size is supported by virtually all devices which allows switching between devices without further configuration. The buffer size remains the same, so this change won't affect audio stability. ok mpi@ --- sndiod/sndiod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sndiod/sndiod.c b/sndiod/sndiod.c index fe08d2b..56cde52 100644 --- a/sndiod/sndiod.c +++ b/sndiod/sndiod.c @@ -68,7 +68,7 @@ * block size if neither ``-z'' nor ``-b'' is used */ #ifndef DEFAULT_ROUND -#define DEFAULT_ROUND 960 +#define DEFAULT_ROUND 480 #endif /*