summaryrefslogtreecommitdiffstats
path: root/rate
Commit message (Collapse)AuthorAgeFilesLines
* Add PCM rates query support for PCM rate pluginsTakashi Iwai2009-06-021-2/+27
| | | | | | | Follow the new PCM rate-plugin protocol to support the rate range queries, etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Check for --no-undefined linker flag and use it.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
| | | | | | | This adds extra safety that the built libraries will have all the correct dependencies linked in. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* 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.