Skip to content

Instantly share code, notes, and snippets.

@contribu
Created September 4, 2018 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save contribu/a76db55e000c791f1cf2be99e49eef33 to your computer and use it in GitHub Desktop.
Save contribu/a76db55e000c791f1cf2be99e49eef33 to your computer and use it in GitHub Desktop.
# clone tutorial repository
git clone git@github.com:ai-mastering/tutorial-ruby.git
cd tutorial-ruby
# install dependencies
bundle install
# upload test.wav, do the mastering, and download the output as output.wav
bundle exec ruby main.rb --input test.wav --output output.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment