コード例 #1
0
ファイル: LinSpeech.cs プロジェクト: Booser/radegast
 public void SpeechStart( PluginControl pc, string[] beeps)
 {
     synth = new LinSynth( pc, beeps);
 }
コード例 #2
0
 public void SpeechStart(PluginControl pc, string[] beeps)
 {
     synth = new LinSynth(pc, beeps);
 }