home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3593 / README < prev    next >
Text File  |  1991-07-07  |  1KB  |  33 lines

  1.  
  2.  
  3.         AUX: Aural eXchange
  4.  
  5.  
  6.  
  7. This is the first release of the AUX sound sample translator.
  8.  
  9. AUX translates sound samples between different file formats.
  10.  
  11. Currently, it translates between "raw" files, Sound Blaster .VOC files,
  12. IRCAM SoundFile files, and SUN Sparcstation .au files.
  13.  
  14. After compiling, run 'tests'.  It should print nothing.  This
  15. indicates that the programs mostly work.  By reading the tests
  16. you may see how to make a sound sample file which you can play.
  17. 'monkey.au' is a short lo-fi monkey screech.
  18.  
  19. AUX uses file suffices to determine the nature of a sound sample file.
  20. If it finds the suffix in its list, it uses the appropriate read
  21. or write handler to deal with that file.  You may override the suffix
  22. by giving a different type via the '-t type' argument.  See the manual
  23. page for more information.
  24.  
  25. I hope to inspire the creation of a common base of sound processing
  26. tools for computer multimedia work, similar to the PBM toolkit for 
  27. image manipulation (but consuming less disk space :-).
  28.  
  29. The files I wrote are Copyright Lance Norskog, and may be used for
  30. any purpose.   The U-Law translation code comes from Jef Poskanzer's
  31. SST shar package.  SST contains a raft of sound effects programs
  32. for the SPARC .AU format.
  33.