Stereo Boost Filter

Effects, Recipes, Interfacing with other software, etc.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Stereo Boost Filter

Post by kozikowski » Sat Jan 19, 2013 7:42 pm

Didn't somebody do a stereo boost filter? It should be grade school level programming. Convert the stereo show to L+R and L-R, change the ratio between them, effectively increasing or decreasing the separation and then put it back to L and R.

This is different from making stereo where none had existed before. I know we did that, but I can't find it.

Koz

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Stereo Boost Filter

Post by Robert J. H. » Sun Jan 20, 2013 3:30 am

You can employ the channel-mixer plug-in to widen the stereo image or the seperate stereo widenener.
To create stereo from nada, you can use the pseudo-stereo plug-in.
We could of course also write a plug-in, that converts L/R explicitly to M/S and vice-versa (or include the presets in the channel-mixer plug).
Convert to M/S:
(New Left Channel --< Mid) 50% left and 50% right.
(New Right Channel --< Side) 50% left and -50% right.

Convert back to L/R:
(New Left Channel) 100% left and 100% right.
(New Right Channel) 100% left and -100% right.
[Edit: values corrected]
Last edited by Robert J. H. on Sun Jan 20, 2013 7:49 am, edited 1 time in total.

kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Stereo Boost Filter

Post by kozikowski » Sun Jan 20, 2013 4:40 am

channel-mixer plug-in
Is it possible to get to this plug-in from the forum homepage without using forum search, Google or recursive logic?

Koz

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Stereo Boost Filter

Post by Robert J. H. » Sun Jan 20, 2013 5:37 am

Fortunately, the plug-in is located on the Nyquist download page:
http://wiki.audacityteam.org/wiki/Nyqui ... nnel_Mixer
If you'd ask me, it should be included in the Audacity release, but that's subjective.

kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Stereo Boost Filter

Post by kozikowski » Sun Jan 20, 2013 6:11 am

That link gives me a damaged, partially blank page.

Correct me, but there's no information of the existence of that page anywhere in the regular documentation. How did you know it was there?

Does this contain the long sought-after listing of all Steve's Plugins?
Koz

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Stereo Boost Filter

Post by Robert J. H. » Sun Jan 20, 2013 7:12 am

Maybe this one works:

http://wiki.audacityteam.org/wiki/Nyqui ... nnel_Mixer

The previous link was copied from a post by Steve, but obviously, some characters got lost. Sorry.

steve
Site Admin
Posts: 80751
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Stereo Boost Filter

Post by steve » Mon Jan 21, 2013 8:25 am

kozikowski wrote:Is it possible to get to this plug-in from the forum homepage without using forum search, Google or recursive logic?
The manual mostly covers features that are shipped (as standard) with /in Audacity.

The main Audacity website has a page for "plug-ins and libraries" http://audacityteam.org/download/plugins
On this page there is:
Nyquist Plug-Ins

Audacity has built-in support for Nyquist effects on all operating systems. You can download additional Nyquist plug-ins, or create ....
which links to this page: http://audacityteam.org/download/nyquistplugins
on which you finally get the link to: Complete list of optional Nyquist plug-ins on the Audacity Wiki.


The trail is a bit more direct on the wiki.
The wiki home page has a link in the "Resources" section: Effects Plug-ins
which takes you to this page: http://wiki.audacityteam.org/wiki/Plug-ins
where you will find a direct link to Nyquist Plug-ins, which then tells you how to install Nyquist plug-ins and where to get them from.

This is the page to bookmark - the full list of Nyquist plug-ins on the wiki: http://wiki.audacityteam.org/wiki/Downl ... t_Plug-ins
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply