summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add samplerate rate converter pluginTakashi Iwai2006-04-061-1/+1
| | | | | | | | | | 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-211-1/+2
| | | | | | | | | | 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.
* Structure reorganziation, added polyp pluginTakashi Iwai2006-02-211-0/+1
- 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)