| 1 | <?php |
||
| 13 | class YandexFree extends TextToSpeechAbstract |
||
| 14 | { |
||
| 15 | use OnlineTrait; |
||
| 16 | |||
| 17 | protected $driver = 'YandexFree'; |
||
| 18 | |||
| 19 | protected $vote = 'female'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param $text |
||
| 23 | * @param $outFile |
||
| 24 | * @return bool |
||
| 25 | */ |
||
| 26 | protected function synthesize($text, $outFile) |
||
| 51 | |||
| 52 | protected function getUri() |
||
| 56 | } |
||
| 57 |