Use the libspeexdsp resampler

AFAICT it runs a little slower? but it's fixed point, and has much
better understood audio characteristics.
This commit is contained in:
jacqueline
2023-08-10 19:12:38 +10:00
parent d8fc77101d
commit 958160aa54
163 changed files with 77244 additions and 253 deletions
+8
View File
@@ -0,0 +1,8 @@
Installing SpeexDSP is as easy as:
% ./configure [--prefix=<install-path>]
% make
% make install
Note that if you are using the code from git you will need to run "autogen.sh"
and then "configure".