Introduces tools that can use the AI Mastering API from the command line.
Install
Download the latest version of the executable file from the following page. There are executable files for Windows, Mac and Linux.
aimastering-tools Releases (Github)
How to use
Acquisition of API access token
Get the access token of AI Mastering API from Developer .
Perform mastering
You can execute mastering with the following command.
This file contains hidden or 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
export AIMASTERING_ACCESS_TOKEN=xxx | |
aimastering master --input /path/to/input.wav --output /path/to/output.wav | |
Other options
You can check other options with the following command:
This file contains hidden or 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
aimastering --help | |
aimastering master --help | |
Link
Summary
We introduced the tool that can use the API of AI Mastering from the command line.
Why did you use the AI Mastering API from VBA when you created a command line tool? It was a request that you have.
I hope it will be useful for automation and informal front-ends.