> what do I type in my shell to convert some_txt.txt to some_txt.wav
Doesn't look like they have any command line tool included, but they have a simple Python example in the README. I used that, added some argparse around it and build a Nix package out of it. In case you are running Nix with flakes enabled, you can just type:
Doesn't look like they have any command line tool included, but they have a simple Python example in the README. I used that, added some argparse around it and build a Nix package out of it. In case you are running Nix with flakes enabled, you can just type:
Source is pretty much "embarrassingly simple": It's currently hard codes the English language model, other models can be found at https://models.silero.ai/models/tts/PS: This is probably reinventing the wheel, haven't looked around if there is anything ready to use already.