Changes between Version 5 and Version 6 of VoiceImportToolsTutorial
- Timestamp:
- 09/12/07 12:28:13 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VoiceImportToolsTutorial
v5 v6 6 6 This Tutorial explains the procedure to build a new voice with Voice Import Tools (VIT) under MARY Environment. 7 7 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. 9 9 10 10 Currently, Voice Import Tool supports following categories mainly: … … 21 21 22 22 * 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 25 25 26 26 (we also able to use Windows also, if we can able to compile properly the following dependent tools.) … … 74 74 == How to run? == 75 75 76 1. Create a new Voice Building Directory 76 1. 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 81 2. Create a new Voice Building Directory 77 82 78 83 - 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 85 3. Run below commands through Shell script from Voice Building Directory. 82 86 83 87 … … 101 105 }}} 102 106 107 When you are running first time above shell script, It asks you some basic configuration settings. 108 Global 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:''' 103 118 104 119 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 105 140 106 141 ( '''Under Construction''' - to continued)