PHP Text to Speech using Microsoft Speech API

Language

https://en.m.wikipedia.org/wiki/Microsoft_Speech_API Microsoft Speech API The Speech Application Programming Interface or SAPI is an API developed by Microsoft to allow the use of speech recognition and speech synthesis within Windows applications. To date, a number of versions of the API have been released, which have shipped either as part of a Speech SDK, or as part of the Windows OS itself. Applications that use SAPI include Microsoft Office, Microsoft Agent and Microsoft Speech Server.

Note:

before you can run this file, add first [COM_DOT_NET] extension=php_com_dotnet.dll at the end of your 'php.ini' file Xampp for Windows = (Drive Letter):\xampp\php\php.ini Wamp (Drive Letter):\wamp\bin\apache\apache(version)\bin\php.ini ----(I'm not sure about this one because I'm using Xampp) For Installation of COM() function: http://php.net/manual/en/com.installation.php If you get error(s), refer to this link: https://stackoverflow.com/questions/10678325/class-com-not-found/12050332 Using this code, you can embed text-to-speech which you can use in registration system, attendance system and the like.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Tags

Comments

Submitted byArc (not verified)on Mon, 12/11/2017 - 11:53

Fatal error: Uncaught exception 'com_exception' with message 'Source: Unknown
Description: Unknown' in E:\Web Server\5.6\htdocs\sapi\index.php:31 Stack trace: #0 E:\Web Server\5.6\htdocs\sapi\index.php(31): com->Speak('Congratulations...') #1 {main} thrown in E:\Web Server\5.6\htdocs\sapi\index.php on line 31

What is your Operating System? If it is windows, did you configure your php.ini file like what I describe above? If you still get error(s) just visit this link

Remember, this script will run only on Microsoft Windows

Submitted byrahul chakrabarty (not verified)on Tue, 04/20/2021 - 14:43

Fatal error: Uncaught com_exception: Source: Unknown
Description: Unknown in C:\wamp64\www\sapi\index.php on line 32 ( ! ) com_exception: Source: Unknown
Description: Unknown in C:\wamp64\www\sapi\index.php on line 32

Add new comment