TTS service for voicing donations
This is my implementation of Text To Speech service, which is meant to be used by streamers for voicing donations.
Is a simple python server scirpt that receives text, converts it to audio and send it to TTS Client. It’s based on nvidia tacotron2 implementation
C# client is a windows forms application that:
It depends on following NuGet packages:
And till i move this project from .Net Framework to .Net Core it depends on:
Application interface (wip)