Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files- staticfiles/livetest.html +1 -3
- text.txt +1 -1
staticfiles/livetest.html
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
<html>
|
3 |
-
|
4 |
<head>
|
5 |
<meta charset="utf-8">
|
6 |
<meta name="viewport" content="width=device-width">
|
@@ -26,7 +24,7 @@
|
|
26 |
let _debug = 0;
|
27 |
'use strict';
|
28 |
|
29 |
-
|
30 |
var text = input;//document.getElementById("text").value;
|
31 |
var speech = new SpeechSynthesisUtterance(text);
|
32 |
speech.lang = "ja-JP"; // 日本語に設定
|
|
|
|
|
1 |
<html>
|
|
|
2 |
<head>
|
3 |
<meta charset="utf-8">
|
4 |
<meta name="viewport" content="width=device-width">
|
|
|
24 |
let _debug = 0;
|
25 |
'use strict';
|
26 |
|
27 |
+
function speaks(input) {
|
28 |
var text = input;//document.getElementById("text").value;
|
29 |
var speech = new SpeechSynthesisUtterance(text);
|
30 |
speech.lang = "ja-JP"; // 日本語に設定
|
text.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
どうぞよろしくお願い致します🙇
|