LICENSE.txt
README.md
setup.cfg
setup.py
spokestack/__init__.py
spokestack/context.py
spokestack/pipeline.py
spokestack/utils.py
spokestack.egg-info/PKG-INFO
spokestack.egg-info/SOURCES.txt
spokestack.egg-info/dependency_links.txt
spokestack.egg-info/top_level.txt
spokestack/asr/__init__.py
spokestack/asr/cloud_client.py
spokestack/asr/speech_recognizer.py
spokestack/mic/__init__.py
spokestack/mic/pyaudio.py
spokestack/models/__init__.py
spokestack/models/tensorflow.py
spokestack/nlu/__init__.py
spokestack/nlu/tflite.py
spokestack/nlu/parsers/__init__.py
spokestack/nlu/parsers/digits.py
spokestack/nlu/parsers/entity.py
spokestack/nlu/parsers/integer.py
spokestack/nlu/parsers/maps.py
spokestack/nlu/parsers/selset.py
spokestack/vad/__init__.py
spokestack/vad/webrtc.py
spokestack/wakeword/__init__.py
spokestack/wakeword/ring_buffer.py
spokestack/wakeword/tflite.py
tests/__init__.py
tests/test_context.py
tools/__init__.py