Project : Text To Speech Converter
This Program converts Text into speech using Microsoft Speech API. User just have to type text and click the button, this program will automatically convert your text into speech form.
Projects, Tutorials, and more
Copyright © 2024 Source Code & Projects
“” Fatal error: Uncaught Error: Class ‘COM’ not found in C:xampphtdocsPHP Text To SpeechPHP TXT TO SPEECHindex.php:5 Stack trace: #0 {main} thrown in C:xampphtdocsPHP Text To SpeechPHP TXT TO SPEECHindex.php on line 5 “”
in line -” $voice = new COM(“SAPI.SpVoice”); ”
i am getting error….. can i know what is error…
Fatal error: Uncaught exception ‘com_exception’ with message ‘Source: Unknown
Description: Unknown’ in C:xampphtdocsPHP Text To SpeechPHP TXT TO SPEECHindex.php:32 Stack trace: #0 C:xampphtdocsPHP Text To SpeechPHP TXT TO SPEECHindex.php(32): com->Speak(‘Congratulations…’) #1 {main} thrown in C:xampphtdocsPHP Text To SpeechPHP TXT TO SPEECHindex.php on line 32
I get this error even though I’ve added the line given in readme file.
This tool is working fine for me. But the issue is to change the voice of the speech. How can I change the male voice to female voice?