loader image

Text to Speech – Natural Voice [Linux]

What makes us different from other similar websites? Forums Tech Text to Speech – Natural Voice [Linux]

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7658
    thumbtak
    Keymaster

    $ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc

    $ echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc

    $ echo 'eval "$(pyenv init -)"' >> ~/.bashrc

    $ pip install piper-tts

    $ more text.txt | piper --cuda --model en_GB-alba-medium --output_file TTS.wav

    Example Voice: https://taksshack.com/forums/topic/great-job-phone-network-employs/

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack