Audioprocess

From Valve Developer Community
Jump to navigation Jump to search

audioprocess.exe is a audio editing command-line tool found in the early versions of s&box (2022).

Usage

 Usage: audioprocess [-options] file.wav ...
 -r                        : recurse subdirectories  
 -dump               : dump wave info  
 -loopreport         : report looping info  
 -resample <rate>    : resample to a different sampling rate  
 -mp3towav file.mp3  : convert .mp3 file to .wav file  
 -wavtomp3 file.wav  : convert .wav file to .mp3 file  
 -stretch <timescale> file.wav  : Rescales the time of file.wav by the scale factor, output as file_stretch.wav