phongvh / speech-generator
This package provides you with a simple text-to-speech tool and convert your text to audio files.
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Language:JavaScript
Requires
- php: ~5.6|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-11-25 08:33:48 UTC
README
This package provides you with a simple text-to-speech tool and convert your text to audio files.
Install
Via Composer
$ composer require phongvh/speech-generator
Add the ServiceProvider to the providers array in app/config/app.php
Phongvh\SpeechGen\SpeechGenServiceProvider::class
Add the routes to route/web.php
\Phongvh\SpeechGen\SpeechGen::routes();
And make sure storage/app/public is writable by webserver
Usage
Go to /speech to use the generator
This version is supposed to generate mp3 files of a word list in Vietnamese. Each word should be in a separate line.
License
The MIT License (MIT). Please see License File for more information.