Page 1 of 1
Set Mono Mode as default
Posted: 28 Sep 2020 16:11
by Moonbird
Hello! I've a question, how I can set the default "Stereo Mode" to Mono for all songs. I use VLC for listening to modules (.mod). When listening to a file, I can set to Mono mode, which mixes the left and right audio channel together into one ear, as it was intended. The problem is, that when the next song is played, VLC automatically switches back to Stereo! How can I make it staying with Mono audio? I'm using Linux with VLC 3.0.9.2, but I doubt it has something to do with OSes and version numbers.
Re: Set Mono Mode as default
Posted: 28 Sep 2020 17:50
by Rémi Denis-Courmont
Set stereo-mode in the preferences or vlcrc, not via the Audio menu.
Re: Set Mono Mode as default
Posted: 01 Oct 2020 13:30
by Moonbird
I found it, where the stereo mode can be set in the settings. There are some options: Stereo, Stereo channels swapped, left, right, dolby sourround, headphones (translated words, may look different in the actual version). But mono is missing there.
Same for VLC 3.0.11 on Windows.
Re: Set Mono Mode as default
Posted: 01 Oct 2020 21:11
by Rémi Denis-Courmont
Eh. Well you have to edit vlcrc then.
Re: Set Mono Mode as default
Posted: 05 Oct 2020 10:01
by Moonbird
Confirmed to work. Merci!
Re: Set Mono Mode as default
Posted: 01 Nov 2020 19:04
by donpayasos
This sounds like exactly what I want to do, except I have no idea how to "edit vlrc" and I can't find out by searching for those terms here. Any more explicit advice would be welcome.
Also, it does seem like a bug, the fact that "mono" isn't listed as an option in audio preferences.
Also, though I can make the audio play OK by resetting it to mono, when I record it still comes out as a distorted stereo.
Re: Set Mono Mode as default
Posted: 13 Jan 2021 18:04
by Moonbird
Have a look at the VLC Wiki. Under the search term "vlcrc", you'll find the page called Preferences. Here:
https://wiki.videolan.org/Preferences/
Depending on your operating system, the vlcrc file is located elsewhere. For Linux, as my user name on my computer is called "Bird", it would be the path /home/bird/.config/vlc It's a hidden folder, so you probably should type it into the address bar on your Linux.
You can edit the vlcrc file with a standard text editor. Search for the line "stereo-mode". Remove the "#" in front of that line, because it would comment the line out. Maybe you've seen this in programming code. The lines with a "#" aren't used in the actual program.
Re: Set Mono Mode as default
Posted: 07 Feb 2022 17:37
by Myk Streja
Thanks to all who answered, especially Moonbird who pointed to where the file was in Linux/Ubuntu, and Rémi Denis-Courmont who provided the exact code to change. Thanks everybody. --Myk