How to create Voice Mail...?

J

Jigar Patel

Hello,
How to create voice mail and also record voice in
ASP.NET... ? please help me.


Jigar Patel
 
A

Alvin Bruney

You would need to look into the speech api -sapi. Basically you would need
to add a reference to the MS speech object library with a using speechlib at
the top or imports if vb
and write some basic code like this
SpeechVoiceSpeakFlags talk = SpeechVoiceSpeakFlags.SVSFlagsAsync;
SpVoice talking = new SpVoice();
talking.Speak("Hello, world", talk);

regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,439
Members
44,829
Latest member
PIXThurman

Latest Threads

Top