正在阅读:中文语音识别技术在c#中的应用(一)中文语音识别技术在c#中的应用(一)

2004-06-10 10:10 出处:CSDN 作者:tashanzhishi 责任编辑:linjixiong

 


              else

              {

                   int iLen = strSpeak.Length - iEbeg ;

                   string strValue = strSpeak.Substring(iEbeg,iLen) ;

                   SpeakEnglishi(strValue) ;

              }

         }

          private void BuildSpeach()

         {

              if (voice == null)

                   voice = new SpVoiceClass() ;             

         }

         public int Volume

         {

              get

              {

                   return voice.Volume ;

              }

              set

              {

                   voice.SetVolume((ushort)(value)) ;

              }

         }


察看评论详细内容 我要发表评论
作者笔名 简短内容 发表时间
:

键盘也能翻页,试试“← →”键

关注我们

最新资讯离线随时看 聊天吐槽赢奖品