Why this soundcard allow me to play 2 mp3 at the same time while this doesn’t.. Hum good question. In fact to support this kind of stuff the sound card should support have some sub-device, to be sure .. simply aplay -l
Here on my shuttle .. not working
aplay -l
**** List of PLAYBACK Hardware Devices ****
card [...]
Tags: alsa, audio, computer, linux, soundcard
admin February 9th, 2005
Regis just release the first version of python alsa module. Beside this is a part of a really large program, i ‘ve been working on for a while, i don’t really know this part. Phil and Regis decided to distribute it alone.
For more infos check:
http://base-art.net/wk/Article/6.html Phil blog
http://respyre.org/pyalsa.html PyAlsa webpage
– Enjoy sound :)
Tags: alsa, Python
admin May 8th, 2004
Installing Alsa (as a lot of linux kernel module) on Debian (w/ debian package) can be a real pain. But this one is really simple:
- apt-get install alsa-base
- apt-get install alsa-source
Take care that alsa-base ask you which sound card you have. This is needed for building the init-script.
Next:
cd /usr/src/
tar xvfj alsa-driver.tar.bz2
cd modules/alsa-driver
./configure
make
make install
/etc/init.d/alsa start
Take [...]
Tags: alsa, linux
admin January 21st, 2004