audiolib/audio/deps/resampler
2024-03-04 01:21:43 +01:00
..
arch.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00
AUTHORS SpeexDSP resampler 2024-02-28 21:25:27 +01:00
config.h Rework config.h for speex resampler 2024-03-04 01:21:43 +01:00
COPYING SpeexDSP resampler 2024-02-28 21:25:27 +01:00
fixed_arm4.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00
fixed_arm5e.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00
fixed_debug.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00
fixed_generic.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00
os_support.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00
README.md SpeexDSP resampler 2024-02-28 21:25:27 +01:00
resample.c Bugfix: Resampler did not allocate enough space sometimes (rounding error) 2024-03-01 01:31:03 +01:00
resample_neon.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00
speex_resampler.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00
speexdsp_types.h SpeexDSP resampler 2024-02-28 21:25:27 +01:00

SpeexDSP Resampler

This code was lifted from speexdsp-1.2.1 and modified to be as small as possible. Only the fixed point API remains, all external dependencies to other files from speexdsp have been included so this just contains the resampler.