We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It's very simple. Create a file named Yourplugin_tts.php inside the Speakers folder with the content:
Yourplugin_tts.php
Speakers
namespace JarvisPHP\Speakers; class Yourplugin_tts { public static function speak($sentence) { //Everything you want: exec a TTS application } }