Speed of speech

Home Forums OpenEars Speed of speech

Viewing 3 posts - 1 through 3 (of 3 total)

  • Author
    Posts
  • #11752
    CJ9T5
    Participant

    I would like to control the speed in which the voice (slt) speaks I found the -(float)duration_stretch property but I’m not sure where to put it in my code or how to use it. Can someone please help me out?

    #11753
    Halle Winkler
    Politepix

    You can just set the property after initializing the voice and FliteController, and before messaging fliteController with say:withVoice:.

    self.fliteController.duration_stretch = 0.5;
    [self.fliteController say:@”something” withVoice:self.slt];

    #11754
    CJ9T5
    Participant

    Thank you very much!! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.