|
NAMEpcmplay - play PCM files on audio deviceSYNOPSISpcmplay [ -un ] [ -d dev ] [ -b size ] [ -s bits ] [ -f freq ] [ -c num ] [ -g gain ] file ... | -DESCRIPTIONpcmplay reads one or more files (or standard input if ``-'' is specified) and plays them on the audio device. file is assumed to be a headerless (``raw'') PCM audio file.OPTIONSpcmplay options may be either the traditional POSIX one letter options, or the GNU style long options. POSIX style options start with a single ``-'', while GNU long options start with ``--''.
OPERANDSThe following operands are supported:
BE CAREFUL: Playing inappropriate data at a too high volume can damage your audio hardware and speakers! Turn the volume down before playing anything with this program, unless you are absolutely sure that your equipment can handle it. Use this program at your own risk! SEE ALSOmpg123(1), tosha(1), pcmfade(1), sox(1), intro(1)NOTESIf you don't use any options, input data is assumed to be linear PCM, 44.1 kHz, signed 16 bit stereo in intel byte order (little-endian). This is the format of CD audio tracks.pcmplay does not perform any data conversion. Use sox(1) if you need to convert sample rates, number of channels or other parameters. Your soundcard must support the specified type of audio data. For example, you cannot play 16 bit samples on an 8 bit soundcard. BUGSYes. This is an alpha version.AUTHORCopyright (C) 1997-1999Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> All rights reserved. For more information, please refer to the file LICENCE which is included with the source distribution. Internet references:
Visit the GSP FreeBSD Man Page Interface. |