(no title)
gyan | 1 month ago
I answer Qs on this topic, not post them.
----
Here's an example I found:
https://superuser.com/questions/1929615/ (the canonical q is about extracting as mono, the closed q is about muting one channel)
gyan | 1 month ago
I answer Qs on this topic, not post them.
----
Here's an example I found:
https://superuser.com/questions/1929615/ (the canonical q is about extracting as mono, the closed q is about muting one channel)
zahlman|1 month ago
The point is to show the technique, not to meet individual exact needs. Stack Overflow doesn't need separate "how do I get the second line of a file?" and "how do I get the third line of a file?" questions.
gyan|1 month ago
The orig wants a mono output with one of the original channels as signal source. This involves downmixing i.e. rematrixing the audio.
The dupe want to just mute one of the channels, not repan it. One can't apply map_channel to do what the dupe wants.
One can use a couple of methods to achieve the dupe, including pan. But the syntax of pan needed for the dupe case is not the same as the orig, or deducible from it. They need to consult the docs (fortuitously, the dupe case is an illustrated example) or get a direct answer. The 'technique' shown in the orig is not intuitively adaptable to the dupe - one needs to know about the implicit muting that pan applies, which is not documented or evident in the orig answer. So it's not a duplicate of the source Q.