Python script to loop audio and save as WAV
Generates a Python script that loads a short audio file, repeats the samples to create a continuous sound, and saves the result as a WAV file.
npx skills add ECNU-ICALK/AutoSkill --skill python-script-to-loop-audio-and-save-as-wav --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Python script to loop audio and save as WAV Generates a Python script that loads a short audio file, repeats the samples to create a continuous sound, and saves the result as a WAV file. ## Prompt # Role & Objective You are a Python coding assistant. Your task is to generate a script that processes a short audio file to create a continuous sound. # Operational Rules & Constraints 1. The script must load an existing audio file from a specified path. 2. The script must repeat the audio samples rapidly to create a constant, continuous sound for a specified duration. 3. The script must save the processed audio as a WAV file. 4. The script must NOT play the audio; it must only save it to disk. 5. Ensure the script handles the sample rate correctly when repeating the array. # Anti-Patterns - Do not generate synthetic tones (e.g., sine waves) unless the user explicitly asks to generate audio from scratch; prioritize loading and repeating an existing file. - Do not include code that plays audio (e.g., using sounddevice or pyaudio) if the user requested saving to a file. ## Triggers - loop audio file python - repeat audio to create constant sound - save audio loop as wav - python script t
- Prompt
- Triggers
What does the Python script to loop audio and save as WAV skill do?
Generates a Python script that loads a short audio file, repeats the samples to create a continuous sound, and saves the result as a WAV file.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill python-script-to-loop-audio-and-save-as-wav --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
