Say It!

0

Say It! allows you to easily turn parts of your WordPress articles into audio speech. The plugin is using modern HTML5 Speech Synthesis and doesn’t require any subscriptions or servic

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Say It! allows you to easily turn parts of your WordPress articles into audio speech.
The plugin is using modern HTML5 Speech Synthesis and doesn’t require any subscriptions or service, install it, enjoy it!

Once installed, you just need to wrap any content between [sayit] shortcode. Once done, your users can simply click on the text to make it speak.

Want better quality ? Say It! now offers Google Cloud TTS and Amazon Polly compatibility !

Parameters (for HTML5 Speech)

  • lang – Use a language different from the default one
  • speed – speed of speech (recommanded between 0.5 and 1.5)
  • block – set to “1” to make it work on multiple paragraphs at once

Parameters (for Google TTS)

  • lang – Use a language different from the default one
  • block – set to “1” to make it work on multiple paragraphs at once

Parameters (for Amazon Polly)

  • block – set to “1” to make it work on multiple paragraphs at once

Exemple

[sayit block=”1″ lang=”en-GB” speed=”1″]
Hello I am the queen
And I talk for two paragraphs long
[/sayit]