summaryrefslogtreecommitdiffstats
path: root/pph/rate_speexrate.c
Commit message (Collapse)AuthorAgeFilesLines
* Add PCM rates query support for PCM rate pluginsTakashi Iwai2009-06-021-2/+33
| | | | | | | Follow the new PCM rate-plugin protocol to support the rate range queries, etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Update speex rate converter codeTakashi Iwai2007-08-141-1/+2
| | | | | Take speex rate converter code from speex SVN tree, which includes the fix for the noises with simple conversion (signed / unsigned mismatch).
* Enable link with external libspeexTakashi Iwai2007-05-241-0/+4
| | | | | | | | - Add --with-speex configure option to specify the build of speex rate plugin. As default, it's linked to external library. If not available, defaults to builtin code. - Show build conditions at the end of configure script - Use AS_HELP_TEXT()
* Update version of speex resampler pluginTakashi Iwai2007-03-211-2/+2
| | | | | | | | 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.
* pph - do not include <samplerate.h> in rate_speexrate.cv1.0.14rc3Jaroslav Kysela2007-02-261-1/+0
|
* Add rate resampler plugin based on speexTakashi Iwai2007-02-221-0/+162
Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>