为了账号安全,请及时绑定邮箱和手机立即绑定

Webservice不响应

Webservice不响应

幕布斯6054654 2018-10-10 06:07:41
我用System.Speech.Synthesis做一个网络语音合成的Webservice,服务端的代码如下:[WebMethod]        public bool tts(string txt, string fileName)        {            bool result = false;            fileName = @"C:\Inetpub\NXUTTS\" + fileName;            Speach _speach = new Speach();            _speach.SelectVoice("VW Lily");            if (txt != string.Empty && fileName != string.Empty)            {                _speach.SpeakOutFile(txt, fileName);                result = true;            }            _speach.Dispose();            return result;        }运行后,语音文件正常合成,但是新弹出的页面一直假死,不结束。
查看完整描述

2 回答

?
桃花长相依

TA贡献1860条经验 获得超8个赞

没有遇到过;自己调试试试;

查看完整回答
反对 回复 2018-10-24
  • 2 回答
  • 0 关注
  • 480 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信