Changes between Version 5 and Version 6 of VoiceImportToolsTutorial


Ignore:
Timestamp:
09/12/07 12:28:13 (17 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VoiceImportToolsTutorial

    v5 v6  
    66This Tutorial explains the procedure to build a new voice with Voice Import Tools (VIT) under MARY Environment. 
    77 
    8 Voice Import Tool is a Graphical User Interface(GUI), which contains a set of Voice Import Components and helps the user to build new voices under MARY(Modular Architecture for Research in speech sYnthesis) Environment. This GUI Tool designing is primarily aims to build new voices very easily by any user with out knowing much technical details of Speech Synthesis. 
     8 Voice Import Tool is a Graphical User Interface(GUI), which contains a set of Voice Import Components and helps the user to build new voices under MARY(Modular Architecture for Research in speech sYnthesis) Environment. This GUI Tool designing is primarily aims to build new voices very easily by any user with out knowing much technical details of Speech Synthesis. 
    99 
    1010Currently, Voice Import Tool supports following  categories mainly: 
     
    2121 
    2222 * Operating System - Linux (Recommended) 
    23  * MARY TTS Recent Version  
    24  * Openmary  
     23 * MARY TTS Recent Version - Download Link: http://mary.dfki.de/Download 
     24 * Openmary - SVN from http://mary.opendfki.de 
    2525 
    2626(we also able to use Windows also, if we can able to compile properly the following dependent tools.) 
     
    7474== How to run? == 
    7575 
    76 1. Create a new Voice Building Directory  
     761. First you need to have following 2 basic requirements for Voice Building 
     77 
     78                  a. Wave files  
     79                  b. Corresponding Transcription (in MARY or Festival Format)  
     80     
     812. Create a new Voice Building Directory  
    7782   
    7883   - Put all Wave files in "wav" directory 
    79    - Put corresponding text files(in MARY Format) in "text" directory  
    80   
    81 2. Run below commands through Shell script from Voice Building Directory. 
     84    
     853. Run below commands through Shell script from Voice Building Directory. 
    8286 
    8387 
     
    101105}}} 
    102106 
     107When you are running first time above shell script, It asks you some basic configuration settings. 
     108Global Configuration Settings window looks like below:  
     109 
     110{{{ 
     111#!html 
     112<p> 
     113<img src="http://www.dfki.de/~chandra/VIC/VIC2.jpg" align="middle"> 
     114</p> 
     115}}} 
     116 
     117'''Global Configuration Settings:''' 
    103118 
    104119 
     120 Domain   - general or  limited[[BR]] 
     121 
     122 Gender   - male or female[[BR]] 
     123 
     124 Locale   - which specifies language of domain (de - Deutsch or en - English) [[BR]] 
     125 
     126 (Currently,  MARY supporting 2 language only: 1. Deutsch 2. English)[[BR]] 
     127 
     128 Marybase - MARY Installation Directory (Global Path)[[BR]] 
     129 
     130 Rootdir  - Voice Building Directory (Global Path)[[BR]] 
     131 
     132 Wavdir   - Where we can store Wave files [[BR]] 
     133 
     134 Textdir  - Where we can store corresponding Transcriptions [[BR]] 
     135 
     136 
     137  
     138  
     139  
    105140 
    106141( '''Under Construction''' - to continued)