meemalabs/laravel-text-to-speech
💬 A wrapper for popular TTS services to create a more simple & uniform API. Currently, only AWS Polly is supported.
This tool helps developers quickly integrate text-to-speech capabilities into their Laravel applications. It takes plain text, text from a file, or a web article URL, and converts it into an audio file (currently MP3 format via AWS Polly). Laravel application developers would use this to add spoken content to their apps.
No commits in the last 6 months.
Use this if you are a Laravel developer who needs to convert text into speech within your application, especially if you already use AWS Polly.
Not ideal if you need to integrate with text-to-speech services other than AWS Polly (though more are planned) or are not working within a Laravel application.
Stars
42
Forks
18
Language
PHP
License
MIT
Category
Last pushed
Aug 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/meemalabs/laravel-text-to-speech"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
morganney/tts-react
Convert text to speech using React.
petercunha/tts
:pencil: :sound: A simple text-to-speech tool. Converts your text to speech with any Amazon...
eheikes/tts
Tools to convert text to speech :books::speech_balloon:
amazon-archives/amazon-polly-sample
Sample application for Amazon Polly. Allows to convert any blog into an audio podcast.
nodef/extra-amazontts
Generate speech audio from super long text through machine (via "Amazon Polly", "ffmpeg").