Skip to content

Commit f467d2d

Browse files
Change “monster” to “giant” and raise pitch (#1606)
1 parent 91d46bb commit f467d2d

File tree

1 file changed

+5
-5
lines changed
  • src/extensions/scratch3_text2speech

1 file changed

+5
-5
lines changed

src/extensions/scratch3_text2speech/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)