vb.net 语音合成
摘要:
Imports System.Speech.Synthesis Public Class Form1 Private synth As New SpeechSynthesizer Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click synth.Speak(TextBox1.Text)... 阅读全文
posted @ 2018-02-20 21:24 回忆满满 阅读(480) 评论(0) 推荐(0)