Add your description here
Project description
AudioAugmenter
Desktop GUI for importing, augmenting, and exporting WAV/MP3 samples.
Features
- Drag-and-drop import into a local
workspace/directory. - Central table to edit transcriptions, delete rows, and track applied augmentations.
- One-click augmentation (Gaussian noise, time stretch, pitch shift, shift) via
audiomentations. - Export to CSV or JSON with optional audio copies.
Requirements
- Python 3.13+
- Dependencies: PyQt6, audiomentations, pandas, numpy, soundfile, pydub (see
pyproject.toml).
Quick start
python -m venv .venv
source .venv/bin/activate
pip install -e .
python app.py
Usage
- Use Add Files or drag
.wav/.mp3files into the left pane. Files are copied intoworkspace/. - Edit transcriptions directly in the middle table.
- Select rows, check one or more augmentations (edit parameters in the panel), and click Apply Augmentation to create a single derived file per source with all checked augmentations applied in order.
- Delete selected rows and their workspace files with Delete Selected.
- Export selected rows (or all if none selected) to CSV/JSON; exported rows are reindexed from 0 and filenames reset to
rec_<n>.wav; audio copies go toexports/audio/by default. - Use Save to workspace to persist the current table to
workspace/entries.csv; restarting the app reloads this state. - Double-click a row to play the audio (requires pydub playback support, e.g., simpleaudio).
Notes
- Augmentations rely on
audiomentationsandsoundfile; ensure their native deps are available on your system. - Augmented outputs are written as WAV files to maximize compatibility.
- Playback is not included; integrate
pydub/sounddeviceif needed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
audioaugmenter-0.1.0.tar.gz
(209.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file audioaugmenter-0.1.0.tar.gz.
File metadata
- Download URL: audioaugmenter-0.1.0.tar.gz
- Upload date:
- Size: 209.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5840b08ad029dc86253f3cd6a7ef1634c4ea4f113d74a7b9b61a195b0be85d30
|
|
| MD5 |
71e01e45a9ddf590cfcb414a1042d49e
|
|
| BLAKE2b-256 |
1bfe65f3ccad4da3e3ea6796d76a35441f1c178c4d2195950c4e069dc78de274
|
File details
Details for the file audioaugmenter-0.1.0-py3-none-any.whl.
File metadata
- Download URL: audioaugmenter-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff1a144989806209af8033a9f95c8b56569d5efef8951af109618cc9584c8dee
|
|
| MD5 |
b096f95938695a4edfe8477518f09f61
|
|
| BLAKE2b-256 |
f949757c3aaf98d44bb5102c19064c896bdd59e9e24a19d692120b35dca04921
|