miso
miso copied to clipboard
Ambient soundscape generator
味噌 - Miso
A cross-platform ambient soundscape generator. No browser included.

Miso is built using rodio and iced.
Use cargo run --release to build & run.
Troubleshooting
-
The
--releaseflag is needed for clear sound playback. -
If you run into issues with the
alsa-syscrate while building, ex:error: failed to run custom build command for 'alsa-sys v0.1.2'You may need to install the
libsound2-devlibrary. On Ubuntu:sudo apt install -y libasound2-dev