[求助]System.ArgumentException没有注册类 Post By:2024/8/21 21:01:00 [显示全部帖子]
我运行帮助文件中的生成语音文件时,报错,提示如图,是什么原因?重装了一遍foxtable也不行~
此主题相关图片如下:1111.jpg
Dim Voice As new
DotNetSpeech.SpVoice() Dim
Stream As new
DotNetSpeech.SpFileStreamClass() Stream.Open("c:\temp\test.wav",
DotNetSpeech.SpeechStreamFileMode.SSFMCreateForWrite, False) Voice.AudioOutputStream
= Stream Voice.Speak("I
love you.",DotNetSpeech.SpeechVoiceSpeakFlags.SVSFDefault) Stream.Close()