Replies: 3 comments 2 replies
-
do you mean using fastapi? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I am on a private network behind a router. I’ll look into it.
…On Mon, Mar 10, 2025 at 8:54 PM ROBERT MCDOWELL ***@***.***> wrote:
fastapi allow to request a function remotely. btw doing that you open the
door to public request too... unless if it's in a private network so be
sure of what you are doing.
—
Reply to this email directly, view it on GitHub
<#440 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGOMEYFAXK2S3EYIUNCLU32TY63TAVCNFSM6AAAAABYSLX3W6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBVGU4DGNY>
.
You are receiving this because you authored the thread.Message ID:
<DrewThomasson/ebook2audiobook/repo-discussions/440/comments/12455837@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
ok so I will think about it to allow the main functions to be on fastapi. we are going to add auth and pwd to make the public web page private too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this working under Docker and it is great... I can fire text at it and play it for me. Voices are great.
Is there I way I can do a web post and have it return a wav similar to an xtts server? I currently use Coqui and this package is really well put together. I am hoping to do something like....
http://127.0.0.1:xyz/api/tts?text=test&speaker=Morgan&audioFile=wav
Beta Was this translation helpful? Give feedback.
All reactions