Difference between revisions of "2 soundcards"

(Play MP3 Audio)
Ms (talk)
(added link section)
Zeile 10: Zeile 10:
   
 
mpg123 --stdout SomeFile.mp3 | aplay -D hw:1,0,0 -c 2 -t raw -r 44100 -f S16_LE
 
mpg123 --stdout SomeFile.mp3 | aplay -D hw:1,0,0 -c 2 -t raw -r 44100 -f S16_LE
  +
  +
==Links==
  +
*Alsa Plugins: http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html

Version vom 09:50, 31 Dezember 2005

Making them run

...

Play MP3 Audio

First sound card using IEC958 on Terratec Aureon Fun:

 mpg321 --stdout SomeFile.mp3 | aplay -D hw:0,2,0 -c 2 -t raw -r 44100 -f S16_LE

Second sound card usinf Line Out on Soundblaster Live:

 mpg123 --stdout SomeFile.mp3 | aplay -D hw:1,0,0 -c 2 -t raw -r 44100 -f S16_LE

Links