Mplayer stream to a single speaker

Status
Not open for further replies.

bakechad

Member
Joined
Jun 28, 2008
Messages
20
I was trying to figure out how to send a mono Internet stream to a single speaker using Mplayer in Linux.

I found it in this thread:

[MPlayer-users] possible to send mono sound to just one speaker?

This plays to one of the speakers:
mplayer -af pan=2:0:1 whatever.wav

This plays to the other speaker:
mplayer -af pan=2:1:0 whatever.wav


I tested it out and it works great.

Next step is to try it with multiple soundcards. I am going to try to setup to listen to 6 separate streams using 3 sound cards and 3 sets of speakers.

If I can get my hands on a set of 5.1 speakers, I should be able to listen to 5 streams off one sound card.

Anyone else trying anything like this?
 
Status
Not open for further replies.
Top