White noise is super useful. You can use it to help you sleep, study or just fill a space with noise of some kind. I created this app for many creative and the aforementioned 'recreational' purposes. The app is created with the tauri framework. I am using the WebAudioAPI in order to generate and control the noise. The code is fairly simple (?) but it's a bit of a mess in the single HTML file that I decided to write it all in (for some reason).
I may in the future refactor or add features to the app, but for now it is limit ed to:
- playing white noise
- changing the EQ of the white noise using sliders
- changing the gain of the white noise
- recording and exporting sections of white noise
- saving a default preset that loads when you launch the app
If you don't use MacOS, then the app is entirely un-tested. I may distribute an AppImage for Linux at some point, for now, here are some instructions on how to build the app for your platform.
- Follow the tauri prerequesite instructions
- Install the tauri CLI: 'cargo install tauri-cli'
- git clone this project
- Run 'cargo tauri build' from the project folder
- The path to binaries is printed to the console :)
Available to download currently for MacOS only, however the tauri CLI is stupid easy to use so compiling for your platform should be no issue. Please visit the releases section.