Stars: 100
Forks: 37
Pull Requests: 4
Issues: 15
Watchers: 8
Last Updated: 2022-04-14 10:59:44
A PHP library to convert text to speech using various web services
License: Apache License 2.0
Languages: PHP, Dockerfile
A PHP library to convert text to speech using various services
Full documentation is available at http://duncan3dc.github.io/speaker/
PHPDoc API documentation is also available at http://duncan3dc.github.io/speaker/api/
$google = new \duncan3dc\Speaker\Providers\GoogleProvider;
$tts = new \duncan3dc\Speaker\TextToSpeech("Hello World", $google);
file_put_contents("/tmp/hello.mp3", $tts->getAudioData());
Read more at http://duncan3dc.github.io/speaker/
A Changelog has been available since the beginning of time
Found a bug? Got a question? Just not sure how something works?
Please create an issue and I'll do my best to help out.
Alternatively you can catch me on Twitter
Available as part of the Tidelift Subscription
The maintainers of duncan3dc/speaker and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.