Protofall / Crayon-Game-Framework

My own library for making games on the Dreamcast
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Add pre-processing tags for SOX #254

Open Protofall opened 3 years ago

Protofall commented 3 years ago

At the moment the asset processing script always makes all audio files at most 44.1khz sample rate and reduces all files to 1 channel. This should be optional, so make a new command called AUDIO_CONVERT and the parameters are the "sox" ones.

However be wary that "sox" is fussy about multiple parameters at once and I don't know why. Try and figure out why this is the case.