TheDesk Akane (16.0.0) - phase:2[final]

This commit is contained in:
cutls
2018-07-30 02:35:29 +09:00
parent 7178c2d6c5
commit 96995066ac
30 changed files with 1444 additions and 1069 deletions

View File

@@ -1,5 +1,5 @@
$voise = null;
$voiseName = 'Google 日本語';
$voiseName = lang_speech[lang];
$voices = speechSynthesis.getVoices();
$synthes = new SpeechSynthesisUtterance();
$voise = $.grep($voices, function(n, i){return n.name == $voiseName})[0];