How to specify a duration of audio to record within command line?
Audio Record Wizard supports command line mode. In order to specify a duration of audio to record within command line, you need to use the following three parameters (1.2.3):
- -rStarting recording
- -t [time]Specify recording duration (seconds)
- -o [filename]Specify the target file name
- -mMinimize itself when starting up
- --minimode [0|1]Minimize mode, 0 - normal, 1 - minimize into system tray
For example:
"C:\Program Files (x86)\Audio Record Wizard\arw.exe" -r -t 3600 -o "e:\schedule.mp3" -m --minimode 1
This command will start Audio Record Wizard to record into e:\schedule.mp3 for 3600 seconds (one hour). Also, Audio Record Wizard will minimize itself into system tray.