The Patchbay_

Bark

Transformer text-to-audio model generating speech, music, sound effects and nonverbal sounds.

LanguagePython
CategoryML & generative
LicenseMIT
PlatformsmacOS Windows Linux
Installpip install git+https://github.com/suno-ai/bark.git
First released2023
MaintainedNot actively maintained (last activity 2024)
LinksSource

Strengths

Limitations

Best for

Prototyping generative speech and sound from text prompts.

Minimal example

from bark import generate_audio, SAMPLE_RATE, preload_models
preload_models()
audio = generate_audio("Hello, I like pizza. [laughs]")

Alternatives to Bark

note-seqMagentaAudioCraft (MusicGen)DDSP

← Back to all tools