LaravelPackages.net
Acme Inc.
Toggle sidebar
phongvh/speech-generator

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

48
1
1.0.2
About phongvh/speech-generator

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

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.

Star History Chart