-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimization for mobile devices and force a language in a single speech synthesis object.
- Loading branch information
Showing
14 changed files
with
954 additions
and
840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "artyom.js", | ||
"description": "Artyom is a Robust Wrapper of the Google Chrome SpeechSynthesis and SpeechRecognition that allows you to create a virtual assistent", | ||
"main": "artyom.js", | ||
"authors": [ | ||
"Carlos Delgado" | ||
], | ||
"license": "ISC", | ||
"keywords": [ | ||
"speech", | ||
"recognition", | ||
"voice", | ||
"commands", | ||
"voice", | ||
"siri", | ||
"cortana", | ||
"googleNow" | ||
], | ||
"homepage": "https://github.com/sdkcarlos/artyom.js", | ||
"moduleType": [], | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"development", | ||
"public" | ||
] | ||
} | ||
"name": "artyom.js", | ||
"description": "Artyom is a Robust Wrapper of the Google Chrome SpeechSynthesis and SpeechRecognition that allows you to create a virtual assistent", | ||
"main": "artyom.js", | ||
"authors": [ | ||
"Carlos Delgado" | ||
], | ||
"license": "ISC", | ||
"keywords": [ | ||
"speech", | ||
"recognition", | ||
"voice", | ||
"commands", | ||
"voice", | ||
"siri", | ||
"cortana", | ||
"googleNow" | ||
], | ||
"homepage": "https://github.com/sdkcarlos/artyom.js", | ||
"moduleType": [], | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"development", | ||
"public" | ||
] | ||
} |
Oops, something went wrong.