summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* speex - Add echo-cancelling option to speexdsp pluginTakashi Iwai2009-06-161-1/+10
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add arcam-av pluginPeter Stokes2009-01-222-1/+30
| | | | | | | Added arcam-av control plugin (type "arcam_av") for accessing Arcam AV amplifier via ALSA mixer interface. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add Speex pre-processing pluginTakashi Iwai2009-01-212-1/+56
| | | | | | Added Speex pre-processing filter plugin for denoise, AGC, etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add documentation for speex rate pluginTakashi Iwai2007-03-072-1/+31
| | | | | | Added the documentation for speex rate plugin. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
* Add livavcodec resampler pluginTakashi Iwai2007-02-202-1/+34
| | | | | | | | | | Add a new pcm_rate plugin, "lavcrate", that uses the resampling filter from libavcodec. It should provide high performance and good output quality. Add a documentation file for lavcrate. Update autoconf and automake to build lavcrate. From: Nicholas Kain <njkain@gmail.com>
* Alsa support for Maemo SDK (n770): DocumentationEduardo Valentin2006-11-062-1/+184
| | | | | | This patch file adds a REAME file for alsa-dsp plugin. Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
* Follow Polypaudio/PulseAudio name changePierre Ossman2006-07-122-14/+14
| | | | | | | | Polypaudio recently changed its name to PulseAudio which affects the names of libraries of header files. Update the polyp, now pulse, plug-in to follow this name change. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* Add missing a52.txtTakashi Iwai2006-06-211-1/+1
| | | | Added missing a52.txt in EXTRA_DIST.
* a52 - Add slavepcm optionTakashi Iwai2006-05-241-0/+17
| | | | | | | - Added slavepcm option to specify the slave PCM string explicitly - Don't use plug but linear plugin for default slave. We need only the linear format conversion, and the channel/rate conversion should be avoided.
* Add a52 output pluginTakashi Iwai2006-04-061-0/+48
| | | | | | | Added (experimental) a52 output plugin. The plugin requires libavcodec as the audio encoding engine. See doc/a52.txt for the usage.
* Misc fixes for upmix pluginTakashi Iwai2006-04-061-5/+16
| | | | | - Add channel option to specify the output channels explicitly - Fix 6-channel input
* Add samplerate rate converter pluginTakashi Iwai2006-04-062-1/+31
| | | | | | | | | | 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.
* Add upmix and vdownmix pluginsTakashi Iwai2006-03-213-1/+59
| | | | | | | | | | Added PCM upmix and vdownmix plugins. The upmix plugin is for upmixing to 4.0 or 5.1 surrounds by simple copying (and delay line for rear). The vdownmix plugin is a kind of "virtual surround", which downmixes 4.0 or 5.1 input to 2.0 output with some effect.
* Fix a typoTakashi Iwai2006-03-031-1/+1
| | | | Fix a typo in file name.
* Fix Makefile.am entryTakashi Iwai2006-02-231-1/+1
| | | | Fix Makefile.am entry for README-polyp and -jack.
* Update polyp pluginTakashi Iwai2006-02-231-0/+41
| | | | | | | | | From: Pierre Ossman <ossman@cendio.se> Here is a final update to the plugin and the documentation. This release adds capture volume and mute switches. This should also be the last API change in polypaudio before the next release, so this plugin should be stable for now.
* Structure reorganziation, added polyp pluginTakashi Iwai2006-02-213-0/+80
- Reorganized the directory structure: Now each plugin(s) is loaded in own subdirectory. - Added polypaudio plugin by Pierre Ossman <ossman@cendio.se> - Fixed COPYING file to LGPL (under which all codes are released, so far)