X-Git-Url: https://git.rvb.name/php.git/blobdiff_plain/0ec8149ead12060359d02e6b1cbf3a91fad19af8..06edffc2f7f6324b194bebdd527d2fcecdb13364:/festival-php/index.php diff --git a/festival-php/index.php b/festival-php/index.php index 769b8ce..4b0a5e1 100644 --- a/festival-php/index.php +++ b/festival-php/index.php @@ -7,8 +7,8 @@ if ( !$text ) { exit; } -include("festival_class_inc.php"); -$tts = new festival; +include("voice_class_inc.php"); +$tts = new voice; $data=$tts->text2Wav($text,$lang); if ($data) {