Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

wakirin
/
supertonic-3-coreml

Text-to-Speech
Core ML
Supertonic
coremltools
ios
macos
tts
mlprogram
Model card Files Files and versions
xet
Community

Instructions to use wakirin/supertonic-3-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Supertonic

    How to use wakirin/supertonic-3-coreml with Supertonic:

    from supertonic import TTS
    
    tts = TTS(auto_download=True)
    
    style = tts.get_voice_style(voice_name="M1")
    
    text = "The train delay was announced at 4:45 PM on Wed, Apr 3, 2024 due to track maintenance."
    wav, duration = tts.synthesize(text, voice_style=style)
    
    tts.save_audio(wav, "output.wav")
  • Notebooks
  • Google Colab
  • Kaggle
supertonic-3-coreml / models
323 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
wakirin's picture
wakirin
Initial bundle: fp32 + int8 mlpackages, voice styles, config
59a993f verified 7 days ago
  • coreml
    Initial bundle: fp32 + int8 mlpackages, voice styles, config 7 days ago
  • coreml_int8_both
    Initial bundle: fp32 + int8 mlpackages, voice styles, config 7 days ago