Implemented PicoVoice speech-to-text integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-07 20:21:32 +01:00
parent a5c08ed3e4
commit ce0f3227ec
10 changed files with 188 additions and 26 deletions
docs/source

View file

@ -243,6 +243,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'deepspeech',
'wave',
'pvporcupine ',
'pvcheetah',
]
sys.path.insert(0, os.path.abspath('../..'))