[過去ログ] ふらっと C#,C♯,C#(初心者用) Part155 (1002レス)
前次1-
抽出解除 レス栞

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
リロード規制です。10分ほどで解除するので、他のブラウザへ避難してください。
871
(1): デフォルトの名無しさん (ワッチョイ 7fbb-bBdM) [sage] 2022/09/03(土) 18:10:15.06 ID:VhEETHyI0(5/7) AAS
>>869
869(1): デフォルトの名無しさん (ワッチョイ 5f01-CYaL) [] 2022/09/03(土) 17:32:09.30 ID:pIlh0KDq0(7/19) AAS
>>868
デフォルトのデバイスが設定されてないってことですか?
using System;
using System.Speech.Synthesis;

namespace SampleSynthesis {
class Program {
static void Main(string[] args) {
using (var synth = new SpeechSynthesizer()) {
synth.SetOutputToDefaultAudioDevice();
synth.Speak("This is sample text-to-speech output.");
}
Console.WriteLine();
Console.WriteLine("Press any key to exit...");
Console.ReadKey();
}
}
}

これコピペして動くか?
874: デフォルトの名無しさん (ワッチョイ 5f01-CYaL) [] 2022/09/03(土) 18:53:39.23 ID:pIlh0KDq0(8/19) AAS
>>871
ダメですね…
MAUIなんでデフォルトオーディオデバイスを検出できてないのかも知れません
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.041s