Speaker A PHP library to convert text to speech using various web services

Getting Started

Providers

ResponsiveVoicer Provider

View the API Documentation for this class

The ResponsiveVoice provider uses a specialist text to speech conversion website.

The language used can be set via the constructor or the withLanguage() method:

$provider = new ResponsiveVoiceProvider("de");

$provider = $provider->withVoice("fr");