elevenlabs-sound-effects

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

ElevenLabs Sound Effects

ElevenLabs 音效生成

Generate sound effects from text descriptions via inference.sh CLI.
Sound Effects
通过inference.sh CLI从文本描述生成音效。
Sound Effects

Quick Start

快速开始

Requires inference.sh CLI (
infsh
). Install instructions
bash
infsh login
需要inference.sh CLI(
infsh
)。安装说明
bash
infsh login

Generate a sound effect

Generate a sound effect

infsh app run elevenlabs/sound-effects --input '{"text": "Thunder rumbling in the distance"}'
undefined
infsh app run elevenlabs/sound-effects --input '{"text": "Thunder rumbling in the distance"}'
undefined

Parameters

参数

ParameterTypeDescription
text
stringDescription of the sound effect (max 1000 chars)
duration_seconds
numberDuration 0.5-22 seconds (optional, auto if omitted)
prompt_influence
number0-1, how literal to interpret prompt (default: 0.3)
参数类型描述
text
字符串音效的描述(最多1000字符)
duration_seconds
数字时长0.5-22秒(可选,省略则自动设置)
prompt_influence
数字0-1,描述的字面化程度(默认值:0.3)

Examples

示例

Cinematic Effects

影视音效

bash
undefined
bash
undefined

Epic trailer hit

Epic trailer hit

infsh app run elevenlabs/sound-effects --input '{"text": "Cinematic braam, deep bass impact"}'
infsh app run elevenlabs/sound-effects --input '{"text": "Cinematic braam, deep bass impact"}'

Suspense drone

Suspense drone

infsh app run elevenlabs/sound-effects --input '{ "text": "Dark atmospheric drone, tension building, horror", "duration_seconds": 10 }'
infsh app run elevenlabs/sound-effects --input '{ "text": "Dark atmospheric drone, tension building, horror", "duration_seconds": 10 }'

Whoosh transition

Whoosh transition

infsh app run elevenlabs/sound-effects --input '{ "text": "Fast cinematic whoosh transition", "duration_seconds": 1.5 }'
undefined
infsh app run elevenlabs/sound-effects --input '{ "text": "Fast cinematic whoosh transition", "duration_seconds": 1.5 }'
undefined

Nature & Environment

自然与环境音效

bash
undefined
bash
undefined

Rain

Rain

infsh app run elevenlabs/sound-effects --input '{ "text": "Heavy rain on a tin roof with occasional thunder", "duration_seconds": 15 }'
infsh app run elevenlabs/sound-effects --input '{ "text": "Heavy rain on a tin roof with occasional thunder", "duration_seconds": 15 }'

Forest ambience

Forest ambience

infsh app run elevenlabs/sound-effects --input '{ "text": "Forest ambience with birds chirping and gentle wind", "duration_seconds": 20 }'
infsh app run elevenlabs/sound-effects --input '{ "text": "Forest ambience with birds chirping and gentle wind", "duration_seconds": 20 }'

Ocean waves

Ocean waves

infsh app run elevenlabs/sound-effects --input '{ "text": "Ocean waves crashing on a beach, calming", "duration_seconds": 15 }'
undefined
infsh app run elevenlabs/sound-effects --input '{ "text": "Ocean waves crashing on a beach, calming", "duration_seconds": 15 }'
undefined

Game Audio

游戏音频

bash
undefined
bash
undefined

Power-up

Power-up

infsh app run elevenlabs/sound-effects --input '{ "text": "Retro game power-up sound, ascending tones", "duration_seconds": 1 }'
infsh app run elevenlabs/sound-effects --input '{ "text": "Retro game power-up sound, ascending tones", "duration_seconds": 1 }'

Explosion

Explosion

infsh app run elevenlabs/sound-effects --input '{ "text": "Sci-fi laser explosion, futuristic", "duration_seconds": 3 }'
infsh app run elevenlabs/sound-effects --input '{ "text": "Sci-fi laser explosion, futuristic", "duration_seconds": 3 }'

UI click

UI click

infsh app run elevenlabs/sound-effects --input '{ "text": "Soft UI button click, subtle and clean", "duration_seconds": 0.5 }'
undefined
infsh app run elevenlabs/sound-effects --input '{ "text": "Soft UI button click, subtle and clean", "duration_seconds": 0.5 }'
undefined

Everyday Sounds

日常音效

bash
undefined
bash
undefined

Doorbell

Doorbell

infsh app run elevenlabs/sound-effects --input '{"text": "Classic doorbell ring"}'
infsh app run elevenlabs/sound-effects --input '{"text": "Classic doorbell ring"}'

Typing

Typing

