I'm looking for a decent way to make a voice recording that's nice and clean sound like:
1) something you'd hear a caller on a radio call-in show sound like
2) something that you'd hear on an earbud in a spy movie/action game. "Your objective is the tower: place c4 around the base..."
You know, stuff like that. How do I process audio to make it sound like that?
Make a voice sound like it's on a phone line/earplug
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
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
Re: Make a voice sound like it's on a phone line/earplug
Use Audacity 1.3.x
Find the file "EQCurves.xml" on your computer and open it. (probably best to also make a backup copy in case you mess up).
You will see that the pre-defined Eq settings begin with:
<curve name="name_of_preset">
and end with:
</curve>
Add this as a new entry (add it directly after one of the "</curve>" tags)
Save the EQCurves.xml file
Now open Audacity 1.3.x and Import your audio track.
Make sure that the track is selected, and from the Effects menu select "Equalization"
Select the "Telephone" preset and apply it.
Find the file "EQCurves.xml" on your computer and open it. (probably best to also make a backup copy in case you mess up).
You will see that the pre-defined Eq settings begin with:
<curve name="name_of_preset">
and end with:
</curve>
Add this as a new entry (add it directly after one of the "</curve>" tags)
Code: Select all
<curve name="Telephone">
<point f="229.889129366427" d="-120.000000000000"/>
<point f="229.897181759969" d="-0.214285714286"/>
<point f="2457.729966530459" d="-0.214285714286"/>
<point f="2457.816054154370" d="-120.000000000000"/>
</curve>Now open Audacity 1.3.x and Import your audio track.
Make sure that the track is selected, and from the Effects menu select "Equalization"
Select the "Telephone" preset and apply it.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Make a voice sound like it's on a phone line/earplug
Done! Sounds great!
Playing around with it a bit, I've found you can get a similar, different effect by applying the 'am radio' Equalization effect several times to the same sample.
Thanks for the help!
Playing around with it a bit, I've found you can get a similar, different effect by applying the 'am radio' Equalization effect several times to the same sample.
Thanks for the help!
Re: Make a voice sound like it's on a phone line/earplug
I'm not able to find the file EQCurves.xml. Where is it?
there is any other way to do the same job?
regards.
ermete
there is any other way to do the same job?
regards.
ermete
Re: Make a voice sound like it's on a phone line/earplug
That depends on your operating system.ermete wrote:I'm not able to find the file EQCurves.xml. Where is it?
For Windows it is probably in;
Documents and Settings<user name>Application DataAudacity
You may need to make hidden files visible to find it.
Yes, you can set the Equalizer manually - turn down all frequencies below 300Hz, and all frequencies above 2500Hz.ermete wrote:there is any other way to do the same job?
Another way is to use a high pass filter set to 300Hz, then use a low pass filter set at 2500Hz.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Make a voice sound like it's on a phone line/earplug
I've had some very strange behavior in the Equalization Effect after playing with it for a moment. Whenever I try to implement a new preset, the graphic representation will change to the appropriate EQ but the dropdown list ALWAYS goes back to say 'custom'. In other words, I can select different presets, but they're labeled incorrectly by the Equalization menu. This happens whether I'm using an unedited EQCurves.xml file or not.
It's not a deal breaker, but it is annoying.
EDIT: It's a new topic, so I'm not sure if it needs it's own thread, but here goes anyway: For basic voice cleanup, what kind of basic EQ settings to you pros use? I got some decent results by tapering off the very highest and lowest frequencies...
It's not a deal breaker, but it is annoying.
EDIT: It's a new topic, so I'm not sure if it needs it's own thread, but here goes anyway: For basic voice cleanup, what kind of basic EQ settings to you pros use? I got some decent results by tapering off the very highest and lowest frequencies...
Re: Make a voice sound like it's on a phone line/earplug
First off, the equalisation effect in Audacity 1.3.5 is quite buggy, and the effect in Audacity 1.2.6 is quite limited, so if you still have Audacity 1.3.5 or earlier you should upgrade to Audacity 1.3.6.
In Audacity 1.3.6, each time that the Equalization effect is called, it will open with the settings that were used last. The name ("custom") in the drop down box is not really relevant, but just indicates that the parameters are adjustable. To save an Equalization setting, you should enter a new name (preferably a unique name to avoid confusion), and save it. That effect can then be recalled by selecting it from the drop down menu, even if it was not the last setting that was used.
In Audacity 1.3.6, each time that the Equalization effect is called, it will open with the settings that were used last. The name ("custom") in the drop down box is not really relevant, but just indicates that the parameters are adjustable. To save an Equalization setting, you should enter a new name (preferably a unique name to avoid confusion), and save it. That effect can then be recalled by selecting it from the drop down menu, even if it was not the last setting that was used.
Filtering out the very highest and lowest frequencies is often a useful basic "clean up" job. You can also use the high pass and low pass filters to do a similar job (this second method will generally do the job better).DoomMunky wrote:For basic voice cleanup, what kind of basic EQ settings to you pros use? I got some decent results by tapering off the very highest and lowest frequencies...
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)