Tingwo
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Preface
This module aid to integrate with the Tingwo Web Voice service.
Introduction
Tingwo Web Voice provides online natural text-to-speech (TTS or text to voice) conversion, using synthetic voices. Web Voice is a service that generates the audio version of your web site's pages, improving their accessibility and helping people who may have difficulty in reading the contents by themselves, or who simply prefer listening.
Usage
Add the 'tingwo' directory in your modules directory (usually sites/all/modules). Enable the module (administer -> build -> modules) and in the settings page (administer -> site configuration -> tingwo settings) set your Customer ID.
Choose in which content type you want to enable the module.
Choose the button image.
Finally, choose where to display the button by selecting the block position (administer -> build -> block) or simply by adding
<?php
theme("tingwo_button", $node);
?>in your template file.
