Difference between revisions of "2 soundcards"

(added link section)
Ms (talk)
(Play MP3 Audio)
Zeile 7: Zeile 7:
 
mpg321 --stdout SomeFile.mp3 | aplay -D hw:0,2,0 -c 2 -t raw -r 44100 -f S16_LE
 
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:
+
Second sound card using Line Out on Soundblaster Live:
   
 
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

Version vom 09:51, 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 using 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