Skip to content

Instantly share code, notes, and snippets.

View kalw's full-sized avatar

Regis A. Despres kalw

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kalw on github.
  • I am kalw (https://keybase.io/kalw) on keybase.
  • I have a public key ASBVJJcQ_Zd6MIAjp6X912_UsKUVNb0ALXGYD7CvorqrDwo

To claim this, I am signing this object:

# Generates 1 sample of the target word for manual verification.
target_word = 'je suis malade' # Phonetic spellings may produce better samples
tts_models_to_use = ['en_US-libritts_r-medium.pt', 'fr_FR-mls-medium.pt'] # Add more model filenames here if needed
# Dictionary to store specific JSON config URLs for models that don't follow the standard pattern
tts_config_urls = {
'fr_FR-mls-medium.pt': 'https://raw.githubusercontent.com/rhasspy/piper-sample-generator/refs/heads/master/models/fr_FR-mls-medium.pt.json'
}