Actually, I just tested this by putting mplayer options
into gmusicbrowser and then creating a pipe
and then an aplay instance
And it works beautifully when playing any audio from the library! 8)
Code Select
-ao pcm:nowaveheader:file=/home/user/gmbfifo
into gmusicbrowser and then creating a pipe
Code Select
mkfifo /home/user/gmbfifo
and then an aplay instance
Code Select
aplay -t raw -c 2 -f S16_LE -r 44100 /home/user/gmbfifo
And it works beautifully when playing any audio from the library! 8)