From 14f6f230d7545d3906a7fd72f3d4677f3b6503d8 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 --- config/external/moz.build | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config') diff --git a/config/external/moz.build b/config/external/moz.build index f4013c18a..1234016fa 100644 --- a/config/external/moz.build +++ b/config/external/moz.build @@ -40,12 +40,6 @@ external_dirs += ['media/libwebp'] if CONFIG['CPU_ARCH'] == 'arm': external_dirs += ['media/openmax_dl'] -if CONFIG['MOZ_WEBSPEECH_POCKETSPHINX']: - external_dirs += [ - 'media/sphinxbase', - 'media/pocketsphinx', - ] - if CONFIG['MOZ_FFVPX']: external_dirs += ['media/ffvpx'] -- cgit v1.2.3