beep
A little package that brings sound to any Go application. Suitable for playback and audio-processing.
How to download and setup beep
Open terminal and run command
git clone https://github.com/faiface/beep.git
git clone is used to create a copy or clone of beep repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with beep https://github.com/faiface/beep/archive/master.zip
Or simply clone beep with SSH
[email protected]:faiface/beep.git