getRate
機能
現在設定されている音声の読み上げ速度を返す。
引数
なし
戻り値
- 音声の読み上げ速度
- 設定されている読み上げ速度の値(数値)
使用例
var currentRate;
currentRate = getRate();
alert("現在の読み上げ速度は:" + currentRate + "です。");
現在設定されている音声の読み上げ速度を返す。
なし
var currentRate;
currentRate = getRate();
alert("現在の読み上げ速度は:" + currentRate + "です。");