home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / SOUNDS.DI$ / CONTENTS.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  440 b   |  14 lines

  1. % Sound processing functions.
  2. % General sound functions.
  3. %   sound       - Convert vector into sound.
  4. %   saxis       - Sound axis scaling.
  5. %
  6. % Computer-specific sound functions.
  7. %   auwrite     - Write mu-law encloded audio file.
  8. %   auread      - Read mu-law encloded audio file.
  9. %   mu2lin      - Mu-law to linear conversion.
  10. %   lin2mu      - Linear to mu-law conversion.
  11.  
  12. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  13.