sad

simple audio daemon
git clone git://git.2f30.org/sad
Log | Files | Refs | LICENSE

commit f8287f42e879e6f8d932a98f30667077ff846852
parent 805907160bf9588d6f52fcfbf067c2aaaa498a5c
Author: sin <sin@2f30.org>
Date:   Wed, 31 Dec 2014 15:30:52 +0000

Default to SOXR_QQ

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -1,4 +1,4 @@ -#define RESAMPLEQUALITY SOXR_VHQ /* very high quality, higher cpu usage */ +#define RESAMPLEQUALITY SOXR_QQ Outputdesc outputdescs[] = { { "sndio", 16, 44100, 2, 0, 0, &sndiooutput, NULL, -1 },