Game Audio Toolbox is a small and ever-changing collection of scripts that may help with building game audio pipelines.
I'm not a professional programmer, so don't expect any production-ready code here. Use it at your own risk.
- Download the repository either via
git clone
or as a ZIP archive; - Run
Install.bat
script to create and configure a local Python 3 environment, install dependencies and generate executable.bat
files for each script; - Use generated batch files from the
BatchFiles
folder following the instructions for each script.
Q: Where I can find the instructions for scripts?
A: In README.md
files in their respective folders.
Q: Can I move generated scripts from the ./BatchFiles
to somewhere else?
A: Yes!
Q: Can I move the Python installation from the project folder?
A: No, it won't work, but you can move Install.bat
, Install.pc1
, python_version.txt
, and requirements.txt
to any folder on your PC and generate the Python environment there. Batch script generation will break though, so I don't recommend doing this.
- Rewrite scripts with a much better and more uniform script structure
- Download FFmpeg automatically for Reaper Video Converter