PHP 8.5.0 Alpha 4 available for testing

Voting

: min(one, seven)?
(Example: nine)

The Note You're Voting On

volker at kybs dot de
19 years ago
To use the windows speech system install the "Speech SDK 5.1 for Windows? applications" from the Microsoft homepage (free download).
Then you can do Text2Speech like this:

$voice = new COM("SAPI.SpVoice");
$voice->Speak("Hello, lets have a conversation");

<< Back to user notes page

To Top