Reply To: First long phrase missed

Home Forums OpenEars First long phrase missed Reply To: First long phrase missed

#1022289
giebler
Participant

I took the sample app and made this one modification to it. When I attempt to read the following sentence, it shows “has detected finished speech” before I finish reading the sentence. After the first failed attempt, it works perfectly. However, if I press “Stop Listening” and then press “Start Listening” again, it will once again miss the first long sentence. After the first miss, it works fine. Thanks for looking into this issue.

// THIS IS A LONGER TEST OF A VERY LONG SENTENCE TO DETERMINE IF THE OPEN EARS LIBRARY HAS A PROBLEM DETECTING VERBOSE SPEECH

NSArray *firstLanguageArray = [[NSArray alloc] initWithArray:[NSArray arrayWithObjects: // All capital letters.
@”BACKWARD”,
@”CHANGE”,
@”FORWARD”,
@”THIS”,
@”IS A”,
@”LONGER”,
@”TEST”,
@”OF A”,
@”VERY”,
@”LONG”,
@”SENTENCE”,
@”TO”,
@”DETERMINE”,
@”IF”,
@”THE”,
@”OPEN”,
@”EARS”,
@”LIBRARY”,
@”HAS A”,
@”PROBLEM”,
@”DETECTING”,
@”VERBOSE”,
@”SPEECH”,
@”GO”,
@”LEFT”,
@”MODEL”,
@”RIGHT”,
@”TURN”,
nil]];