Signed-off-by: Miyu Kawaii <trigger114514xx@gmail.com>
CHL
Miyu Kawaii 1 year ago
parent 73a1a183f5
commit e8ccac0b1f

@ -0,0 +1,12 @@
using System.Speech.Synthesis;
namespace TstTranslator.model;
public class Speech
{
internal void Talking()
{
var speak = new SpeechSynthesizer();
speak.SetOutputToDefaultAudioDevice();
speak.Speak("豪大大鸡排,豪大的鸡排!");
}
}
Loading…
Cancel
Save