- Timestamp:
- 06/10/08 13:28:34 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook/Segments.pm
r2608 r2609 66 66 } else { 67 67 $self->{'promptsWithTimes'} = "error:need to verify segments (-v switch) to get prompts with time"; 68 }69 70 if ($chapter->getMissingWordFound()) {71 if ($audioBook->getVerify_out_of_vocabulary_pronunciations()) {72 $missingWords->verifyMissingWordPronunciations();73 }74 68 } 75 76 69 # !!!!!!! moved to AudioBook.pm & MissingWords.pm 70 #if ($chapter->getMissingWordFound()) { 71 # if ($audioBook->getVerify_out_of_vocabulary_pronunciations()) { 72 # $missingWords->verifyMissingWordPronunciations(); 73 # } 74 #} 77 75 78 76 $self->{'segmentAudioObject'} = $Audio;