Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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 / models /coreml_compressed /vocoder_mlprogram_linear8.mlpackage
25.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Nooder's picture
Nooder
Initial CoreML bundle
9c0c050 4 months ago
  • Data
    Initial CoreML bundle 4 months ago
  • Manifest.json
    617 Bytes
    Initial CoreML bundle 4 months ago