First of all: this is not a duplicate of Delphi and SAPI. I have a specific problem with the \"SAPI in Delphi\" subject.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'ve been working with Android\'s TTS functions with general success however, one piece of it refuses to work for me; I can not successfully assign an OnUtteranceCompletedListener to my TextToSpeech
Question: I start the MS Text-to-speech engine in a thread, in order to avoid a crash on DLL_attach. It starts fine, and the text to speech engine gets initialized, but I can\'t access ISpVoice outsid
Question: I am trying to use the espeak text-to-speech engine. So for I got it working wounderfully on linux (code below).
My C# application needs to covert text to wav file and inject it into a S开发者_C百科kype call. The code that creates the wav file is below. The problem is that the file has 22kHz sample rate and Skyp
I am looking to use Skype in my C# program. I wish to initiate a phone call and inject an audio file for the receiver to listen to.
I\'ve got Windows Mobile 6.5 application and I need to add simple voice control (like \"yes\" and \"no\" commands recognition). I\'d also like to add possibility of reading text displayed on LCD.
I am attempting to create a wrapper class for Google Android\'s Text-To-Speech functionality.However, I\'m having trouble finding a way to have the system pause until after the onInit function has fin