How to i apply this effect to my recordings?

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
solidsnake
Posts: 1
Joined: Mon Oct 20, 2008 4:00 pm
Operating System: Please select

How to i apply this effect to my recordings?

Post by solidsnake » Mon Oct 20, 2008 4:08 pm

Hi :)


I found this sound effect on a ringtone, and i wanted to know how i could apply this voice effect on my audio sound recordings.


here's the link to the sound effect i want;
http://www.youtube.com/watch?v=ZNZdaP1FPwo


please could u give me a step by step guide. plz understand that i'm a new user to audacity, although i have used sound editors before.

thanks

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

Re: How to i apply this effect to my recordings?

Post by steve » Mon Oct 20, 2008 9:29 pm

That is not just a simple sound effect, but quite a lot of manipulation. It sounds like they have made heavy use of resonant filters, possibly an auto-tune effect, and reverb.

Here a little sample (attached) of a similar (but different) effect using Audacity 1.3.5
The method used here was:

1) Recording of baby
2) Normalize
3) Select very short part between zero crossing points and repeating them between 20 and 100 times - this draws out some "notes"
4) Apply the Leveller effect (set to "heavy") a couple of times to even out the volume.
5) Amplify by -30dB (the next effect will create a lot of gain).
6) Apply several "comb filters" by entering similar code to this in the "Nyquist Prompt"

Code: Select all

(scale 0.5 (sim (comb  s 0.5 275)(comb  s 0.5 220)(comb  s 0.5 330)(comb  s 0.5 375)))
If the resulting sound is too loud and clips, reduce the "0.5" to a smaller value where it says "scale 0.5"
Changing the numbers (275, 220, 330, 375), will result in different sounds.
7) Apply the Leveller effect again.

For more information about Nyquist programming, see here:
http://audacityteam.org/wiki/index.php? ... t_Plug-ins
Attachments
dalek-baby.zip
Extract mp3 from zip file
(37.14 KiB) Downloaded 36 times
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply