How do you make mono audio track playback in stereo in Ubuntu?

11,975

Solution 1

Updated for VLC 2.2.1:

  1. Tools > Preferences > Audio > Output. Select ALSA Audio Output.
  2. Tools > Preferences. Select the "all" radio button at the bottom.
    • Audio > Output modules > ALSA. Select the mono option from the Audio output channels dropdown menu.
  3. Restart VLC

Original answer:

You can use VLC to do this. But I had trouble getting the mono to actually work. Here's what ended up working for me:

  1. Tools > Preferences > Audio > Output. Select ALSA Audio Output.
  2. Tools > Preferences. Select the "all" radio button at the bottom.
    • Audio > Filters. Select the mono option ("audio filter for stereo to mono")
  3. Restart VLC

Solution 2

VLC can do it. When playing the video just go Audio ⇨ Audio Channels ⇨ Right/Left.

Solution 3

Not exactly a solution for you, but the 'ecasound' package will, at the command line, fake stereo from a mono sound file. That is, it will create a second sound channel on a .wav file which is in mono.

Sometimes I save an internet video to disk and then turn it into an MP3. If it's mono this fixes it.

I understand that you want something that will fix a streaming video file while it is playing: I honestly don't know of a practical way of doing that. I suppose you could put the Jack package in your sound queue and add some sort of real-time filter, but, honestly, I think the pain of trying to get that to work wouldn't be worth it. Sorry.

Share:
11,975

Related videos on Youtube

user2254
Author by

user2254

Updated on September 17, 2022

Comments

  • user2254
    user2254 over 1 year

    Every once in a while I'll come across a video that I want to watch (whether it be youtube or otherwise), and the sound, for whatever reason, will be only coming out one speaker. It's not a problem with my hardware, or any kind of configuration; it's because whoever encoded the video, messed up the audio. If I used speakers this wouldn't be a problem, but 100% of my listening is done with headphones. This makes for a very annoying experience. You'd think something like this hardly ever happens, but it seems I come across this more than most people, and it;s really annoying.

    One easy fix is to pull out the earphone plug a little, which causes one channel to be send through both ear speakers. This works, but the slightest tug of the wire sends the plug out completely. Also, sometimes if it's the left channel that's only playing, the "half way out" method will not work because it'll just send the right side (the quiet side) through both speakers.

    There has to be some kind of program that sits between the sound system and the output jack that can make all sound mono?

    • Admin
      Admin about 14 years
      Mono implies one channel. It sounds like these sound files are already mono. But, yes, you want both channels the same. Would it be a function of the sound mixer in Ubuntu? I'm using Ubuntu 9.10 and I just noticed it only supports stereo output! I wonder if there's a different mixer you could try.
    • Admin
      Admin about 14 years
      Misuse of mono tag.
  • Gnoupi
    Gnoupi about 14 years
    This is not what the asker wants to achieve, though. He has mono sound source, and wants it on both speakers.
  • quack quixote
    quack quixote about 14 years
    good tip on ecasound (sox can probably do this too). i too think Jack could do it live, but i expect either PulseAudio or ALSA is capable of this too, and more likely to already be installed.
  • Cfinley
    Cfinley almost 10 years
    While this would work for videos already on the hard drive, this would not work for YouTube videos (as stated in the question).
  • Scott - Слава Україні
    Scott - Слава Україні about 5 years
    Where can we get this software?  Is there any documentation?
  • myQwil
    myQwil about 5 years
    I've updated the answer to provide a link to the website. I should mention that I'm using Ubuntu Studio, which comes with the software, so in that regard, I didn't personally go through the installation process.
  • Ravindra Bawane
    Ravindra Bawane over 3 years
    Explaining HOW to use this extention to fix the problem will make this an answer. Right now this is just a suggestion and a comment.