NeonGeckoCom / neon-tts-plugin-coqui

Coqui AI TTS plugin
https://huggingface.co/spaces/neongeckocom/neon-tts-plugin-coqui
Other
65 stars 5 forks source link

[BUG] Strange audio output for wifi error message #117

Open NeonDaniel opened 5 months ago

NeonDaniel commented 5 months ago

Description

A specific string that is spoken when WiFi setup fails seems to render with extra text prepended to the passed text. I will attach a sample. ce4e7a14fe73c3a8cd31d15db0d435d6.wav.tar.gz

Steps to Reproduce

Relevant Code

https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/blob/c55a2ddfdbd5b1a3aa13767da49eab9ce7ccce79/neon_tts_plugin_coqui/__init__.py#L86-L88

Other Notes

The exact string passed is: failed to connect to wifi, verify credentials and try again

NeonDaniel commented 5 months ago

A similar error has been observed in other utterances on Mark2 devices running offline, but not on a Pi5 that I tested recently. This may be related to a version of espeak-ng or some other binary that could vary between apt-repositories or platforms.