Soundscape is a free and open source audio application for Linux, MacOS and Windows. It is a system tray or topbar application and using it you can play a mix of sounds. By default it comes with rain, thunder and river sounds. You can also add your own music from your local system and save your track list. It is released under GNU General Public License v3.0.
Download Soundscape [Windows,MacOS,Linux]
How to Install Soundscape on Ubuntu
Soundscape is available as a flatpak package file from the remote flathub and also from the Ubuntu PPA. Open the terminal application (ctrl+alt+t) and run below commands one by one. It will add Soundscape PPA and install it.
sudo add-apt-repository ppa:ddanilov/soundscape
sudo apt update
sudo apt install soundscape
After the successful installation of Soundscape, you can open it from the Ubuntu dock Show Apps or via below command.
soundscape
Install Soundscape via Flatpak:
You can also install Soundscape music app using below flatpak command in the terminal.
flatpak install flathub io.github.ddanilov.soundscape
And open it using below command.
flatpak run io.github.ddanilov.soundscape
Note: If you don’t have flatpak and flathub on your system, then install using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo