voxforge.org
VoxForge Dev
Show
Ignore:
Timestamp:
05/26/08 14:21:04 (8 months ago)
Author:
kmaclean
Message:

AudioSegmentation scripts -add POD docs

Files:

Legend:

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

    r2593 r2594  
    44=head1 NAME 
    55 
    6 AudioBook - Convert a single transcribed audio file into an average of 15 word audio segments   
     6AudioBook - Convert a single transcribed audio file into 15 word audio segments (approximately)   
    77 
    88=cut  
     
    5050                * required for script to run 
    5151 
    52 =head2 NOTES 
     52=head1 NOTES 
    5353 
    5454=head3 Text Does not Match Audio 
     
    7474For larger files (i.e. greater than 30 minutes of audio), you *may* need to manually segment the audio file into 30 minute segments. 
    7575 
    76 =head3 Automatically Adding Out-of-vocabulary words to pronunciation dictionary  
     76=head3 Automatically Adding Out-of-Vocabulary Words to Pronunciation Dictionary  
    7777 
    7878The pronunciations generated by the Sequitor G2P scripts need to be manually reviewed before any new pronunciations are added to the 
     
    8282 
    8383=item 1 - Sequitor G2P trainable Grapheme-to-Phoneme converter (which requires Python to be installed) 
    84                 http://www-i6.informatik.rwth-aachen.de/web/Software/g2p.html 
    85  
    86 =item 2 - HTK Hidden Markov Model Toolkit - note: the source is "open", but there are distribution restrictions 
    87                 http://htk.eng.cam.ac.uk/ 
     84 
     85        http://www-i6.informatik.rwth-aachen.de/web/Software/g2p.html 
     86 
     87=item 2 - HTK Hidden Markov Model Toolkit (note: the source is "open", but there are distribution restrictions) 
     88 
     89        http://htk.eng.cam.ac.uk/ 
    8890 
    8991=head1 ALGORITHM