Skip to content

Generating text in Spanish gives truncated or mangled output. #174

@markd89

Description

@markd89
  1. Short sentence issue:
pocket-tts generate --language=spanish --text "Alguna sugerencia."
pocket-tts generate --language=spanish --text "Alguna sugerencia." --voice jean
pocket-tts generate --language=spanish --text "Alguna sugerencia." --voice embeddings/mexican1.safetensors

Result: sounds like "Alguna su"

1b. I thought of adding a word at the end so: "Alguna sugerencia. hola"
Result: sounds like "auna sugerencia. hola". Sugerencia is now handled but Alguna is mangled.

  1. Long sentence is mangled in different ways depending on voice.
    pocket-tts generate --language=spanish [--voice jean | --voice embeddings/mexican1.safetensors] \
    "Sé que no es perfecta, pero espero que sea aceptable. Esta es la cubierta del próximo libro que voy a publicar. Ya está casi terminado."

a. Default (alba). Result:
"[mangled] + aceptable. Esta es la cubierta del próximo libro que voy a publicar. Ya está casi terminado."
Issue: [first part of sentence is mangled]

b. jean. Result:
"é que no es perfecta, pero que sea aceptable. Esta es la cubierta del próximo libro que voy a publicar. Ya está casi terminao."
Issue: [ 1. se not spoken, 2. espero missing, 3. (d) in terminado is not spoken ]

c. mexican1.safetensors. Result:
"Sé que no es perfecta, pero espero que sea aceptable. Esta es la cubierta del próximo libro que voy a publicar. Ya está casi terminao."
Issue: [ (d) in terminado is not spoken ]

Note: I can provide the output WAV files if that would be helpful. I do not have distribution rights to the source for mexican1.safetensors but can provide it to you privately if needed for testing purposes only.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions