Version 4 (modified by sach01, 14 years ago) (diff) |
---|
Synthesis of vocalizations using MARY TTS
MARY supports synthesis of vocalizations with following MARYXML (WORDS input type) requests.
1. Synthesis using a 'variant'
Example:
<?xml version="1.0" encoding="UTF-8" ?> <maryxml version="0.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns=" http://mary.dfki.de/2002/MaryXML" xml:lang="en-GB"> <voice name="dfki-poppy"> <p> <vocalization variant="13"/> </p> </voice> </maryxml>
2. Synthesize a vocalization which fits better for given target
Example:
<?xml version="1.0" encoding="UTF-8" ?> <maryxml version="0.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns=" http://mary.dfki.de/2002/MaryXML" xml:lang="en-GB"> <voice name="dfki-poppy"> <p> <vocalization name="yeah" meaning="agreeing" intonation="falling" voicequality="breathy"/> </p> </voice> </maryxml>