Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Audio & Speech / Bark
◐ModelAudio & SpeechFree

Bark

Suno's transformer-based text-to-audio model that generates realistic speech, music, and sound effects from text.

@ai-supply
Installs145k
Rating★ 4.7
Reviews48
Install (free) to download the source.↗ Source repository

Bark

Bark is a transformer-based text-to-audio model created by Suno AI. Unlike traditional TTS systems, Bark generates highly natural speech with emotions, music, background noise, and even non-verbal sounds like laughing or sighing — all from a single text prompt.

Key Features

  • Generates speech, music beds, and ambient sounds from free-form text prompts
  • 100+ speaker presets across languages and accents; clone any voice with a short sample
  • Non-verbal audio: [laughs], [sighs], [music], [gasps] markup in prompts
  • Multilingual: English, German, Spanish, French, Hindi, Italian, Japanese, Korean, Polish, Portuguese, Russian, Turkish, Chinese
  • HuggingFace integration for one-line model loading

Quick Start

pip install git+https://github.com/suno-ai/bark.git
from bark import SAMPLE_RATE, generate_audio, preload_models
from scipy.io.wavfile import write as write_wav

preload_models()
audio_array = generate_audio(
    "Hello, I'm Bark! [laughs] Isn't this amazing?"
)
write_wav("output.wav", SAMPLE_RATE, audio_array)
npx ai-supply add bark-text-to-speech

Curated mirror of the open-source Bark (MIT). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy