Home   Help Search Login Register  

Author Topic: voice editing  (Read 802 times)

0 Members and 1 Guest are viewing this topic.

gundam007

  • Guest
voice editing
« on: 07 Jun 2003, 03:58:37 »
I want to add in my voice, but I have a proble. It is slightly too high pitched. Are there any editors that can slow down the speech a little. HTe recorder can only slow it down by 100% which does not work, it sounds weirder

deaddog

  • Guest
Re:voice editing
« Reply #1 on: 07 Jun 2003, 04:04:46 »
You can slow it down using the description.ext file:

Example
Code: [Select]
class radio1
   {
   name = "radio1";
   sound[] = {"radio1.ogg", db-20, 0.95};
   title = $STRM_radio1;
   };

The 0.95 is the pitch.  1.0 is normal, <1 lower pitch, >1 higher pitch.


Offline Messiah

  • Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
  • Honoured Contributor
  • ***
  • OFPEC Veteran
    • Project UK Forces
Re:voice editing
« Reply #2 on: 07 Jun 2003, 23:02:03 »
or get goldwave:

www.goldwave.com

its great and free :thumbsup:
Proud Member of the Volunteer Commando Battalion

RP

  • Guest
Re:voice editing
« Reply #3 on: 09 Jun 2003, 07:30:06 »
You can do it like deaddog told you, or you can go like Messiah stated.
If pitch shift solves your problem , look no further, but if you feel the neeed for extra editing , go for the sound editing way. You can pitch shift, add some EQ, and maybe add some reverb if you need to simulate some kind of room or any kind of environment (well, that takes some practice in order to achieve realistic results). It all depends on what you're after.
Hope this helped you.