You are not logged in.

#1 2009-04-07 03:57:57

himynameiskevin
Member
Registered: 2009-01-06
Posts: 6
Website

is there a way to force mono sound output?

there must be a way, i've been looking around a little but haven't found anything.. i think i'm having trouble with a connection somewhere and it's driving me nuts, looking for a quick fix.

Offline

#2 2009-04-07 03:59:21

himynameiskevin
Member
Registered: 2009-01-06
Posts: 6
Website

Re: is there a way to force mono sound output?

oh yeah..

01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)

also, i'm using alsa

Offline

#3 2009-04-07 09:05:28

void_false
Member
Registered: 2009-02-22
Posts: 13

Re: is there a way to force mono sound output?

Maybe:
mplayer media.avi -channels 1
?

Once I downloaded a movie with only right sound channel. Then I used mplayer with this command to normally watch it.

Offline

#4 2009-05-05 10:43:05

vi3dr0
Member
From: Poland
Registered: 2009-03-22
Posts: 208

Re: is there a way to force mono sound output?

Bump!

There must be some way. I''m using amarok, alsa and needs mono output, but nothing is working.


Thinkpad T61p : T7700 | 4GB RAM | nVidia FX 570M | Intel 4965
Arch64 @ Openbox

Offline

#5 2009-05-06 14:43:13

vi3dr0
Member
From: Poland
Registered: 2009-03-22
Posts: 208

Re: is there a way to force mono sound output?

Finally! big_smile

To get mono output (guitar amplifier as speaker tongue) on Amarok with ALSA do the following -

- add

pcm.mono {
   type plug
   slave {
      pcm default
      channels 1
   }
   route_policy average
}

to ~/.asoundrc
- restart ALSA (/etc/rc.d/alsa restart)
- change stereo output in Amarok from default to mono

This should be much easier hmm


Thinkpad T61p : T7700 | 4GB RAM | nVidia FX 570M | Intel 4965
Arch64 @ Openbox

Offline

#6 2009-06-07 11:27:31

oneway
Member
Registered: 2009-04-20
Posts: 19

Re: is there a way to force mono sound output?

hello,
i want to do the same but where can i change the stereo output in amarok2?

Offline

#7 2009-06-09 14:32:08

vi3dr0
Member
From: Poland
Registered: 2009-03-22
Posts: 208

Re: is there a way to force mono sound output?

oneway wrote:

hello,
i want to do the same but where can i change the stereo output in amarok2?

AFAIK you can't wink use amarok1 instead.


Thinkpad T61p : T7700 | 4GB RAM | nVidia FX 570M | Intel 4965
Arch64 @ Openbox

Offline

#8 2011-04-19 10:15:00

mardon86
Member
Registered: 2011-04-19
Posts: 2

Re: is there a way to force mono sound output?

Hi, I can do this with mplayer...

Command Line :
mplayer -af pan=2:1:1:1:1 test.mp3

GUI (using SMplayer) :
Preferences > Advanced > Option for MPlayer.
Type this option in 'Audio filters' box :
pan=2:1:1:1:1

Offline

#9 2011-04-19 10:28:27

mardon86
Member
Registered: 2011-04-19
Posts: 2

Re: is there a way to force mono sound output?

Ow, the option overlouds the sound, this option is better :
pan=2:0.5:0.5:0.5:0.5

Offline

#10 2011-04-19 11:37:20

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: is there a way to force mono sound output?

vi3dr0 wrote:

- restart ALSA (/etc/rc.d/alsa restart)

Not necessary. Just edit ~/.asoundrc, and restart the sound-using app.

Offline

#11 2011-04-19 21:42:41

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: is there a way to force mono sound output?

Depending on your needs, a complete different aproach to the situation is to use jack. Most applications work well with jack, and the ones that don't can also be redirected to jack. Sound that goes through jack can then be routed/manipulaed as you wish.

Offline

Board footer

Powered by FluxBB