音声合成で しゃべらせる バッチファイル


とりあえず しゃべらせる。
以下のファイルをダブルクリックで実行。
文字化けするときは UTF-8 じゃなく Shift-JIS (ANSI) で保存。
(Windows10, Window7 等)

talk.bat


@echo off

PowerShell -Command "Add-Type -AssemblyName System.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak('生麦 生米 生卵');"

call :_sp "生麦"
call :_sp "生米"
call :_sp "生玉子"

pause
goto :eof


:_sp
echo %~1
PowerShell -Command "Add-Type -AssemblyName System.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak('%~1');"
goto :eof

しゃべらない? なら、
マイクロソフトスピーチプラットフォームをインストール。

 x86_SpeechPlatformRuntime¥SpeechPlatformRuntime.msi
  または
 x64_SpeechPlatformRuntime¥SpeechPlatformRuntime.msi

日本語を追加

 MSSpeech_SR_ja-JP_TELE.msi
 MSSpeech_TTS_ja-JP_Haruka.msi