This is a noise player for Windows, Linux and MacOS.
It can play the following types of noise:
- White Noise
- Brown Noise
- Pink Noise
- Blue Noise
- Violet Noise
The application has been tested on the following operating systems, but may work on earlier versions.
- Windows 11 24H2 (x64, ARM64)
- MacOS 15.3 (Apple Silicon)
- Ubuntu 24.10 (x64, ARM64)
Download the latest release here.
Windows may prevent you from launching the application, since it is not signed. You can still run it by clicking on "More info" and then "Run anyway".
-
Press Next Track or Previous Track to select the desired noise type.
-
Press Play/Pause to start or pause playback.
-
Press F11 or double-tap to view the player in full screen mode.
-
Right-click anywhere on the player window to open the context menu, where you can customize visibility of the clock, track title and media controls.
- Open a terminal window.
- Press the following keys to control the player:
Qto quit.Wto play white noise.Bto play brown noise.Pto play pink noise.Lto play blue noise.Vto play violet noise.
Install the .NET 10 SDK.
To build the application, use the following command from the \src folder:
dotnet build
To run the desktop player, use the following command from the \src folder:
dotnet run --project Woohoo.Noise.Player
To run the unit tests, use the following command from the \src folder:
dotnet test
This software is licensed under the MIT License. See the LICENSE file.
Copyright (c) 2025 Hugues Valois. All rights reserved.
This software uses the following libraries:
This software uses assets from:

