hass-core/tests/components/tts
Michael Hansen ae516ffbb5
Automatically convert TTS audio to MP3 on demand (#102814)
* Add ATTR_PREFERRED_FORMAT to TTS for auto-converting audio

* Move conversion into SpeechManager

* Handle None case for expected_extension

* Only use ATTR_AUDIO_OUTPUT

* Prefer MP3 in pipelines

* Automatically convert to mp3 on demand

* Add preferred audio format

* Break out preferred format

* Add ATTR_BLOCKING to allow async fetching

* Make a copy of supported options

* Fix MaryTTS tests

* Update ESPHome to use "wav" instead of "raw"

* Clean up tests, remove blocking

* Clean up rest of TTS tests

* Fix ESPHome tests

* More test coverage
2023-11-06 15:26:00 -05:00
..
__init__.py
common.py Automatically convert TTS audio to MP3 on demand (#102814) 2023-11-06 15:26:00 -05:00
conftest.py Improve TTS test fixtures (#93517) 2023-05-25 11:59:20 +02:00
test_init.py Automatically convert TTS audio to MP3 on demand (#102814) 2023-11-06 15:26:00 -05:00
test_legacy.py Remove base_url configuration option from tts (#94905) 2023-06-21 11:20:33 +02:00
test_media_source.py Automatically convert TTS audio to MP3 on demand (#102814) 2023-11-06 15:26:00 -05:00
test_notify.py Fix tts notify config validation (#98381) 2023-08-14 13:30:25 +02:00