playraw.1 815 Bytes
.TH playraw 1P local "Silicon Graphics, Inc."
.SH NAME
playraw \- Tool for playing raw sample files on the Indy audio hardware
.SH SYNOPSIS
\f3playraw\f1 [-h] [-s] [-f rate] <infile
.SH DESCRIPTION
.I playraw
takes a file from standard input and plays it on the Indy audio
hardware under the assumption that the file represents raw 16 bit mono
or stereo audio samples. For stereo files it expects the input to be
interleaved as L/R samples. The output from 
.I vadpcm_dec
can be piped directly to this tool for listening to ADPCM compressed files.
.PP
Command line options are:
.RS 5
.TP 12
.B -h
Display usage information.
.TP
.B -s
Assume the input is L/R interleaved stereo samples.
.TP
.B -f <value>
Specifies the sample rate for playback. The default value is 44100 Hz.
.SH "SEE ALSO"
.IR vadpcm_dec (1P)