logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

aurecord - record a sound file from a Network Audio System server

Author

       Greg Renda, Network Computing Devices, Inc.

                                                      1.9.4                                          AURECORD(1)

Description

       The aurecord program can be used to record audio data from a Network Audio System  server  into  a  file.
       The  recording will continue until either the specified time has elapsed or aurecord receives a SIGINT or
       SIGTERM signal.

Name

       aurecord - record a sound file from a Network Audio System server

Options

       The following options may be used with the aurecord program:

       -audioservername
               The Network Audio System server from which the file should be recorded.

       -fileformat
               The file format to be used for the recorded audio data.  The -? option will  display  a  list  of
               valid file formats.  The default file format is Sun/NeXT.

       -dataformat
               The  data  format  to  be used for the recorded audio data.  The -? option will display a list of
               valid data formats.  Note that each file format may only  support  selected  data  formats.   The
               default data format is 8-bit uLAW.

       -ratesamplerate
               The sampling rate (in hertz) for the recording.  The default rate is 8000 Hz.

       -modeinputmode
               Some  Network  Audio  System  servers may have different input amplification modes for microphone
               input versus line level input.  This option allows the amplification mode to be  specified.   The
               two  modes available are "mic" for microphone input and "line" for line level input.  The default
               mode is "mic".

       -gaininputgain
               The input gain level in percent.  The default is 75%.

       -timeseconds
               The time, in seconds, for the recording.  If this option is not used, aurecord will record  until
               a SIGINT or SIGTERM signal is received.

       -commentcomment
               A comment to be stored in the data file.

       -?      Displays a usage message and a list of supported file and data formats.

See Also

nas(1)

Synopsis

aurecord  [-audio servername] [-file format] [-data format] [-rate samplerate] [-mode inputmode] [-gain
       inputgain] [-time seconds] [-comment comment] [-?] filename

See Also