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

Sky-Kim
/
supertonic3-unity

Text-to-Speech
unity-sentis
Supertonic
unity
sentis
Model card Files Files and versions
xet
Community

Instructions to use Sky-Kim/supertonic3-unity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • unity-sentis

    How to use Sky-Kim/supertonic3-unity with unity-sentis:

    string modelName = "[Your model name here].sentis";
    Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName);
    IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model);
    // Please see provided C# file for more details
    
  • Supertonic

    How to use Sky-Kim/supertonic3-unity 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
supertonic3-unity
203 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Sky-Kim's picture
Sky-Kim
Upload Unity Sentis demo
11e3c06 16 days ago
  • Assets
    Upload Unity Sentis demo 16 days ago
  • LICENSES
    Upload Unity Sentis demo 16 days ago
  • Packages
    Upload Unity Sentis demo 16 days ago
  • ProjectSettings
    Upload Unity Sentis demo 16 days ago
  • .gitattributes
    1.82 kB
    Upload Unity Sentis demo 16 days ago
  • .gitignore
    707 Bytes
    Upload Unity Sentis demo 16 days ago
  • README.md
    2.65 kB
    Upload Unity Sentis demo 16 days ago