A simple audio player built in Go, utilizing the Beep audio library for audio playback and the responsive Gio UI Library.
Online DEMO (Audio files are read locally and are not sent to a server)

- Audio Playback: Supports common audio formats like MP3, WAV, and FLAC.
- Waveform Visualization: Displays a real-time waveform of the currently playing audio.
- Cross-Platform Support: Runs on Windows, Linux, macOS, and WebAssembly
- Go Programming Language
- Beep Audio Playback
- Gio GUI and Layout
- dhowden's Tag libaray - Audio Metadata
git clone https://github.com/iotku/quickClip.git
cd quickClipgo mod tidygo build -o QuickClip
./QuickClip- Launch the application.
- Click the "Open" button to launch the file picker and select an audio file to load it into the player.
- Use the buttons to Play/Stop and seek through the track.
- When the audio file ends it is removed from playback and you should open a new file.
This project is licensed under the MIT License. See LICENSE for details.