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
949 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Nooder's picture
Nooder
Expand quickstart and troubleshooting
828c04d 4 months ago
  • docs
    Add model card and metadata 4 months ago
  • models
    Initial CoreML bundle 4 months ago
  • resources
    Initial CoreML bundle 4 months ago
  • tests
    Initial CoreML bundle 4 months ago
  • .gitattributes
    1.71 kB
    Initial CoreML bundle 4 months ago
  • LICENSE
    15 kB
    Initial CoreML bundle 4 months ago
  • NOTICE
    322 Bytes
    Add model card and metadata 4 months ago
  • README.md
    4.46 kB
    Expand quickstart and troubleshooting 4 months ago
  • SHA256SUMS
    40.9 kB
    Expand quickstart and troubleshooting 4 months ago
  • UPSTREAM.md
    605 Bytes
    Add model card and metadata 4 months ago
  • config.json
    173 Bytes
    Initial CoreML bundle 4 months ago
  • manifest.json
    79 kB
    Expand quickstart and troubleshooting 4 months ago