Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aurecord(1) [opensolaris man page]

AURECORD(1)						      General Commands Manual						       AURECORD(1)

NAME
aurecord - record a sound file from a Network Audio System server SYNOPSIS
aurecord [-audio servername] [-file format] [-data format] [-rate sample rate] [-mode input mode] [-gain input gain] [-time seconds] [-com- ment comment] [-?] filename 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. OPTIONS
The following options may be used with the aurecord program: -audio servername The Network Audio System server from which the file should be recorded. -file format 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. -data format 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. -rate sample rate The sampling rate (in hertz) for the recording. The default rate is 8000 Hz. -mode input mode 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". -gain input gain The input gain level in percent. The default is 75%. -time seconds The time, in seconds, for the recording. If this option is not used, aurecord will record until a SIGINT or SIGTERM signal is received. -comment comment 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) COPYRIGHT
Copyright 1993, 1994 Network Computing Devices, Inc. AUTHOR
Greg Renda, Network Computing Devices, Inc. 1.9.3 AURECORD(1)

Check Out this Related Man Page

AUCONVERT(1)						      General Commands Manual						      AUCONVERT(1)

NAME
auconvert - perform various conversion operations on sound files SYNOPSIS
auconvert [-file <format>] [-data <format>] [-rate <sample rate>] [-comment <comment>] [-raw <data format> <num tracks>] [-volume <per- cent>|`max'] [-?] [<input file>] [<output file>] DESCRIPTION
The auconvert program can be used to convert from one sound file format, and/or data format to another. It can also change the comment, sampling rate, and volume of a sound file. Finally, auconvert can be used to convert raw audio data into a sound file. If no input file name is given, standard input will be used. If no output file name is given, the original file will be replaced by the converted file or standard out will be used if the input is coming from standard input. OPTIONS
The following options may be used with auconvert: -file format The output file format. The -? option will display a list of valid file formats. -data format The output data format. The -? option will display a list of valid data formats. Note that each file format may only support selected data formats. -rate sample rate The output sampling rate (in hertz). -comment comment The comment to be stored in the output file. -volume <percent>|`max' The volume option can be used in two ways. If the argument is a percentage, the output file volume will be converted to the speci- fied percentage of the input volume. If the argument is the string `max', the output file volume will be converted to its maximum level. -raw <data format> <num tracks> This option is used to convert raw audio data into a sound file. <data format> is the data format of the raw data. <num tracks> specifies the number of tracks in the raw data. You must also use the -file and -rate options when converting raw data. -? Displays a usage message and a list of supported file and data formats. SEE ALSO
nas(1), auedit(1) COPYRIGHT
Copyright 1993, 1994 Network Computing Devices, Inc. AUTHOR
Greg Renda, Network Computing Devices, Inc. 1.9.3 AUCONVERT(1)
Man Page