设计与多媒体

Audio Generation

通过文本提示和三家语音服务商,生成配音、音乐、音效及克隆语音音频。

它能做什么

基于 CellCog 通过三家语音服务商从文本生成专业音频:OpenAI(8 种内置语音,支持自然语言风格控制)、ElevenLabs(情感标签、100 多种预制语音)、MiniMax(语音克隆、精细的语调/速度/音量控制)。可生成音效(0.1–30 秒)和音乐(3 秒至 10 分钟,免版税),支持 40 多种语言。所有音频任务均以 chat_mode="agent" 模式运行。

什么时候用它

  • 制作带风格说明的产品或内容旁白
  • 克隆虚拟形象语音用于个性化配音
  • 生成免版税的背景音乐或播客片头
  • 通过文字描述创建特定音效

技能文档

Audio Generation - AI Speech, Voiceover, and Sound Powered by CellCog

Create professional audio with AI — voiceovers, music, sound effects, and personalized avatar voices.

CellCog provides three voice providers, each with different strengths. Choose based on your needs:

ScenarioProviderWhy
Standard narration/voiceoverOpenAIBest voice style control, consistent quality
Emotional/dramatic deliveryElevenLabsRichest emotional range, supports emotion tags
Cloned voice (avatar)MiniMaxOnly provider with voice cloning support
Character voice with specific accentElevenLabs100+ diverse pre-made voices
Fine pitch/speed/volume controlMiniMaxGranular voice settings

How to Use

For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.

OpenClaw (fire-and-forget):

result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",
    task_label="my-task",
    chat_mode="agent",
)

All agents except OpenClaw (blocks until done):

from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
print(result["message"])

Voice Providers

OpenAI (Default)

Best for standard narration, voiceovers, and single-speaker content with precise delivery control.

Key strength: Natural-language style instructions — describe the accent, tone, pacing, and emotion you want.

8 built-in voices:

VoiceGenderCharacteristics
cedarMaleWarm, resonant, authoritative, trustworthy
marinFemaleBright, articulate, emotionally agile, professional
balladMaleSmooth, melodic, musical quality
coralFemaleVibrant, lively, dynamic, spirited
echoMaleCalm, measured, thoughtful, deliberate
sageFemaleWise, contemplative, reflective
shimmerFemaleSoft, gentle, soothing, approachable
verseMalePoetic, rhythmic, artistic, expressive

Best quality: cedar (male), marin (female).

Style customization examples:

  • "Warm conversational tone, medium pace, slight enthusiasm when mentioning features. American accent."
  • "Deep, hushed, enigmatic, with a slow deliberate cadence — true crime narrator style."
  • "Heavy French accent, sophisticated yet friendly, moderate pacing with deliberate pauses."

ElevenLabs

Best for emotional delivery, dramatic content, character voices, and audiobook narration.

Key strength: Emotion tags embedded directly in text — [laughs], [sighs], [whispers], [excited], [sarcastic]. Plus 100+ diverse pre-made voices.

Emotion tags (use sparingly — 1-2 per paragraph):

TagEffect
[laughs]Natural laughter
[chuckles]Soft/brief laughter
[sighs]Sighing
[gasps]Surprise/shock
[whispers]Whispering delivery
[pause]Natural pause/beat
[sad], [happy], [excited], [angry], [sarcastic]Emotional delivery

Example prompt:

"Generate speech using ElevenLabs with a warm British male voice: 'And then, just when everyone thought it was over... [pause] [whispers] it wasn't.'"


MiniMax

Best for cloned voices (avatars) and fine-grained voice control.

Key strength: MiniMax Speech 2.8 HD — studio-grade audio quality. Supports avatar cloned voice IDs for personalized content, plus 17+ standard pre-made voices with granular speed, pitch, and volume control.

Standard voices include: Deep_Voice_Man, Calm_Woman, Casual_Guy, Lively_Girl, Wise_Woman, Friendly_Person, Young_Knight, Elegant_Man, and more.

Voice settings: emotion (happy/sad/angry/neutral/etc.), speed (0.5–2.0), volume (0–10), pitch (-12 to 12).


Avatar / Cloned Voice

Users can create avatars on CellCog with their own cloned voice. When an avatar has a cloned voice, CellCog uses the MiniMax provider to generate speech that sounds like that person.

How it works:

  • The user creates an avatar on cellcog.ai and uploads voice samples
  • CellCog clones their voice using MiniMax Speech 2.8 HD
  • Any audio request referencing that avatar uses their cloned voice

