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: | 2024-11-20 03:01:08 |
Package Statistics | |
---|---|
Total Downloads: | 47 |
Monthly Downloads: | 1 |
Daily Downloads: | 1 |
Total Stars: | 1 |
Total Watchers: | 2 |
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.