Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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

irt.org | Knowledge Base | CSS | Q5420 [ previous next ]

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

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:

  • x-slow: Same as 80 words per minute
  • slow: Same as 120 words per minute
  • medium: Same as 180 - 200 words per minute
  • fast: Same as 300 words per minute
  • x-fast: Same as 500 words per minute
  • faster: Adds 40 words per minute to the current speech rate
  • slower: Subtracts 40 words per minutes from the current speech rate

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.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.