Skip to content

Commit

Permalink
✨ feat: Add ability to has TTS delivered through AWS Polly
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Jun 9, 2020
1 parent 172f627 commit 75e9d60
Show file tree
Hide file tree
Showing 8 changed files with 474 additions and 50 deletions.
3 changes: 3 additions & 0 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ const config = {
sourceFile: ".env.solution.json" // relative path to your solution(s) config file - probably don't need to change
}
},
tts: {
url: "" // Jaguar URL if you plan to use AWS Polly instead of default Web Speech APIs TTS
},
ui: {
configArea: {
shareLink: {
Expand Down
Loading

0 comments on commit 75e9d60

Please sign in to comment.