KoljaB / RealtimeTTS

Converts text to speech in realtime
1.39k stars 119 forks source link

iOS browsers report the error: AbortError: The operation was aborted. #98

Open wumingqi1998 opened 2 days ago

wumingqi1998 commented 2 days ago

I launched server.py (only coqui engine) under the example_fast_api directory , iOS browsers(Safari and Chrome) reported an error:

[Error] error: AbortError: The operation was aborted. (anonymous function) (tts.js:17)

but it works on PC and Android browsers, how can I fix it?

Looking forward to your constructive suggestions!