I haven't checked, but I assume PulseEffects must have a module to convert stereo to mono.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Pulse effects, is that some sort of addon to pulse audio? Will look into it, thanks!
It's an application that runs in the background and applies all sorts of filters and effects to your sound before it goes to the speakers. It's actually quite cool, it can upgrade a crappy set of speakers/headphones to a mediocre one by applying the right adjustments.
Oh i see, tried to install it here but it didn't work, the app doesn't start, Lots of people are recommending switching to pipewire, i think i may try that
I see. I've never used it but it sounds like a good suggestion :)
hey! So, i ended up trying to download this again and it worked perfectly, it was exactly what i needed, i think it didn't work before cuz i had downloaded the wrong app, didn't saw that the name was "easyeffects" and downloaded this "pulseeffects-legacy" one, which didn't work probably cuz turned out i was using pipewire-pulse all along, so yeah, your suggestion was the one i needed soo, thank you!
I'm glad it's working! Yeah, right after posting that message I also noticed they forked it with a new name.
If you use pipewire instead of pulse audio then you can install pipewire-jack and then use any of the jack patchbay applications to rewire the channels. Currently I use qpwgraph but there are several options.
Hmm, the easy way would be to simply set the balance to 100% left, but that's just the left channel and not both. Maybe combined with some of the other's suggestions it could work.
You can also use Helvum, it's a patchbay native to Pipewire
after some messing around to see how the app works i got it, it's working thank you so much!!
Great! I agree it's a little rough for now, and it seems development is kinda slow, but it works for what it tries to achieve already
Give qpwgraph a try, does the same thing
Oh thanks, didn't know there was a Qt counterpart, it looks pretty good!
yeah
And i just noticed that, it doesn't work like i thought, tried correcting it with the help of a sink it almost worked but as they disappear after a reboot it reverts everything i did, saaaad it was so close of working
Ah that's annoying, so as I understand it should just be down to having persistent sink and routing right? Not sure if this what you want as I haven't tried, but could this thread be helpful?
Yeah i want the sinks and helvum configurations to persist between reboots, this thread does look interesting, will try that later when i get on my pc
First, change to pipewire, old man, pipewire is the new kid in the block and works great with Bluetooth headphones.
Then use streambay to do whatever you want with your audio.
Check this video: https://youtu.be/Zv1P6-kUn0c
Here is an alternative Piped link(s): https://piped.video/Zv1P6-kUn0c
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I'm open-source, check me out at GitHub.
I use qpwgraph that have the same Idea for pipewire. You can change all your inputs and outputs, I initially used to send the sound of programs to my discord input in order to stream with sound, but I also use to invert L and R when I'm watching on my couch and the wire does not fit to put the right speaker on the right so I just switch.
It is very easy.
Here some video, but I don't think you will need.
https://www.youtube.com/watch?v=TDBGsbwMo40
Here is an alternative Piped link(s): https://piped.video/watch?v=TDBGsbwMo40
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I'm open-source, check me out at GitHub.
either install an old version of pulseeffects or update to pipewire and set a mono filter
Unfortunately I do not remember how, but I did this a few years back. However, I used jackd instead of pulseaudio on that machine, so that might be one of the requirements.
Ooh, will keep that in mind thank you!
Good god I remember doing this like 10 years ago. I don't remember what I did, only that it was a nightmare. I only hope the situation has improved.
https://blog.desdelinux.net/en/pulseaudio-como-cambiar-a-mono-en-lugar-de-stereo/ this looks like something similar to the solution I came to in the end. Here's some more information https://askubuntu.com/questions/17791/can-i-downmix-stereo-audio-to-mono and this https://askubuntu.com/questions/71863/how-to-change-pulseaudio-sink-with-pacmd-set-default-sink-during-playback/72076#72076
Good luck.
thanks!
Just found out my system is actually running pipewire, so that's why everything i tried didn't work right! But when i checked i remember seeing pulse-audio
Or maybe i just read it wrong... well that makes things easier, will look into y'all suggestions about pipe, thanks!
It's probably the pulseaudio provided by the pipewire backend, it is there for compatibility with apps that still rely on it: https://wiki.archlinux.org/title/PipeWire#PulseAudio_clients
Ooh yup, that's exactly the same package that's installed here "pipewire-pulse", makes sense