Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

making the system available for use with assistive technologies on windows #67

Open
king-dahmanus opened this issue Jan 1, 2022 · 1 comment

Comments

@king-dahmanus
Copy link

Hi devs. I am not a dev, but I'm suggesting making this tts system available for assistive tech on windows. This could mean 1 of 2 things, 1 of them is crossprogram and the other is for a specific program:

  1. Making a windows sapi5(speech application programming interface v5.x) implimentation which makes it available for a veriaty of programs such as screen readers, text readers, etc etc.
  2. Making an addon for the NVDA(non visual desktop access) free open source screen reader for windows.
    The voice has to be responsive, meaning that it should have no delay before the speech and in the middle of it. In both cases, I suggest using the hifigan version as it's probably the fastest one, plus even with the lowest amount of steps it still sounds awesome. If you can't achieve this with a neural network, maybe training an hts on an ljspeech dataset will be good. I hope you consider my suggestion and let's discuss this. Have a good time
@rmcpantoja
Copy link

rmcpantoja commented Jul 4, 2023

Hi,
I made an NVDA addon since a time ago but uses http to synthesize speech and the full torch (forwardTacotron and HiFi-GAN) models. I've been testing the model export to torchscript and the response time in the inference is slightly fast. I've been trying to experiment with an onnx export too, but some internal changes seem to be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants