PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Paul Scott   Festival Text to Speech Wrapper   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Documentation
Class: Festival Text to Speech Wrapper
Wrapper to call the Festival text to speech tool
Author: By
Last change:
Date: 18 years ago
Size: 184 bytes
 

Contents

Class file image Download
<?php

include("festival_class_inc.php");
$tts = new festival;
$tts->text2Wav('Hello world');
$tts->text2Speech('The authors email address is. p scott @ u w c dot a c dot zed ay');

?>