Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-05-25 11:08
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');

?>