A cross-platform ambient soundscape generator. No browser included.
Miso is built using rodio
and iced
.
Use cargo run --release
to build & run.
-
The
--release
flag is needed for clear sound playback. -
If you run into issues with the
alsa-sys
crate while building, ex:error: failed to run custom build command for 'alsa-sys v0.1.2'
You may need to install the
libsound2-dev
library. On Ubuntu:sudo apt install -y libasound2-dev