WhiteNoiseLinux
A Linux application that plays white noise (and other ambient sound) audio files in the background.
Supports layering multiple sounds over one another. Sounds automatically loop indefinitely.
![WhiteNoiseLinux main screen](/assets/images/whitenoiselinux/main.png)
![WhiteNoiseLinux about window](/assets/images/whitenoiselinux/about.png)
Installation
Distro Packages (Recommended)
Use the latest provided package for your distro, available from the OpenSUSE Build Service. Click the link, select your distro, and follow the instructions for adding the repository and installing manually. Unless you know what you’re doing, don’t just grab the binary packages, or else you won’t get updates.
AppImage
AppImages are also available from the GitHub releases page. If your distro is not listed on the page at the OpenSUSE build service, this is the best option for using the application. To run the AppImage:
-
Download the latest
.AppImage
file from the GitHub releases page (linked above). -
Open a terminal in the location the file downloaded to (usually your Downloads folder) and run the following:
chmod +x <name_of_file>.AppImage
After this, you should be able to run the program by simply opening the
.AppImage
file. -
(Optional) Add a menu entry for the application using
appimaged
.
Usage
On first run, the app creates a .whitenoiselinux
directory in your home directory. Inside this directory, there is another directory called sounds
.
Inside this directory, place the sounds you want. These sounds must be 2 channel (stereo) Ogg/Vorbis audio files. If an audio file has a title in its metadata, this title will be used instead of the file name in the interface.
To obtain sounds, I’d recommend the following process:
- Go on YouTube, and search for “white noise”.
- Find a few different sounds you like, and download the audio for them with youtube-dl.
- Use Audacity to trim the audio file down to around 2 minutes or so.
- Export this new, trimmed audio as an Ogg file.
- During the export process, you will be given the option to enter a “Track Title” for the file. You can enter the name you would like for the sound in this field.
- Save this audio file in the
~/.whitenoiselinux/sounds
directory.