KoljaB / RealtimeTTS

Converts text to speech in realtime
1.68k stars 152 forks source link

Please add audio manipulation #101

Open Aswederry opened 1 month ago

Aswederry commented 1 month ago

I am using this in a local llm project, I really like this, but I would like to modify the audio, things like: speed, pitch and volume

KoljaB commented 1 month ago

Will think about adding these. Speed is already possible on some enginee (AzureEngine, CoquiEngine or GTTSEngine). Pitch is also already possible, but only with implementing a RVC postprocessing solution like the one presented in my Linguflex project.

Aswederry commented 1 month ago

Thanks for the answer, going to look more into it and maybe even implement something like your solution