Created
September 4, 2018 13:51
-
-
Save contribu/a76db55e000c791f1cf2be99e49eef33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# clone tutorial repository | |
git clone [email protected]: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