Skip to content

Comment on Edge TTS

Comments

Not sure if the CLI does this directly, but here's a command that takes text either as an arg or through stdin.

    function tts() {
      if [ -p /dev/stdin ]; then
        edge-playback --file -
      else
        edge-playback --text "$*"
      fi
    }
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.