From e2e03cc06811720f18193f804c919ea3f8af0ac8 Mon Sep 17 00:00:00 2001 From: Josef Gabrielsson Date: Sat, 17 Aug 2024 22:17:29 +0200 Subject: [PATCH] --- nightly/modules/sound.js | 8 ++++++++ nightly/plugins/responsivevoice.js | 1 + 2 files changed, 9 insertions(+) create mode 100644 nightly/modules/sound.js diff --git a/nightly/modules/sound.js b/nightly/modules/sound.js new file mode 100644 index 00000000..d1df07df --- /dev/null +++ b/nightly/modules/sound.js @@ -0,0 +1,8 @@ +'use strict'; + +//Experimental + +app.module.sound = { + play: function (element) { + } +} \ No newline at end of file diff --git a/nightly/plugins/responsivevoice.js b/nightly/plugins/responsivevoice.js index 841efc65..bd015446 100644 --- a/nightly/plugins/responsivevoice.js +++ b/nightly/plugins/responsivevoice.js @@ -15,6 +15,7 @@ app.plugin.responsivevoice = { speak: function (object) { var value = object.exec.value + responsiveVoice.cancel() responsiveVoice.speak(value, 'Arabic Male') } } \ No newline at end of file