test2.jsml

来自「FreeTTS is a speech synthesis system wri」· JSML 代码 · 共 55 行

JSML
55
字号
<?xml version="1.0"?><!DOCTYPE jsml><!--/** * Copyright 2001 Sun Microsystems, Inc. *  * See the file "license.terms" for information on usage and * redistribution of this file, and for a DISCLAIMER OF ALL  * WARRANTIES. */--><jsml><!-- Things to test  - Element set:  -     jsml: lang, mark  -     div: type, mark  -     voice: gender, age, variant, name, mark  -     sayas: class, mode, mark  -     phoneme: original, mark  -     emphasis: level, mark  -     break: size, msec, mark  -     prosody: rate, volume, pitch, range, mark  -     marker: mark  -     engine: name, data, mark  -     + undefined elements  -  - Comments, entities, CDATA  --><engine name="GUI Synthesizer" data="substitute">contained text</engine>Another <emphasis level="strong">test paragraph</emphasis> with emphasis.<voice gender="female" variant="1">This was tested on <sayas class="date" mode="mdy">7/21/99</sayas>by <phoneme>beits</phoneme>.<div type="para" mark="HERE!"><![CDATA[ a CDATA section ]]><![CDATA[ email to <bob@home> ]]><marker mark="TEST!"><div type="sent"><prosody rate="90%">This is sentence one.</prosody></div></marker><div type="sent">This is sentence two <break size="large" msec="200"/> and a half.</div></div></voice></jsml>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?