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

  • Log In
  • Sign Up

Nooder
/
supertonic-2-coreml

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

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

  • Libraries
  • Supertonic

    How to use Nooder/supertonic-2-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-2-coreml / tests
11.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Nooder's picture
Nooder
Initial CoreML bundle
9c0c050 4 months ago
  • test_coreml_models.py
    11.2 kB
    Initial CoreML bundle 4 months ago