VRCWizard / TTS-Voice-Wizard

Speech to Text to Speech. Song now playing. Sends text as OSC messages to VRChat to display on avatar. (STTTS) (Speech to TTS) (VRC STT System) (VTuber TTS)
https://TTSVoiceWizard.com
MIT License
579 stars 66 forks source link

add http response to web captioner listener #39

Closed BoatFloater closed 1 year ago

BoatFloater commented 1 year ago

The HTTPListener does not send a response or close the connection when receiving a request which results in an error to the console. The requesting application also does not know if the request succeeded or failed. image

I wrote a response in (for succeed or fail) so the connection is closed properly. Also, my IDE formatted the file.

james111731 commented 1 year ago

?