Hoşgeldin Misafir

c# ses algılama komutu

MiRaT

13 Kas 2017
2,077 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Kod:
using System.Speech.Recognition;
using System.Speech.AudioFormat;
using System.Speech.Synthesis;
using SpeechLib;

Kod:
SpVoice oku = new SpVoice();
oku.Speak(textBox1.Text, SpeechVoiceSpeakFlags.SVSFDefault);