Skip to content

Commit

Permalink
Use trampoline for TTS synth
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 15, 2023
1 parent 9ee3974 commit 8d02cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/scratch3_text2speech/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const blockIconURI = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNv
* The url of the synthesis server.
* @type {string}
*/
const SERVER_HOST = 'https://synthesis-service.scratch.mit.edu';
const SERVER_HOST = 'https://trampoline.turbowarp.org/tts';

/**
* How long to wait in ms before timing out requests to synthesis server.
Expand Down

0 comments on commit 8d02cfe

Please sign in to comment.