✨ Features
- The
chime_tts.sayandchime_tts.say_urlservices have a newAudio Conversionparameter to convert audio to work with Alexa speakers. It can also be utilized to specify an arbitrary list of arguments for an FFmpeg conversion job. - The duration of the generated audio (in seconds) has been added to the
chime_tts.say_urlservice response (duration), eg:url: https://{YOUR_HA_ADDRESS}/local/chime_tts/x3u5vr88.mp3 duration: 4.883
🧰 Improvements
- Added support for setting file type in FFmpeg conversion
- Added drop down UI to convert audio to Alexa speaker specifications, or to set custom arguments to run an FFmpeg conversion
- Increased volume of whistle chime
🐞 Bugfixes
- Fixed bug where
chime_tss.sayqueue would become stuck until Home Assistant was rebooted - Fix for constructing folder paths
- Potential fix for external url
- Potential fix for stuck queue
What's Changed
- Update README.md by @nimroddolev in #61
Full Changelog: v0.10.2-beta1...v0.10.2-beta2