ResponsiveVoicer Provider
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");