We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d13a0 commit b1f3a09Copy full SHA for b1f3a09
scripts/textToSpeech.js
@@ -13,3 +13,11 @@ export default {
13
window.open("https://j2team.dev/tools/text-to-speech");
14
},
15
};
16
+
17
+const backup = () => {
18
+ // https://developer.chrome.com/docs/extensions/reference/api/tts
19
+ UfsGlobal.Extension.runInBackground("chrome.tts.speak", [
20
+ "Xin chào tất cả mọi người.",
21
+ { lang: "vi-VN", rate: 0.1 },
22
+ ]);
23
+};
0 commit comments