Difference between revisions of "2 soundcards"
(playing MP§) |
(→Play MP3 Audio) |
||
Zeile 3: | Zeile 3: | ||
==Play MP3 Audio== |
==Play MP3 Audio== |
||
− | First sound card |
+ | 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 |
mpg321 --stdout SomeFile.mp3 | aplay -D hw:0,2,0 -c 2 -t raw -r 44100 -f S16_LE |
||
− | Second sound card |
+ | 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 |
mpg123 --stdout SomeFile.mp3 | aplay -D hw:1,0,0 -c 2 -t raw -r 44100 -f S16_LE |
Version vom 09:49, 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