ANoise - Ambient Noise Player  

images.duckduckgo.com.jpeg
The Ambient Noise Player aka ANoise Player is a simple but very useful app that plays sounds that help you boost your productivity, stay focused or it can even help you fall asleep. You can access the Ambient Noise options from the Ubuntu Sound Menu which allows you to play various relaxing sounds like storm, rain, wind, forest, night, fire, coffee shop, sea and other custom relaxing sounds provided by community members.

sudo add-apt-repository ppa:costales/anoise
sudo apt-get update
sudo apt-get install anoise

 
0
Kudos
 
0
Kudos

Now read this

youtube-dl - download and split audio

https://fex.net/s/tmzayev First things first - install tiny programm: sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl Then install ffmpeg for audio... Continue →