Changes between Version 7 and Version 8 of VoiceImportToolsTutorial


Ignore:
Timestamp:
09/13/07 17:01:08 (17 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VoiceImportToolsTutorial

    v7 v8  
    5353 - !SnackPitchmarker 
    5454 - MCEPMaker 
     55 - Festvox2MaryTranscripts 
    5556 - Mary2FestvoxTranscripts 
    56  - Festvox2MaryTranscripts 
    5757 - !PhoneUnitFeatureComputer 
    5858 - !HalfPhoneUnitFeatureComputer 
     
    160160 == Explanation on Individual Voice Import Components == 
    161161 
     162'''Feature Extraction from Acoustic Data''' 
    162163 
    163164'''!PraatPitchmarker'''[[BR]] 
     
    165166 
    166167It also do corrections for Pitch Marks to align near by Zero Crossing. 
    167  
    168168    
    169169  
     
    186186   
    187187 
     188'''Support for Transcription Conversion''' 
     189 
     190 
     191'''Festvox2MaryTranscripts''' [[BR]] 
     192This Component supports user to convert Festvox Transcription format (ex: txt.done.data) to MARY Supportable format. MARY contains individual text files for each wave file.  
     193All Voice Import Components use Transcription from MARY Format. So This component is very useful, if user have Transcription in Festvox format. 
     194 
     195Configuration Settings: 
     196 
     197 * transcriptFile   - Festvox format transcription file (Absolute path) 
     198 
     199    
     200'''Mary2FestvoxTranscripts'''[[BR]] 
     201It supports user to convert MARY Supportable format to Festvox format Transcription. It does reciprocal process to above component. 
     202 
     203Configuration Settings: 
     204 
     205 * transcriptFile   -  Output Festvox format transcription file (Absolute path) 
     206 
     207 
     208'''Feature Vector Extraction from Text Data''' 
     209 
     210'''!PhoneUnitFeatureComputer'''[[BR]] 
     211!PhoneUnitFeatureComputer computes Phone feature vectors for Unit Selection Voice building process. [[BR]] 
     212 * Note: This module requires a running Maryserver from MARY Installation. [[BR]] 
     213You can connect to a different server by altering the settings. See the settings help for more information on this. What type of features computed is depends on configuration file called "targetfeatures.config". This configuration file is in Marybase/conf/ directory and directs Server to compute feature vectors.  
     214 
     215 
     216Configuration Settings: 
     217 
     218 * featureDir     -  Output Directory to place computed Phone feature vectors (Absolute path) 
     219 * maryServerHost -  Server Name  
     220 * maryServerPort -  Socket Port number (Default 59125)  
     221 
     222 
     223 
     224'''!HalfPhoneUnitFeatureComputer''' 
     225This component also same as above component. But It computes Half phone level feature vectors. Here "halfphone-targetfeatures.config" file, which is in Marybase/conf/ directory directs Server to compute Half-Phone level feature vectors. 
     226 
     227Configuration Settings: 
     228 
     229 * featureDir     -  Output Directory to place computed Half-Phone feature vectors (Absolute path) 
     230 * maryServerHost -  Server Name  
     231 * maryServerPort -  Socket Port number (Default 59125)  
    188232 
    189233