openai_tts
openai_tts copied to clipboard
Added a configuration but no audio
I've added a configuration as per instructions, but I can't hear any audio. Is there any setting missing?
Here is what it looks like:
The device:
The service call:
service: tts.speak
data:
cache: true
media_player_entity_id: media_player.vlc_telnet
message: Test
target:
entity_id: tts.openai_tts_nova
When I run it, I hear nothing, but UI shows as it succeeded.
This is the only log I can say it may be related to this, but I'm not 100% sure, because it is related to tags and this shouldn't stop it from playing.
2024-06-19 09:09:58.141 ERROR (MainThread) [homeassistant.components.tts] ID3 tag error: can't sync to MPEG frame
The media_player seems to be working normally, as I can use other tts services (like google translator google_say service) and I can hear it.
Thanks for your help.