Skip to content

Commit

Permalink
Remove Hindi from text2speech extension
Browse files Browse the repository at this point in the history
Low quality speech synthesis, needs investigation
  • Loading branch information
ericrosenbaum committed Mar 21, 2019
1 parent 35d2553 commit 1339841
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/extensions/scratch3_text2speech/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const DUTCH_ID = 'nl';
const ENGLISH_ID = 'en';
const FRENCH_ID = 'fr';
const GERMAN_ID = 'de';
const HINDI_ID = 'hi';
const ICELANDIC_ID = 'is';
const ITALIAN_ID = 'it';
const JAPANESE_ID = 'ja';
Expand Down Expand Up @@ -242,12 +241,6 @@ class Scratch3Text2SpeechBlocks {
locales: ['de'],
speechSynthLocale: 'de-DE'
},
[HINDI_ID]: {
name: 'Hindi',
locales: ['hi'],
speechSynthLocale: 'en-IN',
singleGender: true
},
[ICELANDIC_ID]: {
name: 'Icelandic',
locales: ['is'],
Expand Down

0 comments on commit 1339841

Please sign in to comment.