| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
usb_stream PCM plugin is used together with snd-usb-us122l driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
|
|
|
|
|
|
|
|
|
| |
ALSA bug#3860:
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3860
The Maemo DSP plugin checks for D-Bus in configure.in and then makes a bold assumption that this means it should use a proprietary resource manager available only on a specific proprietary platform.
Attaching a patch to add --enable-maemo-resource-manager configure flag that enables the resource manager if set and if D-Bus is present.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
| |
|
|
|
|
|
|
|
|
| |
- Add --with-speex configure option to specify the build of speex rate
plugin. As default, it's linked to external library. If not available,
defaults to builtin code.
- Show build conditions at the end of configure script
- Use AS_HELP_TEXT()
|
|
|
|
|
|
|
| |
Added another rate resampler plugin based on speex code.
Light weight and much better quality.
From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
This patch file changes the build configuration files to add alsa-dsp
plugin to communicate
with n770 system.
Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Added hgcompile script.
|
|
|
|
|
|
|
| |
Added (experimental) a52 output plugin.
The plugin requires libavcodec as the audio encoding engine.
See doc/a52.txt for the usage.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Added the external OSS mixer <-> ALSA control plugin.
|
| |
|
| |
|
|
|