Skip to content
Tools / Audio Dubber
Audio Dubber icon

Audio Dubber

AI dubbing in any language

1 free skill. Paid skills start at $0.005. The final price is shown before running. Failed paid calls do not charge.

What is verified

Catalog facts and aggregate ToolRouter calls. Success uses all recorded calls, including caller errors in the total, and is not a controlled benchmark.

3Maintained skills
7Integrated providers
$0.005Paid calls from
2026-03-22Tool updated

Audio Dubber translates audio or video into natural-sounding dubbed versions in any language using AI voice synthesis. It preserves timing and handles multiple speakers — so the dubbed result sounds like it was recorded natively, not awkwardly overlaid.

Creators and businesses use it to reach international audiences without hiring voice actors or running manual dubbing sessions. You can dub a full video, clip a specific segment, and choose whether to keep or drop background audio. It supports common formats including MP3, MP4, WAV, and M4A.

What you can do

  • Dub any publicly accessible audio or video file into a target language
  • Preserve original speaker timing and multi-speaker separation
  • Dub just a segment of a longer file using start and end times
  • Drop background audio for a clean voice-only dubbed track
  • Retrieve the completed dubbed file once processing is done

Who it's for

Content creators publishing videos for international audiences. Businesses localizing training materials, explainer videos, or customer support content. Podcasters expanding into non-English markets.

How to use it

  1. Call dub_audio with your source file URL and the target language code (e.g. "es" for Spanish, "fr" for French)
  2. Set source_lang explicitly if you know the original language — this improves accuracy
  3. The skill returns a dubbing_id — save it
  4. Call get_dubbed_audio with that ID to check status and retrieve the file; poll if it's not ready yet

Getting started

All you need is a publicly accessible URL to your audio or video file. Connect your account for access to higher quality output.

Permissions and setup

  • ElevenLabs API Key (secret): Optional: use your own ElevenLabs key instead of the platform default Official setup
  • fal.ai API Key (secret): Optional: use your own fal.ai key instead of the platform default Official setup
  • Prodia API Token (secret): Optional: use your own Prodia token instead of the platform default Official setup
  • Higgsfield API Key (secret): Optional: use your own Higgsfield key instead of the platform default Official setup
  • Photalabs API Key (secret): Optional: use your own Photalabs key instead of the platform default Official setup
  • Google AI API Key (secret): Optional: use your own Google AI key instead of the platform default Official setup
  • OpenRouter API Key (secret): Optional: use your own OpenRouter key instead of the platform default Official setup
Dub AudioPricing: paid

Start an asynchronous dubbing job to translate audio or video into a target language. Provide a ToolRouter file ID or hosted source URL and the desired target language code. Returns a dubbing_id to check status and retrieve the result with get_dubbed_audio.

Returns: Dubbing job ID, estimated processing duration, target language, and source language. Use the dubbing_id with get_dubbed_audio to retrieve the translated audio once processing completes.
Get Dubbed AudioPricing: paid

Check the status of a dubbing job and retrieve the translated audio file when complete. Provide the dubbing_id from a previous dub_audio call and the target language code. If processing is still in progress, returns the current status so you can poll again later.

Returns: When complete: dubbed audio file path (auto-uploaded as downloadable asset), dubbing ID, language code, status, and file size. When pending: current status and a message to try again later.
List ModelsPricing: free

List available models for this tool, sorted by popularity. Returns provider details and pricing.

Returns: List of available models with pricing and provider info
Loading reviews...

Loading activity...

v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Copy these instructions to use Audio Dubber in Claude, ChatGPT, Copilot, and more.

Related Tools

Related Categories

Frequently Asked Questions

Is dubbing a one-step process?

No. Start the job with `dub_audio`, then fetch the finished result with `get_dubbed_audio`.

Can it handle multiple speakers and timing?

Yes. It is built to preserve timing and speaker separation in the dubbed output.

Should I set the source language?

Yes, if you know it. Setting `source_lang` improves accuracy, especially for mixed or accented audio.

Can I dub only part of a file?

Yes. Use `start_time` and `end_time` when you only need a segment translated.