This package provides you with a simple text-to-speech tool and convert your text to audio files.
phongvh/speech-generator is a Laravel package for this package provides you with a simple text-to-speech tool and convert your text to audio files..
It currently has 1 GitHub stars and 48 downloads on Packagist (latest version 1.0.2).
Install it with composer require phongvh/speech-generator.
Discover more Laravel packages by phongvh
or browse all Laravel packages to compare alternatives.
Last updated
This package provides you with a simple text-to-speech tool and convert your text to audio files.
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
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.
The MIT License (MIT). Please see License File for more information.