2 soundcards: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
imported>Ms (added link section) |
imported>Ms |
||
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 | 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 08:51, 31. Dez 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