4
retoor
1d

I have made an interactive talking AI but it's not open source. It contains passwords/keys and tasks that are personal. But, a lot was learned while the code is nearly nothing. I spend many hours on research and didn't want to let it go to waste.

If you are interested in TTS / STT, this will be a nice resource: https://molodetz.nl/retoor/...

Side note: the builtin webkit TTS/STT engine is maybe even better and has a great API! Amazed by the quality of that thing.

This is python research. I hope that I can motivate someone but devRant is always empty on Saturday.

If someone needs help with an implementation regarding this, you know where to find me.

Comments
  • 1
    For people that don't want to suffer, i made a library with just two commands: tts and stt. It works with google, but you don't need to enter a key anywhere! How fantastic is that? It sucks. Try, and you'll find out why. I have no idea how they've build it.

    Here it is with mini docs: https://molodetz.nl/retoor/rspeech

    There are quite a few options, see the function parameters. Default, it's dutch and female. If you want English you can give both functions language="en-US" parameter.
  • 0
    Thanks :D

    Doing bookkeeping this weekend but will look at it soon™️
Add Comment