Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q5420 How do I make my document speak faster using ACSS?

You are here: irt.org | FAQ | CSS | Q5420 [ previous next ]

In some cases, if you're in a rush, you might want your document to speak real fast. Just as with volume, there are different speech-rates:

You can specify any number, as the speaking rate in words per minute. This quantity varies somewhat by language, but is nevertheless widely supported by speech synthesizers.

You can also use:

Try this:

H1 {
   voice-family: announcer, male
   speech-rate: medium
    }
P {
   voice-family: Juliet, female
   speech-rate: 250
    }

Juliet will then be talking a bit faster than the announcer.

©2018 Martin Webb