OpenVoiceOS / ovos-tts-server-plugin

Apache License 2.0
0 stars 4 forks source link

Update TTS URLs #5

Closed NeonDaniel closed 1 year ago

NeonDaniel commented 1 year ago

Remove demo URLs per #4 Review Add public server URLs, following the same pattern as other remote TTS plugins

goldyfruit commented 1 year ago

I think it should be a random picked to "load balance" the traffic because right now it's seems to be always the first in the list that handles the requests.

JarbasAl commented 1 year ago

I think it should be a random pick to "load balance" the traffic because right now it's seems to be always the first in the list that handles the request.

good point, I agree here

in STT we didnt do that to bear the load on our own servers, the fallback being there in case ours goes down, but we dont have a OVOS hosted TTS server currently so it should be random

builderjer commented 1 year ago

I kind of agree with Goldy. Being the first doesn't bother me, but as things progress, as I think they will, I'm not sure my internet connection can handle it. A load balance might be good