Skip to content

cauefcr/soundboard

Repository files navigation

soundboard

Simple Go soundboard made with giu (imgui)

screenshot

Usage

Drag mp3's into the program, click to play. On restart the shortcuts work.

Install

go install github.com/cauefcr/soundboard@latest

or

git clone https://github.com/cauefcr/soundboard.git && cd soundboard
go install .