Specifying audio recording duration using command line
NowSmart Audio Recorder features a command line mode for users who prefer to specify recording parameters directly. To set a recording duration via command line, you'll need to use the following parameters:
- -rStarting recording
- -t [time]Specify the recording duration in seconds
- -o [filename]Name the target file
- -mMinimize the application at startup
- --minimode [0|1]Choose the minimize mode, 0 - normal, 1 - minimize to the system tray
For example:
nar.exe -r -t 3600 -o "e:\schedule.mp3" -m --minimode 1
This command instructs NowSmart Audio Recorder to record for 3600 seconds (one hour) into the file e:\schedule.mp3. Additionally, NowSmart Audio Recorder will start minimized to the system tray.