JavaScript | HTML5のaudioで音声ファイルを再生する
HTML5のaudioをJavaScriptで制御して音声ファイルを再生する方法の動作サンプルとサンプルコードです。 See the Pen JavaScript | Play an audio file by yochans (@yoch ...
JavaScript | SpeechSynthesisUtteranceで一時停止と再開機能
JavaScriptのSpeechSynthesisUtteranceを使って再生中の音声読み上げを一時停止、再開する機能の実装サンプルです。 See the Pen JavaScript | speech synthesis pause ...
JavaScript | speechSynthesis.speak()で音声が出なくなる原因と対策
JavaScriptでWeb Speech APIのSpeechSynthesisUtteranceを利用していると、JavaScriptコードは間違っていないハズなのにテキストを読み上げる音声が再生されなくなる場合があります。 この記事で ...
JavaScript | SpeechSynthesisUtteranceでテキストを読み上げる
JavaScriptで使えるWeb Speech APIのSpeechSynthesisUtteranceを利用してテキストを読み上げる方法のサンプルコードです。 See the Pen JavaScript | speech synthe ...