Python script to loop audio and save as wav
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill python-script-to-loop-audio-and-save-as-wavAssembled 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
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.
SKILL.md
1.7 KB, as published. Nobody here has run it
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
- The script must load an existing audio file from a specified path.
- The script must repeat the audio samples rapidly to create a constant, continuous sound for a specified duration.
- The script must save the processed audio as a WAV file.
- The script must NOT play the audio; it must only save it to disk.
- 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 to repeat wav file