mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-23 15:39:58 +00:00
81ce8153c4
- now multichannel works (before only 1 channel worked). i tested stereo, and it works fine. - i extended the configuration. the jack ports to connect to are now not hard-coded anymore. instead, they will have to be specified in the asound.conf, which allows to connect to any other jack client. my asound.conf now looks like this: pcm.jackplug { type plug slave { pcm "jack" } } pcm.jack { type jack playback_ports { 0 alsa_pcm:playback_1 1 alsa_pcm:playback_2 } capture_ports { 0 alsa_pcm:capture_1 1 alsa_pcm:capture_2 } } |
||
---|---|---|
aserver | ||
doc | ||
include | ||
src | ||
test | ||
utils | ||
acconfig.h | ||
acinclude.m4 | ||
ChangeLog | ||
configure.in | ||
COPYING | ||
cvscompile | ||
INSTALL | ||
Makefile.am | ||
MEMORY-LEAK | ||
TODO |