Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 922 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 922 Bytes

Really Questionable Dictaphone Emulator

Simple sound-manipulating program written using Fyne and Malgo.

Learning project.

Demo

  • 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

Platforms

Sound

Platform Sound Dependencies
Linux PulseAudio, ALSA, JACK
Windows WASAPI, DirectSound, WinMM
FreeBSD/NetBSD/OpenBSD OSS/audio(4)/sndio
macOS CoreAudio
Android OpenSL/ES, AAudio

Build

git clone https://github.com/OutOfContainment/RBDE.git && cd ./RDBE
go build -o bin/RDBE