Avoid noises

Home Forums OpenEars plugins Avoid noises

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

  • Author
    Posts
  • #1022575
    Siddharth
    Participant

    When I blow air or make some noises near my phone then also some random words from my text file is being printed.
    How can I avoid such noises or utterances? Is it possible with Rejecto?
    One more thing while using Rejecto we have to replace:

    NSError *err = [lmGenerator generateLanguageModelFromArray:words withFilesNamed:name forAcousticModelAtPath:[AcousticModel pathToModel:@”AcousticModelEnglish”]];

    by:

    NSError *err = [lmGenerator generateRejectingLanguageModelFromArray:words
    withFilesNamed:name
    withOptionalExclusions:nil
    usingVowelsOnly:FALSE
    withWeight:nil
    forAcousticModelAtPath:[AcousticModel pathToModel:@”AcousticModelEnglish”]]; // Change “AcousticModelEnglish” to “AcousticModelSpanish” to create a Spanish Rejecto model.

    But I have used a “someName.txt” file in which I have declared my words. So how is it possible to reject the words which I want to? Please I am not getting this Rejecto thing . Please explain me .

    Thank you in advance.

    #1022576
    Halle Winkler
    Politepix

    You can’t load your words in from an external text file with Rejecto.

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