Audioanalyzer
AudioAnalyzer is a simple Python GUI application for classifying and sorting a dataset of audio files.
Install / Use
/learn @wachawo/AudioanalyzerREADME
AudioAnalyzer
AudioAnalyzer is a simple Python GUI application for classifying and sorting a dataset of audio files (WAV, MP3) into folders using hotkeys and buttons. The program also displays the waveform of the audio file and allows quick undo of accidental actions.
Features
- Fast sorting of audio files into categories (folders) using buttons or hotkeys (1, 2, 3…)
- Audio playback (via pygame)
- Display of the audio waveform
- Copy filename and folder path to clipboard
- Logs all actions (aa.log file in the selected folder)
- Undo last action (file move)
Dependencies
Python 3.7+ is required, along with the following libraries:
sudo apt install python3-tk tk-dev ffmpeg alsa alsa-utils
pip3 install pillow pydub pygame matplotlib numpy pytest pytest-mock
Running the Application
python3 main.py
Usage
- Launch the application.
- Select a folder with audio files (WAV, MP3).
- For each file:
- Listen to the audio (automatically or by clicking/pressing space).
- View the waveform.
- Classify the file by clicking a button or pressing a hotkey (1 — YES, 2 — NO, 3 — OTHER).
- To undo the last action, use the CANCEL button or press C / Backspace / Delete.
- Click on the filename or folder path to copy it to the clipboard.
Notes
- All file moves are logged in aa.log.
- For proper audio playback on Linux, ALSA and ffmpeg may be required.
- The app does not modify original files, only moves them into subfolders.
For Developers
pip install pre-commit flake8 pytest
pre-commit install
pre-commit run --all-files
pre-commit autoupdate
Related Skills
qqbot-channel
345.4kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.0k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
345.4kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
ddd
Guía de Principios DDD para el Proyecto > 📚 Documento Complementario : Este documento define los principios y reglas de DDD. Para ver templates de código, ejemplos detallados y guías paso
