Skip to content

Commit

Permalink
Merge pull request #3 from georgePadolsey/patch-1
Browse files Browse the repository at this point in the history
Fix Golang link in README
  • Loading branch information
benjojo committed May 21, 2018
2 parents 398657e + 670633c commit d67c693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ The programs I wrote for the `Encoding data in dubstep drops` blog post: https:/
## Packages Required ##
* [SoX (Sound Exchange)](http://sox.sourceforge.net/) - Convert various formats of computer audio files to other formats. Also applies various effects to these sound files
* `sudo apt-get install sox`
* [Google Golang](http://sox.sourceforge.net/) - Google's Go Language
* [Google Golang](https://golang.org/) - Google's Go Language
* `sudo apt-get install golang`
* Note: You will need to set the GOPATH
* [FFMPEG](https://ffmpeg.zeranoe.com/) - Decode, encode, filter and play files
Expand Down

0 comments on commit d67c693

Please sign in to comment.