Supergiovane / node-red-contrib-sonospollytts

Play speech TTS using Sonos.
https://www.facebook.com/supergiovaneDev
MIT License
12 stars 6 forks source link

Temperatur announced via Alexa #38

Closed niwre2019 closed 4 years ago

niwre2019 commented 4 years ago

Hi, I would like to have several temperatures announced over Alexa. Unfortunately, due to the many different temperatures, many MP3 files are created. Therefore I would like to delete the files regularly, but I do not know whether this could lead to problems because the file is no longer found in the cache at the same temperature. Can I do it easily or does it cause problems? Regards Niwre

Supergiovane commented 4 years ago

Hi Niwre, Yes, you can delete it without issues. The next time, the node will create the TTS and download the mp3 again, if necessary. I suggest you not to delete the files, because every call to AWS Amazon service, after some numbers of requests, will cost you money on every call.