3D MP3 Sound
Recorder G2 supports command line , make it easy to work with
windows schedule task. The usage of command line is:
3dMP3RecorderG2.exe [command] [option]
In current version , where
command :
/r
start recording when launched.
/rs
start Track Splitter recording when launched.
/rt
start schedule recording when launched.
/rst
start both Track Splitter and
schedule recording when launched.
/hide
Hide window in system tray, record in background.
option :
-frequency
the sample
frequency, which can be 8,11,12,16,24,32,44,48.
-bit
the bit per sample,
can be 16 or 8.
-channels
the number of
recording channels, which can be 1 (mono ) or 2 (stereo)
-filename
the file name used for
recording. if no file name supplied, use the previous file name instead
-mp3bitrate
The MP3 bit rate, can be 8,16,24,32,40,48,64,80,96,112,128,160,192,256,320.
example:
3DMP3RecorderG2.exe /r -filename c:\mymusic\mywav.wav
3DMP3RecorderG2.exe /rs -filename c:\mymusic\mywav.wav
3DMP3RecorderG2.exe /rt -filename c:\mymusic\mywav.wav
3DMP3RecorderG2.exe /rst -filename c:\mymusic\mywav.wav
3DMP3RecorderG2.exe /r -frequency 44
3DMP3RecorderG2.exe /r -frequency 44
-bit 16
3DMP3RecorderG2.exe /r -frequency 44
-bit 16 -channels 2
|