core
core copied to clipboard
Cryptic spoken output for some PicoTTS calls
The problem
Hi there,
I am using Hassio through docker Container on my RPI4 and experience some weird output from pico2wave for some messages that I can’t really understand. Below service call for TTS gives me a cryptic voice output such as: “de-DE_gl0__1.1.0.0-0-2“
While slight modifications to messages seem to make the output work properly.
I have tried to reproduce this by going into the docker shell and manually calling pico2wave from command line with the same messages without any luck, the files produced there do not have such cryptic output.
Does anyone have similar issues, can reproduce this in their setup, or an idea how to maybe further troubleshoot/solve this?
What version of Home Assistant Core has the issue?
core-2023.5.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Pico TTS
Link to integration documentation on our website
https://www.home-assistant.io/integrations/picotts/
Diagnostics information
No response
Example YAML snippet
# config
tts:
- platform: picotts
cache: false
language: de-DE
service_name: pico_say
# service (weird output)
service: tts.pico_saydata:
entity_id: media_player.owntone_server
message: das is ein Test der is gut.
# service (working)
service: tts.pico_say
data: entity_id: media_player.owntone_server
message: das is ein Test der is voll gut.
Anything in the logs that might be useful for us?
No response
Additional information
No response