summaryrefslogtreecommitdiffstats
path: root/rate
Commit message (Collapse)AuthorAgeFilesLines
* Fix the pop noise with samplerate pluginTakashi Iwai2007-07-131-1/+7
| | | | | A (temporary) fix for the pop noise at the beginning of playback with samplerate plugin.
* Add -no-undefined option to LDFLAGSTakashi Iwai2007-06-041-1/+1
| | | | Added -no-undefined option to LDFLAGS to make linking sure.
* Add plugin directory configure optionTakashi Iwai2007-05-031-6/+6
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* Fix wrong implementation of input/output_frames in samplerate pluginTakashi Iwai2007-02-221-2/+2
| | | | | | | The libsamplerate rate plugin has wrong implementations of input_frames and output_frames callbacks. They have to be swapped. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
* Add samplerate rate converter pluginTakashi Iwai2006-04-062-0/+212
Added a rate converter pluging using libsamplerate. The plugin is built only when libsamplerate is detected by configure. See doc/samplerate.txt for usage. This plugin is released under GPL (to follow the license of libsamplerate), not LGPL.