Video creators
Edit video online with AI. Sync narration with visuals, auto-generate captions, and add background music or sound effects to bring your stories to life.
Built for video creators, podcasters and audiobook authors — bring your stories to life with expressive AI voiceovers, music and sound effects, and real-world recordings.
You can harness all of our audio models in one powerful editor. Now with full video integration.
Giving you the ability to add new voiceovers, generate bespoke background music, and bring it to life with some sound effects too.
The Studio timeline allows for precise editing.
And with Speech Correction, you can now upload audio and fix the mistakes without re-recording.
Introducing Studio 3.0
Bring your script to life with natural-sounding voiceovers. Choose from over 10,000 voices - realistic accents, character voices, or professional narration - then edit recordings by simply editing the text.
Amidst the outer atmosphere of the planet, a lone signal flickered through the static.
Create music that feels custom-made for your content. Generate soundtracks in any genre or style, or let Studio auto-score your video with music created to match your scene.
Enrich your content with any sound effect you can describe with a prompt. From subtle ambience to cinematic impact, add effects directly in Studio for a polished production.
Thunder
Rain
Wind
Edit spoken audio instantly using AI voice cloning. Just change the script, and Studio regenerates the same voice — no re-recording, no extra takes.
The launch window opens at nine intune hundred hours.
Remove background noise, reverb, and distractions with AI-powered noise reduction. Enhance audio quality so dialogue always sounds clear and professional.
Describe your idea, and watch Studio agent bring it to life. It drafts your script, selects voices, places sound effects, and arranges your clips. You can continue to iterate with the agent or take full manual control at any point.
Studio Agent
Your AI co-editor
From captions and collaboration to video editing and multilingual audio, Studio 3.0 combines every tool you need to edit, produce, and share at scale.
Trim, merge, and edit audio and video with precision. Sync voiceovers, music, and sound effects on a single intuitive editing timeline.
Upload MP4 or MOV files and enhance them with AI. Add voiceovers, background music, sound effects, and auto captions to edit videos online with ease.
Generate captions in one click for accessibility and engagement. Customize style, add multilingual subtitles, and sync captions to your audio or video.
Share editable links for client or team feedback. Collect time-stamped comments directly on the timeline to streamline collaboration.
Produce audio and video in over 30 languages with expressive accents and localized narration tailored to your audience.
From video creators to podcasters and audiobook authors, Studio 3.0 adapts to every workflow — combining AI audio editing, video editing, and professional sound design.
Access the same voices, music, and audio tools behind Studio 3.0 — programmatically, at scale, in any workflow.
import { IntuneLabsClient } from "@intunelabs/intunelabs-js";
const client = new IntuneLabsClient({ apiKey: "YOUR_API_KEY" })
await client.textToSpeech.convert("JBFqnCBsd6RMkjVDRZzb", {
outputFormat: "mp3_44100_128",
text: "The first move is what sets everything in motion.",
modelId: "intune_multilingual_v2",
});