Back to Marketplace

MOSS-TTS

RAPR CLI connectorContent, Docs & Media

Local open-source text-to-speech with MOSS-TTS-Nano, voice cloning, multilingual speech, dialogue, and sound effects workflows.

By OpenMOSS / RAPR AIv1.0.0Package license: MITFree & Open Source

MOSS-TTS package details

ttsvoiceaudiolocal-aionnx

RAPR CLI connector scope

This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.

How to get started

Install RAPR AI

Download and install RAPR AI on your computer

Find in Marketplace

Open RAPR AI, go to Packages, and browse the marketplace

Install from Marketplace

Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.

MOSS-TTS

Generate local multilingual speech with the open-source MOSS-TTS family from MOSI.AI and OpenMOSS. This skill focuses on MOSS-TTS-Nano first because it is lightweight, CPU friendly, and practical for local RAPR workflows, while documenting upgrade paths for the full MOSS-TTS family.

What you can do

  • Local TTS: Convert text into speech without a hosted API.
  • CPU-friendly demos: Use MOSS-TTS-Nano ONNX for lightweight local inference.
  • Voice cloning: Generate speech from a short local reference audio clip when you have rights or consent.
  • Multilingual narration: Work across English, Chinese, and other supported languages.
  • Dialogue workflows: Use MOSS-TTSD for expressive multi-speaker spoken dialogue when you need the heavier model path.
  • Audio generation: Explore the broader MOSS-TTS family for voice design and sound effect generation.

Prerequisites

A clean Python environment is recommended. The upstream project recommends Conda for the easiest setup:

conda create -n moss-tts-nano python=3.12 -y
conda activate moss-tts-nano
git clone https://github.com/OpenMOSS/MOSS-TTS-Nano.git
cd MOSS-TTS-Nano
pip install -r requirements.txt
pip install -e .

For local CPU inference, start with the ONNX entrypoints:

python infer_onnx.py --prompt-audio-path assets/audio/zh_1.wav --text "Welcome to MOSS-TTS-Nano."
python app_onnx.py

Then open http://127.0.0.1:18083 for the local web demo.

Example Requests

  • "Generate a narration WAV from this paragraph using MOSS-TTS-Nano."
  • "Start the local MOSS-TTS web demo."
  • "Use this reference audio to clone a voice for a consented demo."
  • "Create separate audio files for each section of this article."
  • "Compare the Nano CPU workflow with the heavier MOSS-TTS dialogue model."

Use voice cloning only with consent and appropriate rights. Do not use this skill for impersonation, fraud, or bypassing identity checks.

Ready to try MOSS-TTS?

Download RAPR AI and connect MOSS-TTS in seconds.