projects
/
php.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Кеширование сгенерированных фраз в Redis
[php.git]
/
festival-php
/
index.php
diff --git
a/festival-php/index.php
b/festival-php/index.php
index 769b8ce82490310b07ae4a03085a1c15a37a8229..4b0a5e13f936391aa0fd10a5057b58130b2dd014 100644
(file)
--- 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) {