| Package Data | |
|---|---|
| Maintainer Username: | phongvh |
| Maintainer Contact: | phongvh50ca@gmail.com (Phong Vu) |
| Package Create Date: | 2017-03-29 |
| Package Last Update: | 2019-05-24 |
| Language: | JavaScript |
| License: | The MIT License (MIT). |
| Last Refreshed: | 2025-11-07 15:04:01 |
| Package Statistics | |
|---|---|
| Total Downloads: | 48 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 2 |
| Total Open Issues: | 0 |
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.