Closed fulldecent closed 9 years ago
In SpeechAnalyzer.m there are several simple methods related to finding the relevant vowel sound in the utterance:
SpeechAnalyzer.m
- (NSRange)vowelRange
- (NSRange)strongSignalRange
- (NSRange)truncateRangeTails:(NSRange)range
This is already implemented in off_line_tail_clipping WE2012-02-09.m
off_line_tail_clipping WE2012-02-09.m
To prove this out, we must:
In
SpeechAnalyzer.m
there are several simple methods related to finding the relevant vowel sound in the utterance:- (NSRange)vowelRange
is the main method and it depends on the following two- (NSRange)strongSignalRange
- (NSRange)truncateRangeTails:(NSRange)range
This is already implemented in
off_line_tail_clipping WE2012-02-09.m
To prove this out, we must: