How to temper boomy bass on old Ferric Oxide recording
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.
How to temper boomy bass on old Ferric Oxide recording
It features open tuning acoustic guitar played mainly on the bass strings making it quite resonant anyway...over a fairly low sequenced synth loop.
On this old fe cassette transfer the low frequencies need tightening up what is the best approach? I need the frequencies but not the loose preponderance of them.
On this old fe cassette transfer the low frequencies need tightening up what is the best approach? I need the frequencies but not the loose preponderance of them.
Re: How to temper boomy bass on old Ferric Oxide recording
Effect - Equalizer allows you to adjust selected frequency bands. It's usually easier to start with the Graphic EQ option.
Try pulling-down all of the sliders below 100Hz to see if that moves things in the right direction. If that leaves too much mid-bass, try reducing the bands up to 150 or 200 Hz... Just experiment to see what you can do. That should leave you with too little bass. From there, you can push the sliders back-up one-by-one 'till you find a good bass-balance. (Use the Preview button to find the right sound before "permanently" applying the effects.)
You may find that there are only one or two frequency-bands that are over-resonant, and the other sliders may need little or no adjustment.
P.S.
After applying effects that can affect volume, it's almost always a good idea to normalize the volume so the peaks are at (or near) 0dB which is the "digital maximum". The Amplify effect will scan your file and automatically default to whatever adjustment is needed (up or down) for 0dB peaks.
Audacity itself uses floating point so it can go over 0dB temporarily/internally. But normal WAV files and CDs will clip (distort) if you go over 0dB and your digital-to-analog converter is also limited to 0dB.
Try pulling-down all of the sliders below 100Hz to see if that moves things in the right direction. If that leaves too much mid-bass, try reducing the bands up to 150 or 200 Hz... Just experiment to see what you can do. That should leave you with too little bass. From there, you can push the sliders back-up one-by-one 'till you find a good bass-balance. (Use the Preview button to find the right sound before "permanently" applying the effects.)
You may find that there are only one or two frequency-bands that are over-resonant, and the other sliders may need little or no adjustment.
P.S.
After applying effects that can affect volume, it's almost always a good idea to normalize the volume so the peaks are at (or near) 0dB which is the "digital maximum". The Amplify effect will scan your file and automatically default to whatever adjustment is needed (up or down) for 0dB peaks.
Audacity itself uses floating point so it can go over 0dB temporarily/internally. But normal WAV files and CDs will clip (distort) if you go over 0dB and your digital-to-analog converter is also limited to 0dB.
Re: How to temper boomy bass on old Ferric Oxide recording
Thanks for the in-depth reply doug, I'll give that a go over the next few days.
Hopefully it is just one or two frequency bands.
Hopefully it is just one or two frequency bands.
Re: How to temper boomy bass on old Ferric Oxide recording
Nearly there thanks.
Sloping it off fairly quickly then right the way down under 100hz is doing the trick. Just a matter of fine tuning it now.
When it's right for the car (mp3 or cd format) it sounds a touch thin (in wav or flac) on my mp3 player.
Sloping it off fairly quickly then right the way down under 100hz is doing the trick. Just a matter of fine tuning it now.
When it's right for the car (mp3 or cd format) it sounds a touch thin (in wav or flac) on my mp3 player.
Re: How to temper boomy bass on old Ferric Oxide recording
Got there! Thanks for the help.
For future reference can anyone point me to a good (pictorial) frequency chart for the hz ranges of different instruments and vocals that I can use with the EQ plugin?
For future reference can anyone point me to a good (pictorial) frequency chart for the hz ranges of different instruments and vocals that I can use with the EQ plugin?
Re: How to temper boomy bass on old Ferric Oxide recording
Here's one.
There's a lot of overlap, especially when you include harmonics & overtones.
One common trick the pros use is to set-up a parametric equalizer with a notch (a deep cut over a fairly narrow frequency band) and then "sweep" across the frequency range to find "problem areas". (I don't know if you can do that with Audacity's built-in effects, or if you'd need a 3rd-party plug-in.)
There's a lot of overlap, especially when you include harmonics & overtones.
One common trick the pros use is to set-up a parametric equalizer with a notch (a deep cut over a fairly narrow frequency band) and then "sweep" across the frequency range to find "problem areas". (I don't know if you can do that with Audacity's built-in effects, or if you'd need a 3rd-party plug-in.)
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: How to temper boomy bass on old Ferric Oxide recording
The best option would be to have a real-time parametric peaking filter, where a slider would sweep the center frequency. Bandwidth and gain had to be adjusted separately.DVDdoug wrote:Here's one.
There's a lot of overlap, especially when you include harmonics & overtones.
One common trick the pros use is to set-up a parametric equalizer with a notch (a deep cut over a fairly narrow frequency band) and then "sweep" across the frequency range to find "problem areas". (I don't know if you can do that with Audacity's built-in effects, or if you'd need a 3rd-party plug-in.)
I use a Nyquist workaround.
My plug-in boosts the sweeping center frequency by about 10 dB (it is easier to make out resonances that way). The audio is being played and the center moves upwards.
You simply press cancel as soon as you hear the boominess and the reversed filter is applied e.g. cut by -6 dB.
The breakpoint can only be determined within 1 s (at 44.1 kHz), thus the audio has to be listened too for quite a while if the step-size (in Hz) is small.
The following code in the nyquist prompt shows what I mean:
Code: Select all
(eq-band s (pwl 0 80 1 500 1) (pwl 0 10 1 10 1) (pwl 0 0.1 1 0.1 1))Re: How to temper boomy bass on old Ferric Oxide recording
Thanks for the chart Doug.
Thank you Robert but my head doesn't stretch to the info in your post at the moment. I'm a beginner with many aspects of this.
Thank you Robert but my head doesn't stretch to the info in your post at the moment. I'm a beginner with many aspects of this.