Skip to content

Frontend generates incorrect german/multilingual audio #54

Description

@djmaze

When using a german reference voice (german_voice in this example), the following API request creates a perfect German sentence:

curl -X POST http://localhost:4123/v1/audio/speech \
    -H "Content-Type: application/json" \
    -d '{"input": "Letzten Monat haben wir einen neuen Meilenstein erreicht: zwei Milliarden Aufrufe auf unserem YouTube-Kanal.", "voice": "german_voice",  "exaggeration": 0.5, "cfg_weight": 0.5, "temperature": 0.8}' --output output.wav

Uploading the same voice, using the same text and parameters in the frontend, many words sound like they were spoken by an English or other, non-native speaking person. Something seems to be off in the request to the backend.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions