From 99c2e698d2a3c56649e42d8d2133706cd8c9501e Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 20 May 2020 10:19:04 +0000 Subject: Issue #1538 - remove speech recognition engine This removes speech recognition, pocketsphinx, training models and the speech automated test interface. This also re-establishes proper use of MOZ_WEBSPEECH to work for the speech API (synthesis part only) that was a broken mess before, with some synth parts being always built, some parts being built only with it enabled and recognition parts being dependent on it. I'm pretty sure it'd be totally busted if you'd ever have tried building without MOZ_WEBPEECH before. Tested that synthesis still works as-intended. This resolves #1538 --- dom/webidl/moz.build | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dom/webidl/moz.build') diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build index 156da302d..5e913585e 100644 --- a/dom/webidl/moz.build +++ b/dom/webidl/moz.build @@ -615,14 +615,6 @@ if CONFIG['MOZ_WEBRTC']: if CONFIG['MOZ_WEBSPEECH']: WEBIDL_FILES += [ - 'SpeechGrammar.webidl', - 'SpeechGrammarList.webidl', - 'SpeechRecognition.webidl', - 'SpeechRecognitionAlternative.webidl', - 'SpeechRecognitionError.webidl', - 'SpeechRecognitionEvent.webidl', - 'SpeechRecognitionResult.webidl', - 'SpeechRecognitionResultList.webidl', 'SpeechSynthesis.webidl', 'SpeechSynthesisErrorEvent.webidl', 'SpeechSynthesisEvent.webidl', @@ -721,7 +713,6 @@ if CONFIG['MOZ_WEBRTC']: if CONFIG['MOZ_WEBSPEECH']: GENERATED_EVENTS_WEBIDL_FILES += [ - 'SpeechRecognitionEvent.webidl', 'SpeechSynthesisErrorEvent.webidl', 'SpeechSynthesisEvent.webidl', ] -- cgit v1.2.3