I have managed to use SAPI Text-To-Speech in Delphi/Lazarus by using the following code: procedure TForm1.Button1Click(Sender: TObject);
Greetings folks! I\'m working on a project where I will have to create WAV files of names using TTS. I have the MS-SAPI 5.1 SDK installed on a Windows Server 2003 and use C# to write the TTS program
I\'m trying to recognize speech with Windows 7 but it always recognizes a speech as a command or just says \"What was that?\".
Is it possible to extend the gap between spoken words when using text to speech with SAPI5 ? The problem is that esp. with some voices, the words are almost connected to each other, which makes the s
I\'m working on a small application in C# which performs speech recognition u开发者_如何转开发sing Microsoft Speech API.
Given the following which can be loaded into MS SAPI 5.1: <GRAMMAR LANGID=\"409\"> <RULE NAME=\"top rule\" TOPLEVEL=\"ACTIVE\">
I\'m using C# .net library System.Speech to implement my ASR app ( BTW, I\'ve seen a postmentioned the SpeechLib.dll, which seems to be a more basic and low-level implementation of the SAPI, are they
The problem with SAPI 5 is tha开发者_如何转开发t I can\'t find any free Portuguese (Brazilian) voices; plus, I need to distribute the speech engine along with my program, so the paid alternatives woul
How can I开发者_JAVA百科 recognize text with SAPI, using C#? Where can I find sample code?Use the System.Speech.Recognition namespace.There\'s little point in battling the SAPI COM interfaces yoursel
What i really wa开发者_如何学Pythonnt to achieve is this--> Suppose i play an audio file(using my application) which can either be streamed from the internet/or accessed directly from the local storag