Selur's Little Message Board
Audio Channel Rebalancing - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Audio Channel Rebalancing (/thread-4154.html)



Audio Channel Rebalancing - erebus - 15.07.2025

Hello, I'm currently using Hybrid and am having trouble with editing audio. I am looking to have audio play from both channels as my sample clip only has the right audio channel functioning, like converting from stereo -> mono. Is there a way to have both audio channels play?


RE: Audio Channel Rebalancing - Selur - 15.07.2025

"Audio->Base->Audio Encoding Options->Filtering->DownMix->Custom" allows setting custom mixing using the remix option of sox.
For example given a stereo input where the audio is only one the left channel, one could use:
1v0.5 1v0.5
to split that audio over both channels or
1v1 1v1
to copy the left over to the right channel.
If you want stereo to mono, you could simply select 'toMono'.

Cu Selur