أنشئ أصواتًا ومربعات حوار وتعليقات صوتية وعناصر نائبة وتخطيطات نصية أخرى ذات صوت طبيعي. تم تحسين الأصوات بمساعدة محرك عصبي.
Under "more options" the reading speed can be changed. Here are some examples of what the speed change sounds like.
Speed | عرض توضيحي |
---|---|
-30% | |
-15% | |
+0% (Standard) | |
+15% | |
+30% |
Under "more options" you can change the pitch of the voice. Here are some examples of what the pitch sounds like.
Pitch | عرض توضيحي |
---|---|
-30% | |
-20% | |
-10% | |
+0% (Standard) | |
+20% | |
+20% | |
+30% |
باستخدام علامات SSML، يمكنك تغيير نبرة الصوت والتركيز لأي كلمة أو جملة.
المجموعة | علامة SSML | عرض توضيحي |
---|---|---|
استراحة |
<break time='500ms' />
<break time='1s' />
<break time='2s' />
<break time='3s' />
<break time='4s' />
|
|
التوكيد |
<emphasis level='moderate'>Moderate</emphasis>
<emphasis level='reduced'>Reduced</emphasis>
<emphasis level='strong'>Strong</emphasis>
|
|
الملعب |
<prosody pitch='x-high'>Higher</prosody>
<prosody pitch='high'>High</prosody>
<prosody pitch='medium'>Default - No Pitch</prosody>
<prosody pitch='low'>Low</prosody>
<prosody pitch='x-low'>Lower</prosody>
|
|
السرعة |
<prosody rate='x-slow'>Slower</prosody>
<prosody rate='slow'>Slow</prosody>
<prosody rate='medium'>Default - Medium</prosody>
<prosody rate='fast'>Fast</prosody>
<prosody rate='x-fast'>Faster</prosody>
|
|
الأرقام |
<say-as interpret-as="digits">123456789</say-as>
|
|
الرسائل |
<say-as interpret-as="letters">How are you?</say-as>
|
|
التاريخ* |
<say-as interpret-as="date" format="mdy">04/28/25</say-as>
<say-as interpret-as="date" format="ymd">25/04/28</say-as>
<say-as interpret-as="date" format="dmy">28/04/25</say-as>
<say-as interpret-as="date" format="ydm">25/28/04</say-as>
<say-as interpret-as="date" format="my">04/25</say-as>
<say-as interpret-as="date" format="md">04/28</say-as>
<say-as interpret-as="date" format="ym">25/04</say-as>
|
|
العملة* (ISO 4217) |
<say-as interpret-as="vxml:currency">EUR10.50</say-as> <say-as interpret-as="vxml:currency">USD10.50</say-as> <say-as interpret-as="vxml:currency">GBP10.50</say-as> <say-as interpret-as="vxml:currency">CHF10.50</say-as> |
|
الهاتف* |
<say-as interpret-as="number" format="telephone">012-345-6789</say-as> <say-as interpret-as="number" format="telephone" detail="punctuation">012-345-6789</say-as> <say-as interpret-as="number" format="telephone" detail="punctuation">+49 1234 56 789</say-as> |
* يعمل تعبير SSML هذا مع الأصوات الإنجليزية فقط.
عرض توضيحي | النص | الصوت |
---|---|---|
الجمع بين علامات SSML |
The upgrade costs <prosody rate='x-fast'><say-as interpret-as="vxml:currency">EUR10.50</say-as></prosody>
|
|
نص طويل مع علامات SSML |
A film, also called a <emphasis level='strong'>movie</emphasis>, <emphasis level='strong'>motion picture</emphasis> or <emphasis level='strong'>moving picture</emphasis>, is a work of visual art used to simulate experiences that communicate ideas, stories, perceptions, feelings, beauty, or atmosphere through the use of moving images. These images are generally accompanied by <prosody pitch='x-high'>sound, and more rarely</prosody>, other sensory stimulations.<break time='500ms' />The word cinema, <prosody rate='x-fast'>short for cinematography</prosody>, is often used to refer to filmmaking and the film industry, and to the art form that is the result of it.
|