summaryrefslogtreecommitdiffstats
path: root/pph/resample.c
Commit message (Collapse)AuthorAgeFilesLines
* Update speex rate converter codeTakashi Iwai2007-08-141-58/+155
| | | | | Take speex rate converter code from speex SVN tree, which includes the fix for the noises with simple conversion (signed / unsigned mismatch).
* Disable direct sinc tableTakashi Iwai2007-07-201-1/+4
| | | | | The direct sinc table can be noisy in some conditions (e.g. up-conversion from 11025 to 44100Hz). Disable it as a temporary solution for now.
* Update version of speex resampler pluginTakashi Iwai2007-03-211-71/+152
| | | | | | | | From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> I'm attaching an updated version of my resampler plugin. It fixes a few minor issues and it adds support for fixed-point processing (just add -DFIXED_POINT to the build). Let me know if there's any problem.
* Add rate resampler plugin based on speexTakashi Iwai2007-02-221-0/+933
Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>