image 2 - PHP Text to Speech using Microsoft Speech API - Free Source Code

PHP Text to Speech using Microsoft Speech API – Free Source Code

Posted on

image - PHP Text to Speech using Microsoft Speech API - Free Source Code

https://en.m.wikipedia.org/wiki/Microsoft_Speech_API

Microsoft Speech API
The Speech Software Programming Interface
or SAPI is an API developed by Microsoft to
enable using speech recognition and speech
synthesis inside Home windows functions. So far,
numerous variations of the API have been launched,
which have shipped both as a part of a Speech SDK,
or as a part of the Home windows OS itself. Purposes
that use SAPI embrace Microsoft Workplace, Microsoft
Agent and Microsoft Speech Server.

earlier than you’ll be able to run this file, add first

[COM_DOT_NET]
extension=php_com_dotnet.dll

on the finish of your ‘php.ini’ file

Xampp for Home windows = (Drive Letter):xamppphpphp.ini
Wamp (Drive Letter):wampbinapacheapache(model)binphp.ini —-(I am unsure about this one as a result of I am utilizing Xampp)

Should you get error(s), discuss with this hyperlink:
https://stackoverflow.com/questions/10678325/class-com-not-found/12050332

Utilizing this code, you’ll be able to embed text-to-speech which you should use in registration system, attendance system and the like.


Source link