agentsclimarketplace

Python audio silence recovery with scipy

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/python-audio-silence-recovery-with-scipy

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill python-audio-silence-recovery-with-scipy

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Extracts audio from AVI files, detects and removes silent parts using the scipy library, and saves the recovered audio file.

SKILL.md

1.7 KB, as published. Nobody here has run it

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.