summaryrefslogtreecommitdiffstats
path: root/pph
Commit message (Collapse)AuthorAgeFilesLines
* Enable link with external libspeexTakashi Iwai2007-05-242-1/+11
| | | | | | | | - 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()
* Add plugin directory configure optionTakashi Iwai2007-05-031-5/+5
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* Add missing header files for pphv1.0.14rc4Takashi Iwai2007-05-021-1/+1
|
* Add missing files for pphTakashi Iwai2007-03-232-0/+303
| | | | Added missing files for pph speex resampler plugin.
* Update version of speex resampler pluginTakashi Iwai2007-03-214-110/+197
| | | | | | | | 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-224-0/+1433
Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>