sfortis / openai_tts

OpenAI TTS custom component for HA
GNU General Public License v3.0
44 stars 15 forks source link

Speed is Int instead of Float #10

Closed alex1261 closed 2 months ago

alex1261 commented 2 months ago

Speed is currently configured as an integer. But as per the API, should be float with range from 0.25 to 4 (default 1).

Updated my own code to float instead of Int and worked a treat.

sfortis commented 2 months ago

this is resolved with the latest update