core/tests/components/assist_pipeline
Michael Hansen 8768c39021
Wake word cleanup (#98652)
* Make arguments for async_pipeline_from_audio_stream keyword-only after hass

* Use a bytearray ring buffer

* Move generator outside

* Move stt stream generator outside

* Clean up execute

* Refactor VAD to use bytearray

* More tests

* Refactor chunk_samples to be more correct and robust

* Change AudioBuffer to use append instead of setitem

* Cleanup

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-08-25 13:28:48 -04:00
..
snapshots Wake word cleanup (#98652) 2023-08-25 13:28:48 -04:00
__init__.py Use pipeline ID in event (#92100) 2023-04-26 22:40:17 -04:00
conftest.py Add wake word integration (#96380) 2023-08-07 22:22:16 -04:00
test_init.py Wake word cleanup (#98652) 2023-08-25 13:28:48 -04:00
test_pipeline.py Rename some incorrectly named assist_pipeline tests (#98389) 2023-08-14 15:47:55 +02:00
test_ring_buffer.py Wake word cleanup (#98652) 2023-08-25 13:28:48 -04:00
test_select.py Remove unnnecessary pylint configs from components/[a-d]* (#98911) 2023-08-24 00:54:02 +02:00
test_vad.py Wake word cleanup (#98652) 2023-08-25 13:28:48 -04:00
test_websocket.py Add wake word integration (#96380) 2023-08-07 22:22:16 -04:00