From 1339841bc4cf47139e4e08d1551f95969133a680 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Thu, 21 Mar 2019 11:00:43 -0400 Subject: [PATCH] Remove Hindi from text2speech extension Low quality speech synthesis, needs investigation --- src/extensions/scratch3_text2speech/index.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/extensions/scratch3_text2speech/index.js b/src/extensions/scratch3_text2speech/index.js index 566568db3dc..d1f0b0d3890 100644 --- a/src/extensions/scratch3_text2speech/index.js +++ b/src/extensions/scratch3_text2speech/index.js @@ -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'; @@ -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'],