Changes between Version 6 and Version 7 of VocalizationSynthesis
- Timestamp:
- 12/10/10 12:42:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VocalizationSynthesis
v6 v7 2 2 == Synthesis of vocalizations using MARY TTS == 3 3 4 MARY supports synthesis of vocalizations with following MARYXML (WORDS input type) requests. 4 5 Listener vocalizations play an important role in communicating listener intentions while the interlocutor is talking. They include non-linguistic vocalizations like ''uh-huh, mhm, (laughter),'' and ''(sigh)'' as well as verbal response tokens such as ''yes, right, really,'' and ''absolutely''. To communicate different intentions, a synthesiser should be capable of generating a broad range of vocalisations with different kinds of acoustic properties. In multimodal human-computer interaction, the ability of systems to generate vocal listener behavior is an important requirement for generating affective interaction. This page aims to provide examples to synthesize vocalizations using MARY speech synthesis framework. 6 7 MARY supports synthesis of vocalizations with following MARYXML (WORDS input type) requests. 5 8 6 9 … … 23 26 24 27 25 Example :28 Example 2.1: 26 29 27 30 {{{ … … 35 38 }}} 36 39 40 Example 2.2: 41 42 {{{ 43 <maryxml version="0.5" xmlns="http://mary.dfki.de/2002/MaryXML" xml:lang="en-GB"> 44 <voice name="dfki-poppy"> 45 <p> 46 <vocalization name="yeah" meaning="agreeing" intonation="mid" voicequality="modal"/> 47 </p> 48 </voice> 49 </maryxml> 50 }}} 51 37 52 See also the interactive documentation at http://mary.dfki.de:59125/documentation.html#vocalizations 38 53