OpenVoiceOS / ovos-tts-plugin-mimic3-server

Apache License 2.0
2 stars 4 forks source link

Fix Ziggai and Smart'Gic TTS URL #12

Closed goldyfruit closed 1 year ago

goldyfruit commented 1 year ago

Because they both now using the ovos_tts_server to expose Mimic3.

goldyfruit commented 1 year ago

This works for me on my test device

I got a 404 on mine, need to check why (test to the unit tests!).

tts-mimic3-74575c5b69-7lffd tts-mimic3 2023-06-24T21:44:28.203061392-04:00 INFO:     10.233.110.140:60218 - "GET /?voice=en_US%2Fcmu-arctic_low%23awb HTTP/1.1" 404 Not Found
tts-mimic3-74575c5b69-2jqs7 tts-mimic3 2023-06-24T21:44:28.774998987-04:00 INFO:     10.233.110.140:36134 - "GET /?voice=en_US%2Fcmu-arctic_low%23rms HTTP/1.1" 404 Not Found
tts-mimic3-74575c5b69-2jqs7 tts-mimic3 2023-06-24T21:44:29.406540103-04:00 INFO:     10.233.110.140:36136 - "GET /?voice=en_US%2Fcmu-arctic_low%23slt HTTP/1.1" 404 Not Found
builderjer commented 1 year ago

yes, its not sending the right request like this INFO: 192.168.0.242:40612 - "POST /status?voice=en_US%2Fvctk_low%23s5 HTTP/1.0" 405 Method Not Allowed

builderjer commented 1 year ago

But I do need to change my url to point to the one without ovos-tts-server

JarbasAl commented 1 year ago

these should be in the ovos-tts-plugin instead, this plugin should only contain mimic3 servers using the official server implementation, so just delete them?

in the end the goal is to archive this plugin in favor of the generic one

builderjer commented 1 year ago

Did another PR with an official mimic3 server of mine