DEV Community

Cover image for How to Create Text to Speech with NeuTTS and Hermes Agent
Mahesh
Mahesh

Posted on

How to Create Text to Speech with NeuTTS and Hermes Agent

Hermes agent pretty much rules the Text to Speech world with it's approach of supporting them out of the box. Some of them are listed in it's list of providers. NeuTTS is one of them.

NeuTTS makes it very easy for you to turn your script into the speech audio. And a lot of sample native English and other languages supported too.

I created a video that would show you how to setup the NeuTTS and convert text-to-speech in Hermes Agent.

Hermes agent has the tools commands which would show you Text to speech libraries included. And you would find the NeuTTS listed over there. You just have to choose it, there are no API keys to add.

Another alternative is to choose the NeuTTS through github URL and ask the hermes agent to use it either through python package or clone the repo and learn from the sample.

It would take some time because VENV makes it difficult for the env setup and the packages to be run that quickly. And considering how the Hermes agent runs test before it can show it is done. You have to give it some time.

You can watch my video as I explained this setup to example process. Also have some sample text file ready as that would make TTS example quicker.

That's it. You have it setup and you are free to make the TTS experiments.

Top comments (0)