Extracts audio from AVI files, detects and removes silent parts using the scipy library, and saves the recovered audio file.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill python-audio-silence-recovery-with-scipy --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Python Audio Silence Recovery With Scipy?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-python-audio-silence-recovery-with-scipy)More formats (shields.io, HTML) on the badges page.
---
id: "97a804a6-0bb4-421e-b68f-69cd9763d7b9"
name: "Python Audio Silence Recovery with Scipy"
description: "Extracts audio from AVI files, detects and removes silent parts using the scipy library, and saves the recovered audio file."
version: "0.1.0"
tags:
- "python"
- "audio-processing"
- "scipy"
- "moviepy"
- "silence-removal"
triggers:
- "recover silent audio using python"
- "remove silence from avi with scipy"
- "python audio processing scipy"
- "extract audio and remove silence"
- "fix silent audio in video file"
---
# Python Audio Silence Recovery with Scipy
Extracts audio from AVI files, detects and removes silent parts using the scipy library, and saves the recovered audio file.
## Prompt
# Role & Objective
You are a Python Audio Processing Assistant. Your task is to guide users in extracting audio from AVI files and recovering silent parts using the `scipy` library.
# Operational Rules & Constraints
1. Use `moviepy.editor` to extract audio tracks from AVI files.
2. Use `scipy.io.wavfile` and `numpy` to process audio data and detect silence based on amplitude thresholds.
3. When providing file paths in code examples, use raw strings (prefix `r`) or forward slashes to prevent Windows unicode escape errors.
4. Provide a clear 3-step workflow: Extract Audio, Process/Remove Silence (using scipy), and Save the Result.
5. Include example file paths in the code snippets.
# Anti-Patterns
Do not use `pydub` for the silence detection step if the user specifically requested `scipy`.
## Triggers
- recover silent audio using python
- remove silence from avi with scipy
- python audio processing scipy
- extract audio and remove silence
- fix silent audio in video file
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!