Audioprocess: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''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...")
 
m (SirYodaJedi moved page Template:Audioprocess to Audioprocess without leaving a redirect)

Revision as of 10:12, 19 December 2024

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