Brown Noise player.
Follow one of these links to play brown noise within your web browser. If one doesn't work, try the other.
- ๐ Audio tag version: this uses the HTML
<audio>
tag - ๐ Audio API version: this uses the Web Audio API
If you prefer to listen to brown noise locally, I made two shell scripts. They have both been tested with Git Bash on Windows 10, but should work on other systems too.
- Clone the repository on your computer
- Install ffmpeg if you do not have it installed. I suggest installing it via the Chocolatey package manager:
choco install -y ffmpeg
- If you would like to use Git Bash โ execute the
bnplay.sh
script. If you would like to use cmd.exe โ execute thebnplay.cmd
script - If you want to minimize the application in the Windows tray bar while it is running, you can do it by installing RBTray:
choco install -y rbtray
BNPlay running in Git Bash:
BNPlay running in Git Bash, minimized in the Windows tray bar with the help of RBTray: