Simple sound-manipulating program written using Fyne and Malgo.
Learning project.
- Crossplatform* - Windows, GNU/Linux, OpenBSD, MacOS,
Android - Change theme using environment variable "FYNE_THEME" (white, dark)
- Custom font support using e.v. "FYNE_FONT" or by adding "font.ttf" in app directory
- Custom wallpaper support (actually a "bug", TODO)
(*) Non-linux builds were not tested
Platform | Sound Dependencies |
---|---|
Linux | PulseAudio, ALSA, JACK |
Windows | WASAPI, DirectSound, WinMM |
FreeBSD/NetBSD/OpenBSD | OSS/audio(4)/sndio |
macOS | CoreAudio |
Android | OpenSL/ES, AAudio |
git clone https://github.com/OutOfContainment/RBDE.git && cd ./RDBE
go build -o bin/RDBE