excited

Sets the spoken text to varying levels of excitement.

Normal speech.

#[excited]
I am excited - medium.

#[excited:"medium"]
I am excited - medium.

#[excited:"low"]
I am excited - low.

#[excited:"high"]
I am excited - high.

#[defaults]
Now back to normal speech.


We can switch (from excited)[excited] to (really excited)[excited:"high"].

Set intensity to:

  • low
  • medium (default)
  • high

modifier

You can use excited as a modifier for a word or phrase.

Speech Markdown

Short format

n/a

Standard format

We can switch (from excited)[excited] to (really excited)[excited:"high"].

Formatters

Plain Text

We can switch from excited to really excited.

Amazon Alexa SSML

<speak>
We can switch <amazon:emotion name="excited" intensity="medium">from excited</amazon:emotion> to <amazon:emotion name="excited" intensity="high">really excited</amazon:emotion>.
</speak>

Google Assistant SSML

<speak>
We can switch from excited to really excited.
</speak>

section

You can use excited in a section.

Speech Markdown

Short format

n/a

Standard format

Normal speech.

#[excited]
I am excited - medium.

#[excited:"medium"]
I am excited - medium.

#[excited:"low"]
I am excited - low.

#[excited:"high"]
I am excited - high.

#[defaults]
Now back to normal speech.

Formatters

Plain Text

Normal speech.


I am excited - medium.


I am excited - medium.


I am excited - low.


I am excited - high.


Now back to normal speech.

Amazon Alexa SSML

<speak>
Normal speech.


<amazon:emotion name="excited" intensity="medium">
I am excited - medium.

</amazon:emotion>

<amazon:emotion name="excited" intensity="medium">
I am excited - medium.

</amazon:emotion>

<amazon:emotion name="excited" intensity="low">
I am excited - low.

</amazon:emotion>

<amazon:emotion name="excited" intensity="high">
I am excited - high.

</amazon:emotion>

Now back to normal speech.
</speak>

Google Assistant SSML

<speak>
Normal speech.
I am excited - medium.
I am excited - medium.
I am excited - low.
I am excited - high.
Now back to normal speech.
</speak>