External Voice Reader #174
HugoFara
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there, with the help of @ProgramComputer we are proud to introduce a new feature: third-party voice API!
Now you can use any Text-To-Speech (TTS) service that accepts a compatible format, which will greatly improve machine-generated text reading.
How to Use
{ "input": "https://skytnt-moe-tts.hf.space/run/predict", "options": { "method": "POST", "body": { "data": [ "lwt_term", "鎌倉詩桜", 1, false ], "event_data": "undefined", "fn_index": "5" }, "headers": { "Content-Type": "application/json" } } }Discuss and share
You can discuss configuration for services here and share tips, have fun!
Credits
@nepisodes for the original idea on #143 and @ProgramComputer did the first implementation (#153). Many thanks to you both!
Beta Was this translation helpful? Give feedback.
All reactions