I’m looking for a straightforward way to get real-time text-to-speech (TTS) on Manjaro Linux. I’d like to be able to copy/paste a block of text and start listening to it right away. I’ve seen scripts that split text into sentences and feed them to models like the smallest Kokoro TTS. Does anyone have a simple-to-install solution or script for this on Manjaro?

    • hummingbird@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      2 days ago

      Yup piper is a good option. install:

      • extra/speech-dispatcher
      • aur/piper-tts-bin
      • aur/piper-voices-common
      • aur/piper-voices-…-…

      Then configure speech-dispatcher according to arch wiki and enjoy TTS via command line spd-say or in firefox directly (switch to reading mode for a website).