Subsonic Filter Help?
Posted: Fri Feb 25, 2011 3:46 pm
As a new user of Audicity really appreciate the Tips, Tutorials and Forum comments especially concerning 1.3.13 Alpha.
Recently read Reducing Subsonic Noise http://wiki.audacityteam.org/wiki/Reducing_noise and agree with writer (did not see name) "While removing hi-band noise might be considered optional, removing subsonic noise seems mandatory to the writer. In contrast to hi-band noise you can apply subsonic reduction as a step in the mastering process, on the mixed and processed material, before a final Normalize."
"To remove subsonics from your track you may filter it with:
* Audacity's built in Equalizer under the Effect menu
* Audacity's built-in High Pass Filter under the same menu - set the cutoff frequency to around 25 Hz. You can repeat this same effect a couple of times if a sharper cutoff slope is desired.
* This Nyquist plug-in subsonic filter. Right-click or control-click over this link, and save it as "subsonic.ny". Then drop it into the "Plug-Ins" folder in your Audacity installation folder and restart Audacity."
Did and got this:
;nyquist plug-in
;version 1
;type process
;name "Subsonic Filter"
;action ""
;info ""
;control frequency "Frequenz" real "" 20 10 100
;control steepness "Steilheit" int "" 1 1 4
(cond
((= steepness 1) (if (arrayp s)
(vector (highpass2 (aref s 0) frequency) (highpass2 (aref s 1) frequency))
(highpass2 s frequency)))
((= steepness 2) (if (arrayp s)
(vector (highpass4 (aref s 0) frequency) (highpass4 (aref s 1) frequency))
(highpass4 s frequency)))
((= steepness 3) (if (arrayp s)
(vector (highpass6 (aref s 0) frequency) (highpass6 (aref s 1) frequency))
(highpass6 s frequency)))
((= steepness 4) (if (arrayp s)
(vector (highpass8 (aref s 0) frequency) (highpass8 (aref s 1) frequency))
(highpass8 s frequency))))
As a beginner am confused as how to save? Do I save it in NotePad
Did a Forum Search using "Subsonic Filter" but got "No suitable matches were found."
Also appreciate any tips and suggestions using the Subsonic Filter?
Thanks
Ken
Recently read Reducing Subsonic Noise http://wiki.audacityteam.org/wiki/Reducing_noise and agree with writer (did not see name) "While removing hi-band noise might be considered optional, removing subsonic noise seems mandatory to the writer. In contrast to hi-band noise you can apply subsonic reduction as a step in the mastering process, on the mixed and processed material, before a final Normalize."
"To remove subsonics from your track you may filter it with:
* Audacity's built in Equalizer under the Effect menu
* Audacity's built-in High Pass Filter under the same menu - set the cutoff frequency to around 25 Hz. You can repeat this same effect a couple of times if a sharper cutoff slope is desired.
* This Nyquist plug-in subsonic filter. Right-click or control-click over this link, and save it as "subsonic.ny". Then drop it into the "Plug-Ins" folder in your Audacity installation folder and restart Audacity."
Did and got this:
;nyquist plug-in
;version 1
;type process
;name "Subsonic Filter"
;action ""
;info ""
;control frequency "Frequenz" real "" 20 10 100
;control steepness "Steilheit" int "" 1 1 4
(cond
((= steepness 1) (if (arrayp s)
(vector (highpass2 (aref s 0) frequency) (highpass2 (aref s 1) frequency))
(highpass2 s frequency)))
((= steepness 2) (if (arrayp s)
(vector (highpass4 (aref s 0) frequency) (highpass4 (aref s 1) frequency))
(highpass4 s frequency)))
((= steepness 3) (if (arrayp s)
(vector (highpass6 (aref s 0) frequency) (highpass6 (aref s 1) frequency))
(highpass6 s frequency)))
((= steepness 4) (if (arrayp s)
(vector (highpass8 (aref s 0) frequency) (highpass8 (aref s 1) frequency))
(highpass8 s frequency))))
As a beginner am confused as how to save? Do I save it in NotePad
Did a Forum Search using "Subsonic Filter" but got "No suitable matches were found."
Also appreciate any tips and suggestions using the Subsonic Filter?
Thanks
Ken