home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / audio / Play.README < prev    next >
Encoding:
Text File  |  1994-04-28  |  1.3 KB  |  30 lines

  1. Play
  2. ====
  3.  
  4. NAME
  5.      play - play sounds to DAC or A/D64X at any sampling rate.
  6.  
  7. DESCRIPTION
  8.      play plays soundfiles recorded at any sampling rate. If the
  9.      input soundfile's sampling rate is neither 44.1kHz, nor
  10.      48kHz, play performs a real-time sampling rate conversion
  11.      and sends its output either to the NeXT D/A converters or to
  12.      Singular Solutions' A/D64X converters for SPDIFF digital
  13.      transfer to a DAT machine. When the sound is output to the
  14.      A/D64X converters, you need to specify the SPDIFF sampling
  15.      rate.  play can play soundfiles (with a header) or raw
  16.      binary files containing short ints, in which case you just
  17.      need to specify the sound's sampling rate ( play can recog-
  18.      nize soundfiles from simple binary files). When playing
  19.      binary files, play assumes the sound is mono, unless you
  20.      specify it is stereo.  play can play mono, stereo sound-
  21.      files, play only one of the two channels, or add the two
  22.      channels and play in mono (for stereo soundfile). play can
  23.      also swap the input sound's bytes, for compatibility with
  24.      DEC machines, PCs etc. By using the shell command `setenv
  25.      DEFAULT_SR 8000', you can select the default sampling rate
  26.      (used only when the sound has no header, and no sampling
  27.      rate is specified).
  28.  
  29.  
  30.