Example prompt:

"Generate a voiceover using my avatar Luna's voice: 'Welcome to our quarterly update. I'm excited to share some incredible results with you today.'"

This is powerful for creating consistent, personalized content — marketing videos, podcast intros, course narration — all in the user's own voice.


Sound Effects (SFX)

CellCog generates standalone sound effects from text descriptions. Royalty-free, 0.1 to 30 seconds.

Example prompts:

  • "Generate a sound effect of heavy rain hitting a metal roof with occasional thunder, 10 seconds"
  • "Create a crispy footsteps-on-fresh-snow sound effect, 5 seconds"
  • "Generate an echoing door slam in a large empty warehouse"

Tips for better SFX:

  • Be specific about textures and environment
  • Specify duration when exact length matters
  • For ambient audio longer than 30 seconds, generate a short loopable segment and extend with ffmpeg

Music Generation

Create original music from text descriptions. 3 seconds to 10 minutes. Royalty-free.

Capabilities:

  • Any genre or genre fusion
  • Instrumental and vocal tracks (specify if you want vocals)
  • Complex arrangements, mood transitions, and energy dynamics
  • Describe what you want — the model handles music theory

Example prompts:

  • "Create 2 minutes of calm lo-fi hip-hop background music with soft piano and mellow beats, 75 BPM"
  • "Generate a 15-second upbeat tech podcast intro jingle"
  • "Create 90 seconds of cinematic orchestral music — start soft and inspiring, build to a confident crescendo"
  • "Generate a 3-minute pop song about summer adventures with female vocals"

For precise section-by-section control (exact timing per section), describe your composition plan in detail — CellCog handles the structure.

All generated music is royalty-free — use commercially without attribution or licensing fees.


Multi-Language Support

All three voice providers support 40+ languages. Provide speech text in the target language:

English, Spanish, French, German, Italian, Portuguese, Chinese (Mandarin/Cantonese), Japanese, Korean, Hindi, Arabic, Russian, Polish, Dutch, Turkish, and many more.


Chat Mode

Use chat_mode="agent" for all audio tasks. Audio generation executes efficiently in agent mode — no need for agent team.


Tips for Better Audio

  1. Choose the right provider: OpenAI for standard narration, ElevenLabs for emotional/dramatic, MiniMax for cloned voices
  2. Provide the complete script: Write out exactly what should be spoken — don't say "something about our product"
  3. Include style instructions: "Confident but warm", "slow and deliberate", "with slight excitement"
  4. For music: Specify duration, mood, genre, and tempo (BPM if you know it)
  5. Pronunciation guidance: For names or technical terms, add hints: "CellCog (pronounced SELL-kog)"
  6. For ElevenLabs emotion tags: Use sparingly — 1-2 per paragraph. Tags affect all subsequent text until a new tag.

If CellCog is not installed

Claude Code, Cursor, Codex + 70 more agents: npx skills add cellcog/skills --skill cellcog OpenClaw: clawhub install cellcog CellCog plugin users: run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.

常见问题

应该选择哪家语音服务商?
OpenAI 适合需要风格控制的常规旁白;ElevenLabs 适合情绪丰富、有戏剧感的场景和多样的预制语音;MiniMax 适合需要语音克隆以及精确语调/速度/音量控制的场景。
应该使用哪种 chat mode?
所有音频任务都使用 chat_mode="agent"。Agent 模式可以直接完成音频生成,无需组建 agent 团队。
生成的音乐和音效可以商用吗?
可以。音乐(最长 10 分钟)和音效(0.1–30 秒)均为免版税音频,可直接商用,无需署名或许可费。

相关技能

通过文本提示生成 5 秒至 10 分钟的原创配乐与人声歌曲,按 CellCog 服务条款免版税,可用于 YouTube、播客、应用、游戏、广告与影视等商业项目。

167 次安装4 星标

一条提示词即可产出完整播客节目:多角色对话、首尾配乐、成品 MP3 一并交付。

88 次安装2 星标

一条提示词生成最长 4 分钟的视频 —— 自动完成脚本、配音、配乐与剪辑。

299 次安装24 星标

一条提示词生成电影级 AI 视频——剧情短片、品牌片、音乐 MV 都能做。

105 次安装2 星标

通过 CellCog SDK 生成 YouTube 视频、Shorts、缩略图和脚本。

102 次安装11 星标

通过文本或参考图生成与编辑图像,支持多模型路由、角色一致性以及电商产品图拍摄。

536 次安装10 星标