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

synath
/
audioseal-onnx

ONNX
AudioSeal
onnxruntime
watermarking
audio
Model card Files Files and versions
xet
Community

Instructions to use synath/audioseal-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • AudioSeal

    How to use synath/audioseal-onnx with AudioSeal:

    # Watermark Generator
    from audioseal import AudioSeal
    
    model = AudioSeal.load_generator("synath/audioseal-onnx")
    # pass a tensor (tensor_wav) of shape (batch, channels, samples) and a sample rate
    wav, sr = tensor_wav, 16000
    
    watermark = model.get_watermark(wav, sr)
    watermarked_audio = wav + watermark
    # Watermark Detector
    from audioseal import AudioSeal
    
    detector = AudioSeal.load_detector("synath/audioseal-onnx")
    
    result, message = detector.detect_watermark(watermarked_audio, sr)
  • Notebooks
  • Google Colab
  • Kaggle
audioseal-onnx
93.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
synath's picture
synath
Upload folder using huggingface_hub
aacb118 verified 14 days ago
  • .gitattributes
    1.52 kB
    initial commit 14 days ago
  • LICENSE
    1.31 kB
    Upload folder using huggingface_hub 14 days ago
  • README.md
    1.73 kB
    Upload folder using huggingface_hub 14 days ago
  • audioseal_detector_16bits.onnx
    34.8 MB
    xet
    Upload folder using huggingface_hub 14 days ago
  • audioseal_generator_16bits.onnx
    59 MB
    xet
    Upload folder using huggingface_hub 14 days ago