This repository includes
- Command line tools to execute automated mastering using AI Mastering API
- Source code of above
This repository may be helpful as to how to use the AI Mastering API.
Please download executable binary.
Please execute following commands.
sudo curl -L "https://github.com/ai-mastering/aimastering-tools/releases/download/v1.1.0/aimastering-darwin-386" -o /usr/local/bin/aimastering
sudo chmod +x /usr/local/bin/aimastering
Please execute following commands.
sudo curl -L "https://github.com/ai-mastering/aimastering-tools/releases/download/v1.1.0/aimastering-linux-386" -o /usr/local/bin/aimastering
sudo chmod +x /usr/local/bin/aimastering
Please add following command to ~/.bash_profile
eval "$(aimastering autocomplete --shell bash)"
Please add following command to ~/.zshenv
eval "$(aimastering autocomplete --shell zsh)"
No settings are required. A unique guest API key is generated for each command execution, so no other user can see the data.
Target loudness -6dB
aimastering master --input input.wav --output output.wav --target-loudness -6
Please see
aimastering --help
aimastering master --help
No dependencies
This tool is an auxiliary tool of AI Mastering. We do not guarantee the maintenance of this tool.
go mod tidy
go build main.go
MIT