From 958160aa545e3d91b2a4f1a367817e73d298e8a9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 10 Aug 2023 19:12:38 +1000 Subject: Use the libspeexdsp resampler AFAICT it runs a little slower? but it's fixed point, and has much better understood audio characteristics. --- lib/speexdsp/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/speexdsp/README (limited to 'lib/speexdsp/README') diff --git a/lib/speexdsp/README b/lib/speexdsp/README new file mode 100644 index 00000000..8d10b1c2 --- /dev/null +++ b/lib/speexdsp/README @@ -0,0 +1,3 @@ +See INSTALL file for instructions on how to install SpeexDSP. + +SpeexDSP is a patent-free, Open Source/Free Software DSP library. -- cgit v1.2.3