diff --git a/README.md b/README.md index 42773ee..5af57b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AudioSort [![Build/release](https://github.com/litruv/AudioSort/actions/workflows/build.yml/badge.svg)](https://github.com/litruv/AudioSort/actions/workflows/build.yml) -A desktop application for organizing, tagging, and managing WAV audio files with Universal Category System (UCS) support. +A desktop application for organizing, tagging, and managing WAV audio files with Universal Category System (UCS) support, featuring advanced waveform editing and audio splitting capabilities. ![AudioSort Interface](repoimages/interface.png) @@ -27,8 +27,18 @@ A desktop application for organizing, tagging, and managing WAV audio files with ![Multi-file Editing](repoimages/multiediting.png) +### Waveform Editor +- Visual waveform editing with playback controls +- Segment-based audio splitting and trimming +- Real-time preview with zoom and pan controls +- Export individual segments with automatic naming +- Non-destructive editing workflow + +![Waveform Editor](repoimages/editor.png) + ### Beautiful Interface - Real-time waveform visualization with dynamic color-coding based on RMS levels +- Waveform editor for splitting and trimming audio - Smooth animations and polished drag-and-drop interactions - Responsive file list with keyboard navigation (Arrow keys, Ctrl+A) - Dark theme optimized for long sessions diff --git a/repoimages/editor.png b/repoimages/editor.png new file mode 100644 index 0000000..0cc8e8e Binary files /dev/null and b/repoimages/editor.png differ