phongvh/speech-generator

This package provides you with a simple text-to-speech tool and convert your text to audio files.

Downloads

46

Stars

1

Version

1.0.2

Speech Generator for Laravel

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

phongvh

Author

phongvh