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
326 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
wakirin's picture
wakirin
Initial bundle: fp32 + int8 mlpackages, voice styles, config
59a993f verified 7 days ago
  • models
    Initial bundle: fp32 + int8 mlpackages, voice styles, config 7 days ago
  • resources
    Initial bundle: fp32 + int8 mlpackages, voice styles, config 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • LICENSE
    15 kB
    Initial bundle: fp32 + int8 mlpackages, voice styles, config 7 days ago
  • README.md
    2.23 kB
    Initial bundle: fp32 + int8 mlpackages, voice styles, config 7 days ago
  • UPSTREAM.md
    1.71 kB
    Initial bundle: fp32 + int8 mlpackages, voice styles, config 7 days ago