infsh app run elevenlabs/sound-effects --input '{ "text": "Mechanical keyboard typing, fast, clicky", "duration_seconds": 5 }'
infsh app run elevenlabs/sound-effects --input '{ "text": "Mechanical keyboard typing, fast, clicky", "duration_seconds": 5 }'

Notification

Notification

infsh app run elevenlabs/sound-effects --input '{ "text": "Pleasant notification chime, positive", "duration_seconds": 1 }'
undefined
infsh app run elevenlabs/sound-effects --input '{ "text": "Pleasant notification chime, positive", "duration_seconds": 1 }'
undefined

Prompt Influence

描述影响度

Control how literally the model interprets your description:
ValueEffectBest For
0.0Very loose interpretationCreative, surprising results
0.3Balanced (default)General purpose
0.7Close to descriptionSpecific sound needs
1.0Very literalExact sound reproduction
bash
undefined
控制模型对描述的字面化解读程度:
效果适用场景
0.0非常宽松的解读创意、惊喜效果
0.3平衡(默认)通用场景
0.7贴近描述特定声音需求
1.0非常字面化精确声音还原
bash
undefined

Loose interpretation - creative result

Loose interpretation - creative result

infsh app run elevenlabs/sound-effects --input '{ "text": "Magical fairy dust sparkle", "prompt_influence": 0.1 }'
infsh app run elevenlabs/sound-effects --input '{ "text": "Magical fairy dust sparkle", "prompt_influence": 0.1 }'

Literal interpretation - precise result

Literal interpretation - precise result

infsh app run elevenlabs/sound-effects --input '{ "text": "Single gunshot, pistol, indoor range", "prompt_influence": 0.8 }'
undefined
infsh app run elevenlabs/sound-effects --input '{ "text": "Single gunshot, pistol, indoor range", "prompt_influence": 0.8 }'
undefined

Prompt Tips

描述技巧

Be specific: "Heavy rain on metal roof" > "rain sound"
Include context: "Footsteps on gravel, slow walking pace" > "footsteps"
Describe mood: "Eerie wind howling through abandoned building" > "wind"
Specify material: "Glass shattering on concrete floor" > "breaking glass"
具体明确:"Heavy rain on metal roof" > "rain sound"
包含场景:"Footsteps on gravel, slow walking pace" > "footsteps"
描述情绪:"Eerie wind howling through abandoned building" > "wind"
指定材质:"Glass shattering on concrete floor" > "breaking glass"

Workflow: Add SFX to Video

工作流:为视频添加音效

bash
undefined
bash
undefined

1. Generate sound effect

1. Generate sound effect

infsh app run elevenlabs/sound-effects --input '{ "text": "Dramatic reveal swoosh with bass drop", "duration_seconds": 2 }' > sfx.json
infsh app run elevenlabs/sound-effects --input '{ "text": "Dramatic reveal swoosh with bass drop", "duration_seconds": 2 }' > sfx.json

2. Merge with video

2. Merge with video

infsh app run infsh/media-merger --input '{ "media": ["video.mp4", "<sfx-url>"] }'
undefined
infsh app run infsh/media-merger --input '{ "media": ["video.mp4", "<sfx-url>"] }'
undefined

Use Cases

适用场景

  • Video Production: Transitions, impacts, ambience
  • Game Development: UI sounds, effects, environments
  • Podcasts: Stingers, transitions, atmosphere
  • Film/Animation: Foley, ambience, scoring elements
  • Presentations: Attention-grabbing sound cues
  • Social Media: Short-form content audio
  • 视频制作:转场、冲击音效、环境音
  • 游戏开发:UI音效、特效音、环境音
  • 播客:开场音效、转场、氛围音
  • 电影/动画:拟音、环境音、配乐元素
  • 演示文稿:吸引注意力的声音提示
  • 社交媒体:短视频内容音频

Related Skills

相关技能

bash
undefined
bash
undefined

ElevenLabs music generation

ElevenLabs music generation

npx skills add inference-sh/skills@elevenlabs-music
npx skills add inference-sh/skills@elevenlabs-music

ElevenLabs TTS (combine voice with effects)

ElevenLabs TTS (combine voice with effects)

npx skills add inference-sh/skills@elevenlabs-tts
npx skills add inference-sh/skills@elevenlabs-tts

AI music generation (Diffrythm, Tencent)

AI music generation (Diffrythm, Tencent)

npx skills add inference-sh/skills@ai-music-generation
npx skills add inference-sh/skills@ai-music-generation

Full platform skill (all 250+ apps)

Full platform skill (all 250+ apps)

npx skills add inference-sh/skills@infsh-cli

Browse all audio apps: `infsh app list --category audio`
npx skills add inference-sh/skills@infsh-cli

浏览所有音频应用:`infsh app list --category audio`