voxforge.org
VoxForge Dev
Show
Ignore:
Timestamp:
06/10/08 13:28:34 (7 months ago)
Author:
kmaclean
Message:

AudioSegmentation scripts - snapshot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook.pm

    r2608 r2609  
    243243        my $segments = AudioBook::Segments->new($self,$chapter); 
    244244        $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        } 
    248251         
    249252        if (defined($tarSuffix)){