home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / SoundAndMusic / SoundLibrary / README < prev    next >
Text File  |  1990-10-10  |  705b  |  33 lines

  1. This directory contains several small examples demonstrating the use
  2. of the sound library:
  3.  
  4. chaintest.c
  5.     Chains playing sounds together such that the completion
  6.     of one initiates another.
  7.  
  8. convertest.c
  9.     Converts mulaw codec file into a 22kHz stereo 16 bit linear
  10.     soundfile.
  11.  
  12. hosttest.c
  13.     Plays a soundfile on one or more hosts.  Note: each destination
  14.     machine must be Public Sound Server.
  15.  
  16. playtest.c
  17.     Plays multiple soundfiles without any gap between them.
  18.  
  19. recordtest.c
  20.     Records a sound into multiple soundfiles.
  21.  
  22. compresstest.c
  23.     Compresses or decompresses a soundfile.
  24.  
  25. recordfiletest.c
  26.     Records directly to a soundfile.
  27.  
  28. recordchaintest.c
  29.     Chains small recordings and appends them to a soundfile.
  30.  
  31.  
  32.  
  33.