Supergiovane / node-red-contrib-tts-ultimate

This node transforms a text into a speech audio. You can hear the voice natively through Sonos or external players.
MIT License
22 stars 5 forks source link

not playing mp3 file anymore from ownfile node #46

Closed Vinisz closed 2 years ago

Vinisz commented 2 years ago

Goodday, think I have an issue with the latest version, hope you can have a look...

Describe the bug I have an "ownfile" node in front with an mp3. Before, the mp3 file was playing fine, now, TTS ultimate just announces the word "mp3" to the sonos speakers

To Reproduce Steps to reproduce the behavior:

  1. Create flow with ownfile node in front
  2. Upload mp3 file to ownnode
  3. Try to play the mp3 via ownnode to ttsultimate
  4. Sonos will just play the word "mp3"

Expected behavior Play the MP3 file of the ownnode

Screenshots image image image image

TTS-Ultimate Version

Are you running node-red behind homematic, docker or anything similar?

Additional context Works fine in previous version (might be view versions back)

Supergiovane commented 2 years ago

Hi I’ll take a look tomorrow. in the meantime, you can install a previous version. To do that, please see the npm web site.

Vinisz commented 2 years ago

Already found it... it has to do with "autosplit max length" I configured it to "10" and that caused a mess... now on "100" , all good... image