dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git] / man / man1 / ossplay.1
blob02d76772be5a1d6b9be9b432584102802a3fbf6f
1 ." Automatically generated text
2 .TH 1 "August 31, 2006" "OSS" "User Commands"
3 .SH NAME
4 ossplay - Open Sound System playback program.
6 .SH SYNOPSIS
7 ossplay [-FRhlvq] [-S secs ] [ -c channels ] [ -d devname ]
8        [ -f fmtname | ? ] [ -g gain ] [ -o playtarget | ? ]
9        [ -s rate ] filename | - ...
11 .SH DESCRIPTION
12 ossplay plays raw PCM, Microsoft RIFF (.wav), Sun ULaw (.au), Mac AIFF (.aif)
13 and other types of audio files. By default the application will try to
14 determine the audio file's format and play audio based on the stored
15 inforation about sample format, number of channels and sampling rate.
17 .SH OPTIONS
18 -v              Verbose output. Multiple invocations increase the level
19                 of verbosity.
20 -q              Quiet (no information printed).
21 -l              Loop playback indefinately.
22 -d<devname>     Select <devname> as the device (eg -d/dev/dsp2).
23 -s<rate>        Select the playback rate for raw PCM audio (eg -s48000).
24 -c<channels     Select the number of channels 1=mono 2=stereo, 4, 6, 8, etc.
25 -f<fmtname>     Select the input format (eg -fU8 or -fS16_BE).
26 -f?             Prints the list of supported format names.
27 -o<playtarget>  Selects the play target name if the device supports multiple
28                 play targets (such as front, rear, side). 
29 -o?             Prints the list of available play targets.
30 -g<gain>        Amplify all played samples by percentage given as argument. 
31                 100 (default) means normal signal level, 200 means double level.
32 -F              Treat all input as raw PCM data.
33 -R              Disable redirection to virtual mixer engines and sample
34                 rate/format conversions. Should not be used unless absolutely
35                 necessary.
36 -S<secs>        Start playing at <secs> seconds from start of file.
37                 The argument can contain a fractional part (e.g. -S1.2)
38 -h              Display usage information.
40 .SH INTERRUPT
41 Sending a SIGQUIT (Ctrl-\\ in most terminals) will make ossplay stop playing
42 the currently played file and skip to the next file.
44 .SH NOTES
45 The ossplay executable is the same as the ossrecord executable.
46 Behaviour is decided by the name used to invoke the program.
48 .SH SEE ALSO
49 ossrecord(1), ossmix(1), ossxmix(1)
51 .SH FILES
52 /usr/bin/ossplay
54 .SH AUTHOR
55 4Front Technologies