Changes between Version 1 and Version 2 of ClunitImportTutorial
- Timestamp:
- 02/10/06 14:44:21 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClunitImportTutorial
v1 v2 2 2 3 3 This tutorial assumes that you already have a Festival 4 cluster unit voice converted into FreeTTS format. If not 5 first build a cluster unit voice with Festvox and convert4 Cluster Unit Voice converted into FreeTTS format. If not, 5 first build a Cluster Unit Voice with Festvox and convert 6 6 it into FreeTTS format. 7 8 Furthermore, you need ant to convert the voice data. You can get 9 ant [http://ant.apache.org/ here]. 7 10 8 11 Now you are ready to import your voice into Mary. The installation … … 46 49 For limited domain voices, Mary can show example sentences in the 47 50 Expert Interface. This gives users an overview of what your voice 48 can synthesize. To define theexample sentences, create a new file51 can synthesize. To define example sentences, create a new file 49 52 named `<voicename>.examples` in your new voice directory. The encoding 50 53 should be UTF-8. Write the sentences in this file, one sentence … … 53 56 5. '''Writing a config file''' 54 57 In order to make Mary aware of your voice, you have to create a 55 config file. 58 config file. This file should be named `<language>-<voicename>.config`. 56 59 57 60 6. '''Phoneme conversion''' 61