openearsnewbie

Forum Replies Created

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

  • Author
    Posts
  • in reply to: Change voice of OpenEars #1031738
    openearsnewbie
    Participant

    Hi Halle – I have changed to as below. But still am hearing in female voice.

    self.fliteController = [[OEFliteController alloc] init];
    self.openEarsEventsObserver = [[OEEventsObserver alloc] init];
    self.openEarsEventsObserver.delegate = self;
    self.slt = [[Slt alloc] init];
    self.fliteController.target_mean = 0.9f;

    Am testing in iPhone 6, iOS 10.3

    in reply to: Change voice of OpenEars #1031736
    openearsnewbie
    Participant

    Hi Halle – Here is what I tried. tried setting target_mean to 0.9 but still keep hearing the TTS voice in female voice. I want to hear it in the male voice.

    self.fliteController = [[OEFliteController alloc] init];
    self.fliteController.target_mean = 0.9f;
    NSLog(@”self.fliteController.debugDescription::: %@”, self.fliteController.debugDescription);
    self.openEarsEventsObserver = [[OEEventsObserver alloc] init];
    self.openEarsEventsObserver.delegate = self;
    self.slt = [[Slt alloc] init];

    Am testing in iPhone 6, iOS 10.3

    in reply to: Change voice of OpenEars #1031734
    openearsnewbie
    Participant

    Hi Halle – Thanks for the quick response.

    I tried manipulating with target_mean/target_stddev parameters in OEFliteController, but no luck. I instantiated the class and tried setting different values for them between 0 and 2. But I still keep hearing the TTS voice in female voice. I want to hear it in the male voice.

    Can you pls guide me on how to tweak this, to hear TTS in male voice?

    in reply to: Change voice of OpenEars #1031732
    openearsnewbie
    Participant

    Hi Halle, am trying to use a different voice for TTS and you had mentioned in the post that ‘You can adjust the Slt voice which ships with OpenEars to a male-sounding voice using the voice parameters available in OEFliteController’. Can you pls guide me on the same on how to achieve this or post a snippet for the same? I tried manipulating with target_mean/target_stddev parameters in OEFliteController, but no luck. I think am not tweaking the right params. Will be helpful if you can provide some guidance. Thanks for your help.

    I tried to see for the alternate voices, which used to be available in bitbucket earlier, but they are no longer available.

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