Decibels is a very simple and easy to use audio player for Linux. During the playback it shows the waveform of the track, you can adjust audio playback speed and 10s, 30s seek controls and it comes with a volume control. No other features. It is still in early stage of development and released under GNU General Public License v3.0.
How to Install Decibels Audio Player on Ubuntu
To install Decibels music player, open the terminal application and run below Decibels flatpak install command.
flatpak install flathub com.vixalien.decibels
After the successful installation, you can open it using below command or via Show Apps menu from the Ubuntu dock.
flatpak run com.vixalien.decibels
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
You can also uninstall Decibels, using below commands.
flatpak uninstall com.vixalien.decibels
[OR]
sudo flatpak uninstall com.vixalien.decibels