Soft voice and microphone levels

Thanks Koz,

I am using the default noise reduction setting in the stock plugin. I will submit a sample tomorrow. This will really help me, thanks!

I have a much smaller round pop filter than the photo but have also made my own, which is a 6" ring like the photo. I may move back to using that one.

Thank you,
Ed

Like that?

Anything that can break up the air flow between you and the microphone.

This is an example of what can happen when you don’t.

http://kozco.com/tech/audacity/clips/PPopping.mp3

Chase was perfectly OK with that and he did many podcasts after this one.

Koz

Raw sample uploaded.
ACX check on raw file
Capture.JPG

Thinking about what you have said above, I should probably worry less about initial recording volume and a quieter recording level should require less noise reduction and just a slight bit of amplify up to specs. I can always get my chapters to pass but don’t like what it is doing to my voice.

***Whoa, just checked and the noise reduction is set to 20. You mentioned 12 being where things start to get funny.

Thanks,
Ed

I expect that to sound exactly like you. It does pass ACX. Anything you do from here is going to involve voice quality changes such as DeEsser or equalizer.

I did it an odd way.

I applied a home-build plugin called LF-Rolloff. It’s difficult to hear tones lower pitch than 100Hz (rumble, thunder), so LF-Rolloff deletes them all. Your microphone system creates some rumble and sub audible junk, so this has the advantage of making it easier to hit ACX Noise with few if any evil side-effects.

Then I applied another new tool I call SetRMS. It analyzes your work and forces it to the correct RMS (Loudness). This tool development is weeks old.

You got lucky because your work passes ACX just like that—barely.

I did apply Noise Reduction of the Beast, 6, 6, 6 using the silent portion at the beginning as the Profile. Nobody can hear that working except the noise magically goes down by half.

And…we’re done.

I’ll post details of these tools. You have to custom install them.

Koz
Screen Shot 2016-12-15 at 18.53.18.png

Everybody gets Noise Reduction wrong. The object is not to create Dead Blackness of Space silence between your words. Assuming a normal, gentle rain-in-the-trees hiss in the background, it’s to make it so you can’t hear it at normal listening volume.

Set my response clip so your voice is normal listening volume. Don’t change anything and listen to the silent portion at the beginning letting it play into the voice. The hiss noises should be very nearly completely gone. It’s important that it not completely vanish for another reason. ACX has a failure called Overprocessing. Odd sounding voice and dead zero noise can be cause for rejection.

Koz

Good voice if I didn’t mention that.

koz

– You can get LF-Rolloff from me.

http://www.kozco.com/tech/audacity/Documents/LF_rolloff_for_speech.xml.zip

Decompress the ZIP archive into LF_rolloff_for_speech.xml. It’s pretty tiny.

Adding Audacity Equalization Curves
– Select something on the timeline.
– Effect > Equalization > Save/Manage Curves > Import
– Select LF_rolloff_for_speech.xml > OK. (it won’t open the ZIP. You have to decompress it)
– LF rolloff for speech now appears in the equalization preset curve list.

The Equalizer Filter Length setting should be around 5000.


– You can get SetRMS from me.

http://www.kozco.com/tech/audacity/Documents/SetRMS.txt.zip

Download it and decompress it into a plain text file. That’s Nyquist programming language.

Open it in a text editor, select it all and Copy.

Select some sound > Effect > Nyquist Prompt. Paste the text in the blank Nyquist Window > OK. Mine sticks in that window time after time without pasting it again. Don’t lose any of those downloads.
Screen Shot 2016-12-15 at 19.56.38.png
Koz

The thumb and pinky gesture is the Shaka Hawaiian sign for Hang Loose. And yes, that is about the right spacing.

Koz
Screen Shot 2016-12-15 at 20.57.32.png

Wow Koz, that sounds so warm and natural compared to my edits, even on my headset at work. Thank you so much for taking the time and effort to work on this! I am going to read through your posts and cannot wait to get cracking when I get home from work. I have a much better feeling about production than yesterday, thanks for that!

I’d be tempted to apply Paul-L’s De-clicker

Paul-L's DeClicker settings used.png

Guilty as charged here. My experience with the noise reduction plug-in was just to use it as-is and boom, noise is gone. With 20 as the default number, I can see why it is so effective (but at a cost). I read some forum posts and saw that some people ran noise reduction too far and that was flagged by ACX as being overly treated. Your advice and experience is a great education and I plan to remaster all of my completed chapters.

Thanks again,
Ed

Yup, I use that one. I am trying to train myself away from it but I click. Some days are better than others but I always run it. Thanks!

I agree. I favor microphones which don’t put that grit in the sound in the first place.

Koz

Wow Koz, your treatments in this post are working well for me. I sound like me again! On top of the great plug-ins, A big takeaway is your advice on noise reduction. For my current project, I was blindly using the default setting on 20 and now I can pass ACX without any. For consistency with the earlier chapters, I am doing a light treatment, but only at a 2 setting. With that large level of NR, I was sounding a lot like HAL (for us old guys).

Thanks again and Happy Holidays!!!
Edmund

I was sounding a lot like HAL (for us old guys).

Or any bad cellphone for the kids.

Happy Holidays!!!

U2.

Koz

Having a bit of trouble. I don’t see a Nyquist prompt available under Effect (it’s available from Tools, but I got a touchy dialogue warning when I pasted it there and hit OK). I’m new to this game and struggling to set my RMS in a way that meets ACX checks.

In Audacity 2.3.1, the Nyquist Prompt has moved to the “Tools” menu (it was previously in the “Effect” menu).

What’s the warning?

Nyquist Prompt: Error in Nyquist code

Your code looks like SAL syntax, but there is no ‘return’ statement. For SAL use a return statement such as: return track *0.1 or for LISP…

Hi! Thank you so much for all of your help and offerings.

I’ve downloaded both the SetRMS code and your suggested LF Rolloff.

The code gives me an error in Audacity. I’ve included a screenshot.

I’m using the latest version of Audacity, OS is Windows 10.

Thank you for your assistance!

Ginger
error.png

The “SetRMS” code that is linked in [u]this post[/u] is not a full plug-in. To be able to install it, the code needs to be modified a little with a full set of “required” plug-in headers (https://wiki.audacityteam.org/wiki/Nyquist_Plug-in_Headers#required_headers). Note also that header comments should start at the beginning of a line (no leading spaces).

If you still require help getting this to work, let me know.