Text To Speech in Julia

Is there any open-source Text to Speech (TTS) option available in Julia that:

  1. can save to (.ogg) file, and
  2. has a licence permitting commercial use

Doesn’t look like Windows and MacOS allow free commercial use.

Looks like there are open source options like Mozilla TTS available, but I don’t have the skills to turn it into a package, which would be the ideal solution.

For now, I used Conda.jl to install coqui-tts and am calling it using PyCall.jl.

1 Like