File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/extensions/scratch3_text2speech Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const SQUEAK_ID = 'SQUEAK';
4343/**
4444 * An id for one of the voices.
4545 */
46- const MONSTER_ID = 'MONSTER ' ;
46+ const GIANT_ID = 'GIANT ' ;
4747
4848/**
4949 * An id for one of the voices.
@@ -117,14 +117,14 @@ class Scratch3Text2SpeechBlocks {
117117 gender : 'female' ,
118118 playbackRate : 1.4
119119 } ,
120- [ MONSTER_ID ] : {
120+ [ GIANT_ID ] : {
121121 name : formatMessage ( {
122- id : 'text2speech.monster ' ,
123- default : 'monster ' ,
122+ id : 'text2speech.giant ' ,
123+ default : 'giant ' ,
124124 description : 'Name for a funny voice with a low pitch.'
125125 } ) ,
126126 gender : 'male' ,
127- playbackRate : 0.7
127+ playbackRate : 0.84
128128 } ,
129129 [ KITTEN_ID ] : {
130130 name : formatMessage ( {
You can’t perform that action at this time.
0 commit comments