Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 680 Bytes

File metadata and controls

30 lines (19 loc) · 680 Bytes

AI Mastering API tutorial

This is the AI Mastering API tutorial written in ruby.

AI Mastering

API docs

API specification

Setup

# install dependencies
bundle install

# set access token (can be get from https://aimastering.com/app/developer)
export AIMASTERING_ACCESS_TOKEN=[AI Mastering API access token]

Run

# Upload test.wav, do the mastering, download and save the output as output.wav 
bundle exec ruby main.rb --input test.wav --output output.wav

License

CC0