| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
| |
Added (experimental) a52 output plugin.
The plugin requires libavcodec as the audio encoding engine.
See doc/a52.txt for the usage.
|
|
|
|
|
| |
- Add channel option to specify the output channels explicitly
- Fix 6-channel input
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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 typo in file name.
|
|
|
|
| |
Fix Makefile.am entry for README-polyp and -jack.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
- 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)
|