kxxt / aspeak

A simple text-to-speech client for Azure TTS API.
MIT License
494 stars 57 forks source link

Use self-built TTS instead of `azure.cognitiveservices.speech` #37

Closed flt6 closed 1 year ago

flt6 commented 1 year ago

I recently finished a rebuild of some essential functions of azure.cognitiveservices.speech, and adapted it in aspeak.

It has passed all examples, and my own tts has ran properly in my own code.

kxxt commented 1 year ago

Thanks for your work. I'm very busy with course work recently. I will merge your PR into a developmental branch without review.

I will add a command line option so that users can choose to use your implementation or azure.cognitiveservices.speech