Make a voice sound like it's on a phone line/earplug

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
DoomMunky
Posts: 19
Joined: Tue Oct 07, 2008 7:07 pm
Operating System: Please select

Make a voice sound like it's on a phone line/earplug

Post by DoomMunky » Wed Oct 15, 2008 7:06 pm

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?

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

Re: Make a voice sound like it's on a phone line/earplug

Post by steve » Thu Oct 16, 2008 4:29 pm

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)

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>
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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

DoomMunky
Posts: 19
Joined: Tue Oct 07, 2008 7:07 pm
Operating System: Please select

Re: Make a voice sound like it's on a phone line/earplug

Post by DoomMunky » Thu Oct 16, 2008 7:59 pm

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!

ermete
Posts: 2
Joined: Tue Nov 04, 2008 10:03 am
Operating System: Please select

Re: Make a voice sound like it's on a phone line/earplug

Post by ermete » Wed Nov 05, 2008 9:29 am

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

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

Re: Make a voice sound like it's on a phone line/earplug

Post by steve » Wed Nov 05, 2008 6:55 pm

ermete wrote:I'm not able to find the file EQCurves.xml. Where is it?
That depends on your operating system.
For Windows it is probably in;
Documents and Settings<user name>Application DataAudacity

You may need to make hidden files visible to find it.
ermete wrote:there is any other way to do the same job?
Yes, you can set the Equalizer manually - turn down all frequencies below 300Hz, and all frequencies above 2500Hz.

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)

DoomMunky
Posts: 19
Joined: Tue Oct 07, 2008 7:07 pm
Operating System: Please select

Re: Make a voice sound like it's on a phone line/earplug

Post by DoomMunky » Thu Nov 06, 2008 8:19 pm

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...

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

Re: Make a voice sound like it's on a phone line/earplug

Post by steve » Fri Nov 07, 2008 11:49 am

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.
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...
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).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply