Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Gabrielsson committed Aug 17, 2024
1 parent c2d9f5b commit e2e03cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nightly/modules/sound.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'use strict';

//Experimental

app.module.sound = {
play: function (element) {
}
}
1 change: 1 addition & 0 deletions nightly/plugins/responsivevoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ app.plugin.responsivevoice = {

speak: function (object) {
var value = object.exec.value
responsiveVoice.cancel()
responsiveVoice.speak(value, 'Arabic Male')
}
}

0 comments on commit e2e03cc

Please sign in to comment.