This repository includes
This repository may be helpful as to how to use the AI Mastering API.
Please download executable binary.
https://github.com/ai-mastering/aimastering-tools/releases/download/v1.0.2/aimastering-windows-386.exe
Please execute following commands.
sudo curl -L "https://github.com/ai-mastering/aimastering-tools/releases/download/v1.0.2/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.0.2/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)"
Please set AIMASTERING_ACCESS_TOKEN env var. access token can be retrieved https://aimastering.com/app/developer.
export AIMASTERING_ACCESS_TOKEN=xxx
Access token can also be passed by --access-token options.
export AIMASTERING_ACCESS_TOKEN=xxx
aimastering master --input /path/to/input.wav --output /path/to/output.wav
aimastering master --input /path/to/input.wav --output /path/to/output.wav --access-token=xxx
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
$ claude mcp add aimastering-tools \
-- python -m otcore.mcp_server <graph>