KoljaB / RealtimeTTS

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

Ui like in showcase video? #68

Closed Yokopops closed 2 months ago

Yokopops commented 2 months ago

Hello, I'm super interested in your project and have been messing around with AI of various types for a few months, however, I am relatively new to python and coding in general.

This project stands out to me and I'm forcing myself to learn python and to be able to utilize it fully, due to myself being mute and unable to speak. I want to be able to use this to join in and talk to my friends over discord and have more of a presence.

short version, is it possible to share the simple UI (Or is it already there and I'm just dumb..) so that I may learn from it and expand on it?

Sorry, wasn't sure where else to ask this, Kindest regards.

KoljaB commented 2 months ago

The code I used for the video is this: https://github.com/KoljaB/RealtimeTTS/blob/master/tests/pyqt6_speed_test.py

Also there's a new fastapi server, similar interface, streams to a webbrowser: https://github.com/KoljaB/RealtimeTTS/tree/master/example_fast_api

And there's Linguflex, better interface and voice postprocessing: https://github.com/KoljaB/Linguflex

Yokopops commented 2 months ago

Thanks for your reply, much appreciated! will check those out later. I hope to be able to make something to help other people in the same position as me someday.

Keep up the awesome work.