summaryrefslogtreecommitdiffstats
path: root/pph/speex_resampler.h
Commit message (Collapse)AuthorAgeFilesLines
* Update speex rate converter codeTakashi Iwai2007-08-141-31/+34
| | | | | Take speex rate converter code from speex SVN tree, which includes the fix for the noises with simple conversion (signed / unsigned mismatch).
* Update version of speex resampler pluginTakashi Iwai2007-03-211-36/+42
| | | | | | | | 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/+319
Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>