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.
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.