1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

音声合成で しゃべらせる JavaScript

Last updated at Posted at 2020-10-27

とりあえず しゃべらせる。
以下のファイルをダブルクリックで実行。
(Windows10, Window7 等)

talk.js

var tts = WScript.CreateObject("SAPI.spVoice");
tts.Speak("生麦 生米 生卵");

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

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

日本語を追加

 MSSpeech_SR_ja-JP_TELE.msi
 MSSpeech_TTS_ja-JP_Haruka.msi

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?