LICENSE.txt
README.md
setup.cfg
setup.py
spokestack/__init__.py
spokestack/activation_timeout.py
spokestack/context.py
spokestack/pipeline.py
spokestack/ring_buffer.py
spokestack/utils.py
spokestack.egg-info/PKG-INFO
spokestack.egg-info/SOURCES.txt
spokestack.egg-info/dependency_links.txt
spokestack.egg-info/not-zip-safe
spokestack.egg-info/requires.txt
spokestack.egg-info/top_level.txt
spokestack/agc/__init__.py
spokestack/agc/webrtc.py
spokestack/asr/__init__.py
spokestack/asr/google/__init__.py
spokestack/asr/google/speech_recognizer.py
spokestack/asr/keyword/__init__.py
spokestack/asr/keyword/tflite.py
spokestack/asr/spokestack/__init__.py
spokestack/asr/spokestack/cloud_client.py
spokestack/asr/spokestack/speech_recognizer.py
spokestack/extensions/__init__.py
spokestack/extensions/webrtc/__init__.py
spokestack/extensions/webrtc/agc.c
spokestack/extensions/webrtc/nsx.c
spokestack/extensions/webrtc/vad.c
spokestack/extensions/webrtc/filter_audio/agc/analog_agc.c
spokestack/extensions/webrtc/filter_audio/agc/digital_agc.c
spokestack/extensions/webrtc/filter_audio/ns/noise_suppression_x.c
spokestack/extensions/webrtc/filter_audio/ns/nsx_core.c
spokestack/extensions/webrtc/filter_audio/ns/nsx_core_c.c
spokestack/extensions/webrtc/filter_audio/other/complex_bit_reverse.c
spokestack/extensions/webrtc/filter_audio/other/complex_fft.c
spokestack/extensions/webrtc/filter_audio/other/copy_set_operations.c
spokestack/extensions/webrtc/filter_audio/other/cross_correlation.c
spokestack/extensions/webrtc/filter_audio/other/division_operations.c
spokestack/extensions/webrtc/filter_audio/other/dot_product_with_scale.c
spokestack/extensions/webrtc/filter_audio/other/downsample_fast.c
spokestack/extensions/webrtc/filter_audio/other/energy.c
spokestack/extensions/webrtc/filter_audio/other/get_scaling_square.c
spokestack/extensions/webrtc/filter_audio/other/min_max_operations.c
spokestack/extensions/webrtc/filter_audio/other/real_fft.c
spokestack/extensions/webrtc/filter_audio/other/resample_48khz.c
spokestack/extensions/webrtc/filter_audio/other/resample_by_2.c
spokestack/extensions/webrtc/filter_audio/other/resample_by_2_internal.c
spokestack/extensions/webrtc/filter_audio/other/resample_fractional.c
spokestack/extensions/webrtc/filter_audio/other/spl_init.c
spokestack/extensions/webrtc/filter_audio/other/spl_sqrt.c
spokestack/extensions/webrtc/filter_audio/other/spl_sqrt_floor.c
spokestack/extensions/webrtc/filter_audio/other/vector_scaling_operations.c
spokestack/extensions/webrtc/filter_audio/vad/vad_core.c
spokestack/extensions/webrtc/filter_audio/vad/vad_filterbank.c
spokestack/extensions/webrtc/filter_audio/vad/vad_gmm.c
spokestack/extensions/webrtc/filter_audio/vad/vad_sp.c
spokestack/extensions/webrtc/filter_audio/vad/webrtc_vad.c
spokestack/io/__init__.py
spokestack/io/pyaudio.py
spokestack/models/__init__.py
spokestack/models/tensorflow.py
spokestack/nlu/__init__.py
spokestack/nlu/result.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/nsx/__init__.py
spokestack/nsx/webrtc.py
spokestack/profile/__init__.py
spokestack/profile/vad_trigger_asr.py
spokestack/profile/wakeword_asr.py
spokestack/tts/__init__.py
spokestack/tts/manager.py
spokestack/tts/clients/__init__.py
spokestack/tts/clients/spokestack.py
spokestack/vad/__init__.py
spokestack/vad/webrtc.py
spokestack/wakeword/__init__.py
spokestack/wakeword/tflite.py
tests/__init__.py
tests/test_activation_timeout.py
tests/test_context.py
tests/test_pipeline.py
tests/test_ring_buffer.py
tests/agc/__init__.py
tests/agc/test_webrtc.py
tests/asr/__init__.py
tests/asr/google/__init__.py
tests/asr/google/test_google_speech_recognizer.py
tests/asr/keyword/__init__.py
tests/asr/keyword/test_tflite.py
tests/asr/spokestack/__init__.py
tests/asr/spokestack/test_cloud_client.py
tests/asr/spokestack/test_speech_recognizer.py
tests/io/__init__.py
tests/io/test_pyaudio.py
tests/models/__init__.py
tests/models/test_tensorflow.py
tests/nlu/__init__.py
tests/nlu/test_tflite.py
tests/nlu/parsers/__init__.py
tests/nlu/parsers/test_digits.py
tests/nlu/parsers/test_entity.py
tests/nlu/parsers/test_integer.py
tests/nlu/parsers/test_selset.py
tests/nsx/__init__.py
tests/nsx/test_webrtc.py
tests/profile/__init__.py
tests/profile/test_vad_trigger_asr.py
tests/profile/test_wakeword_asr.py
tests/tts/__init__.py
tests/tts/test_manager.py
tests/tts/test_tts_client.py
tests/vad/__init__.py
tests/vad/test_webrtc.py
tests/wakeword/__init__.py
tests/wakeword/test_tflite.py
tools/__init__.py