https://github.com/dmotte/bnplay
🔊 Brown Noise player
https://github.com/dmotte/bnplay
brown desktop ffmpeg noise play player tray web
Last synced: about 2 months ago
JSON representation
🔊 Brown Noise player
- Host: GitHub
- URL: https://github.com/dmotte/bnplay
- Owner: dmotte
- License: mit
- Created: 2020-11-07T22:11:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T10:40:04.000Z (3 months ago)
- Last Synced: 2025-07-07T11:38:44.762Z (3 months ago)
- Topics: brown, desktop, ffmpeg, noise, play, player, tray, web
- Language: HTML
- Homepage: https://dmotte.github.io/bnplay
- Size: 21.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bnplay

**B**rown **N**oise **play**er.
## Web version
Follow one of these links to play brown noise within your web browser. If one doesn't work, try the other.
- :speaker: [**Audio tag version**](https://dmotte.github.io/bnplay/bnplay-audio-tag.html): this uses the [HTML `` tag](https://www.w3schools.com/tags/tag_audio.asp)
- :speaker: [**Audio API version**](https://dmotte.github.io/bnplay/bnplay-audio-api.html): this uses the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API)## Desktop version
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.
1. **Clone** the repository on your computer
2. Install **ffmpeg** if you do not have it installed. I suggest installing it via the [_Chocolatey_ package manager](https://chocolatey.org/install):
```cmd
choco install -y ffmpeg
```
3. If you would like to use _Git Bash_ → execute the [`bnplay.sh`](bnplay.sh) script. If you would like to use _cmd.exe_ → execute the [`bnplay.cmd`](bnplay.cmd) script
4. If you want to minimize the application in the **Windows tray bar** while it is running, you can do it by installing **RBTray**:
```cmd
choco install -y rbtray
```## Screenshots
BNPlay running in **Git Bash**:

BNPlay running in _Git Bash_, minimized in the Windows tray bar with the help of **RBTray**:
