The 5mdt Noise Generator is a web-based application that generates different types of noises locally, including brown, white, and pink noise. It allows users to play these noises and control their volume.
There is no tracking, ads or even cookies here. It's absolutely free to use and modify.
To use the 5mdt Noise Generator, simply open the index.html
file in a web browser. No additional installation is required.
- Open the
index.html
file in your web browser. - Click on the "Play Brown Noise," "Play White Noise," or "Play Pink Noise" buttons to start playing the corresponding noise type.
- Adjust the volume as needed using the system controls. To stop the noise, close the browser tab, or press the "Stop Noise" button.
Unfortunately due to the separated index.html
and RandomNoiseProcessor.js
opening html file in the browser triggers CORS errors. You can serve nginx on a local port with the following command
docker run -it --rm -v $PWD:/usr/share/nginx/html/ -p 8081:80 nginx:alpine
- Please use 4 spaces tabulation
This project is licensed under the MIT License.
- @akamenskiy (JS)
- @asyavee (JS)
- @kawaiier (CSS)
- @nett00n (Maintainer)
- Belka (Logo)
2023