Downmix to mono with headphones?
Is it possible to downmix stereo sound to while using the headphone output plug? Ideally it could be toggled on and off quickly. Downmixing the media files isn't really a good solution as I would need to store both versions for different occasions (sometimes using headphones and speakers with a broken or weak other channel). Additionally, it wouldn't work with streaming media. The speaker already does downmixing according to this (https://together.jolla.com/question/43149/downmix-to-mono/) so there probably is a way to do it with the plug, too.
I've tried the Pulseaudio commands described in this link: http://askubuntu.com/questions/17791/can-i-downmix-stereo-audio-to-mono Apparently, this changed nothing as I tried playing some stereo test video and the playback was still stereo. After that I have also tried to set the new sink as default and move a current stream in the new sink but that just resulted in silence. http://askubuntu.com/questions/71863/how-to-change-pulseaudio-sink-with-pacmd-set-default-sink-during-playback It looks like things are a bit different in Jolla even though they both are using Pulseaudio, so it probably needs a better understanding of Pulseaudio mechanics (or a completely different approach without Pulseaudio?).
I got curious and tried the same thing. Works perfectly on the PC, silence on the Jolla phone until I moved the stream back. Next idea was that maybe
dthierbach ( 2014-10-21 10:11:40 +0200 )editremix
has a different default. Withremix=false
on the PC I also get silence, but withremix=true
on the Jolla phone there's still silence. Possibly remixing in the module is broken/disabled? It wouldn't be the first time there's a bug in Pulseaudio, and compiling to ARM instead of x86 might trigger it. I guess the next step would be compiling from source and starting to debug. I can't see anything wrong with the method, and I don't think there's a different method (unless you write your own module, or process the stream with an external program).You might want to vote this up if you haven't already: https://together.jolla.com/question/14952/music-player-should-have-equalizer-and-balance-lr-controls/
A decent equalizer should do the trick through a specific option or through panning 100% to either L or R.
Okw ( 2014-10-23 15:49:19 +0200 )edit