elevenlabs-voice-isolator
Installation
Summary
Remove background noise and isolate vocals from audio files via inference.sh CLI.
- Supports five audio formats (WAV, MP3, FLAC, OGG, AAC) up to 500MB and 1 hour duration
- Removes ambient noise, background music, reverb, wind, traffic, electrical hum, and other non-voice sounds
- Integrates into multi-step workflows for transcription, voice transformation, and video production
- Requires inference.sh CLI (
infsh) installation and login to run
SKILL.md
Install the belt CLI skill:
npx skills add belt-sh/cli
ElevenLabs Voice Isolator
Remove background noise and isolate voices from audio via inference.sh CLI.

Quick Start
Requires inference.sh CLI (
belt). Install instructions
belt login
# Isolate voice from noisy audio
belt app run elevenlabs/voice-isolator --input '{"audio": "https://noisy-recording.mp3"}'
Related skills