Implemented Mozilla DeepSpeech speech-to-text integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-06 00:38:24 +01:00
parent fc949ed9f1
commit b0339754b2
17 changed files with 477 additions and 1 deletions
docs/source

View file

@ -240,6 +240,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'cpuinfo',
'psutil',
'openzwave',
'deepspeech',
]
sys.path.insert(0, os.path.abspath('../..'))