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/Segments.pm

    r2608 r2609  
    6666        } else { 
    6767                $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                 }        
    7468        } 
    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        #} 
    7775 
    7876        $self->{'segmentAudioObject'} = $Audio;