Phiware Voice

Component ID

992596

Component name

Phiware Voice

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

985

Component created

Component changed

Component body

Preface

This module aid to integrate with the Phiware Voice service.

Introduction

Phiware Voice service has the objective to offer automatic, natural text to speech conversion, as a service over the web, using synthetic voices (TTS - Text-to-Speech). At present, we offer 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 'phiwarevoice' directory in your modules directory (usually sites/all/modules). Enable the module (administer -> build -> modules) and in the settings page (administer -> site configuration -> phiware voice settings) set your Customer Name.
Choose the way to display the AUDIO button:
- Link: uses Javascript to open the new window so it can avoid the resize of the browser (in some configurations)
- Form: do not need Javascript to be executed so it (in some cases) can be more compatible
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 theme("phiwarevoice_button", $node); in your template file.