-
Notifications
You must be signed in to change notification settings - Fork 110
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
How would you use a different TTS program for this? #62
Comments
have a look at https://github.com/DougDougGithub/Babagaboosh/blob/main/eleven_labs.py - ElevenLabsManager is quite modular, and as long as polly has an api you should be easily able to integrate it. sadly I currently do not have the resources to get polly working on my machine so I can't provide any code snippets, https://docs.aws.amazon.com/polly/latest/dg/SynthesizeSpeechSamplePython.html + a library that plays the audio seems like it could help. |
Thanks for the reply but I ended up rebuilding the whole thing in Rust in the end, Python is just such a painful language to deal with. I have a version where the VTT and TTS are both handled by the open AI api so I only need one API key. |
is it open source? I think that'd be interesting to check out :) |
https://github.com/slbsh/chatgpt_slop this is the link The instructions are as follows: Once you have config sorted save and close it, then open a terminal window by right clicking in the folder, click terminal, then type in "cargo run" and hit enter, it will compile the files, you can then test it to make sure it's working When finished you can CTRL+C to exit, it will show an error when yo do so but don't worry about it. You can then run "cargo build --release" in the terminal to build a release version inside the "target" folder with an EXE that takes you straight to the listening part, but before you use it you must copy the config toml file into the release folder not the most user friendly thing in the world but, it's a start. |
Elevenlabs is a bit pricey. I'd prefer to use something like amazon polly, yeah it's lower quality but you get more speech for the price and I don't exactly have a lot of excess cash to throw around.
The text was updated successfully, but these errors were encountered: