Sections

A section tag marks the beginning of a section. The section continues until the next section tag is found or the end of the content is reached.

The format of a section is: #[key:"value";...]

Depending on the key, the value may be optional.

NOTE: Depending on platform support, combinations of some sections and text modifiers may not be supported. Make sure to test when using these tags together:

  • disappointed
  • dj
  • emphasis
  • excited
  • interjection
  • newscaster
  • pitch
  • voice

Sections can include the following markdown:

Samples for voice and lang:

My voice and language is based on the device.

#[voice:"Kendra";lang:"en-US"]
Now I am speaking as Kendra from the US with a US accent.

#[voice:"Brian";lang:"en-US"]
Switching to Brian from the UK with a US accent.

#[voice:"device"]
Now back to the device setting.

Samples for excited:

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.

Samples for disappointed:

Normal speech.

#[disappointed]
I am disappointed - medium.

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

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

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

#[defaults]
Now back to normal speech.

Samples for dj:

Normal speech.

#[dj]
Switching to a music/media announcer.

#[defaults]
Now back to normal speech.

Samples for newscaster:

Normal speech.

#[newscaster]
Switching to a newscaster.

#[defaults]
Now back to normal speech.