- Timestamp:
- 06/10/08 13:28:34 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook.pm
r2608 r2609 243 243 my $segments = AudioBook::Segments->new($self,$chapter); 244 244 $segments->processAudio(); 245 246 # !!!!!! not completed 247 # $missingWords->getAudio($segments); 245 246 if ($chapter->getMissingWordFound()) { 247 if ($self->getVerify_out_of_vocabulary_pronunciations()) { 248 $missingWords->getAudio(); 249 } 250 } 248 251 249 252 if (defined($tarSuffix)){