Authentic
Swiss German
Synthesis.

The most accurate text-to-speech engine for Swiss German dialects. Transform standard German text into natural sounding Züritütsch, Bärndütsch, and more.

Live Demo

Checking ...
39/250
Model: Plapperi-V2

Made for Swiss German.
Not High German pretending to be Swiss.

Our models are trained on carefully curated Swiss German speech data, recorded specifically to capture the unique rhythms, expressions, and regional nuances of the dialects.

Covering Dialects

From Zürich to Wallis, we support specific phonetic nuances of every major Swiss region.

Single & Multi-Speaker

Create natural monologues or two-person conversations with distinct voices and per-speaker dialect control.

Simple API

Drop-in replacement for standard TTS engines. REST API and Python SDK included.

Built together

Plapperi is a collaborative project by Noxenum and SwissNLP, combining applied AI engineering with state-of-the-art research in Swiss German language technology.

Noxenum

Noxenum

Applied AI

+
SwissNLP

SwissNLP

NLP Research

Designed for Developers

Integrate single-speaker audio or complete two-speaker conversations in minutes with our REST API and Python SDK.

pip install plapperi
  • Single- and multi-speaker synthesis
  • Per-speaker dialect control
  • REST API and typed Python SDK
from plapperi import Dialect, Plapperi

client = Plapperi(api_key="API_KEY")

translated_text = client.translation.translate(
    text="Hallo Welt.",
    dialect=Dialect.ZURICH,
)

audio_bytes = client.synthetization.synth(
    text=translated_text,
    voice="alba",
    dialect=Dialect.ZURICH,
)
Plapperi.ch - Text-to-Speech (TTS) for Swiss German