phongvh/speech-generator
Composer 安装命令:
composer require phongvh/speech-generator
包简介
This package provides you with a simple text-to-speech tool and convert your text to audio files.
README 文档
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.
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: The
- 更新时间: 2017-03-29