#=================================================================================================================== # Start recording command: #=================================================================================================================== -rec [rec-options] Starts recording rec-options: ============ -f "" Target file name -d "" Target directory. Overrides "-f" command. (file name will be generated automatically) -o Overwrite file if already exists -b Run in background -beep Beep ( is 1 (on) or 0 (off)) -m Maximal recording length (in seconds) -fmt "" Target format: Encoder (MP3 encoder, OGG encoder, MP3v4I encoder, ...)) Quality (number between 1 and 5) Sampling rate in Hz (11025, 220050, ...) Bits (16 or 8) Channels (1 or 2) #=================================================================================================================== # Start playback command: #=================================================================================================================== -play [play-options] Starts playback play-options: ================== -f "" File to play -b Run in background -next Play next recroding after playback finished ( is 1 (on) or 0 (off)) #=================================================================================================================== # Stop recording/playback command: #=================================================================================================================== -stop [stop-options] Stops playback or recording stop-options: ============= -b Run in background #=================================================================================================================== # Exit command: #=================================================================================================================== -exit Exit program