I have Audacity 2.0.5 installed on a computer running Win Vista Home Premium. Nuances of version and OS are probably irrelevant to my question, which is, Does Audacity have an M-S decoding function?
I record in M-S format so it is fundamental that any editing software I use should be able to convert M-S to stereo. The basic operations are-
Left channel=M+S and Right channel =M-S.
It is often done with 3 mixer channels in hardware or software. There is nothing particularly special about the mixer channels except that at least one of them needs a phase invert function on its input, and that this channel, and another, have to be fed with the same input signal. We get subtraction (M-S) by summing/mixing the two signals in antiphase.
Anyone had any experience in doing this operation in Audacity?
Keith
Mid-Side decoding
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
Keith Taylor
- Posts: 7
- Joined: Tue Jun 03, 2014 5:17 pm
- Operating System: Please select
Re: Mid-Side decoding
To invert a track, use "Effect > Invert".
You may also need to split / join stereo tracks: http://manual.audacityteam.org/o/man/sp ... racks.html
You may also need to split / join stereo tracks: http://manual.audacityteam.org/o/man/sp ... racks.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: Mid-Side decoding
You can also download Steve's channel-mixer plug-in.
One of the presets (e.g. left to center) is what you want.
One of the presets (e.g. left to center) is what you want.
Re: Mid-Side decoding
Available here: http://wiki.audacityteam.org/wiki/Nyqui ... nnel_MixerRobert J. H. wrote:You can also download Steve's channel-mixer plug-in.
Installation instructions: http://wiki.audacityteam.org/wiki/Downl ... g_Plug-ins
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Keith Taylor
- Posts: 7
- Joined: Tue Jun 03, 2014 5:17 pm
- Operating System: Please select
Re: Mid-Side decoding
Steve and Robert, thanks for your prompt and helpful responses. For the plugin to do what it is capable of tends to indicate that it is doing sum and difference operations on the stereo signals and finally restoring them to stereo. This suggests that M-S decoding is possible.
Keith
Keith
Re: Mid-Side decoding
The plug-in is written in a scripting language called "Nyquist".
Nyquist plug-ins are plain text files, so can easily be edited in any plain text editor (such as NotePad or NotePad++)
You can read about Nyquist plug-ins here: http://wiki.audacityteam.org/wiki/Nyqui ... _Reference
and we have a forum board specifically for things to do with Nyquist: http://forum.audacityteam.org/viewforum.php?f=39
Nyquist plug-ins are plain text files, so can easily be edited in any plain text editor (such as NotePad or NotePad++)
You can read about Nyquist plug-ins here: http://wiki.audacityteam.org/wiki/Nyqui ... _Reference
and we have a forum board specifically for things to do with Nyquist: http://forum.audacityteam.org/viewforum.php?f=39
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
themickster
- Posts: 308
- Joined: Wed Aug 12, 2015 10:50 pm
- Operating System: Windows 10
Re: Mid-Side decoding
Why does there need to be the phase difference between the two sides? Don't they cancel each other?