home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / misc / 4136 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.6 KB  |  59 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!keinstr!chaplin
  3. From: chaplin@keinstr.uucp (Roger Chaplin)
  4. Subject: Re: Mac->Sun sound conversion?
  5. Message-ID: <1992Sep8.150830.1897@keinstr.uucp>
  6. Keywords: Macintosh Sparc Sounds
  7. Organization: Keithley Instruments, Cleveland, Ohio
  8. References: <1992Sep4.125832.26198@cbnewsj.cb.att.com>
  9. Distribution: na
  10. Date: Tue, 8 Sep 1992 15:08:30 GMT
  11. Lines: 46
  12.  
  13. In article <1992Sep4.125832.26198@cbnewsj.cb.att.com> len@cbnewsj.cb.att.com (leonard.g.carr) writes:
  14. >
  15. >I'm sure that this has been asked pretty frequently in the past but here
  16. >goes anyway...How can I convert sound files from Macintosh format to Sun
  17. >format "xxx.au"?  Does the program support System 7 format sounds?
  18.  
  19. This is from "FAQ: Audio File Formats (version 2.5)" which was recently
  20. posted to alt.binaries.sounds.misc:
  21.  
  22. ----------------------------- begin included text -----------------------------
  23. The most versatile tool for converting between various audio formats
  24. is SOX ("Sound Exchange").  It can read and write various types of
  25. audio files, and optionally applies some special effects (e.g. echo,
  26. channel averaging, or rate conversion).
  27.  
  28. SOX recognizes all filename extensions listed above except ".snd",
  29. which would be ambiguous anyway, and ".wav" (but there's a patch, see
  30. below).  Use type ".au" for NeXT ".snd" files.  Mac and PC ".snd"
  31. files are completely described by these parameters:
  32.  
  33.       -t raw -b -u -r 11000
  34.  
  35. (or -r 22000 or -r 7333 or -r 5500; 11000 seems to be the most common
  36. rate).
  37.  
  38. The source for SOX, version 5, was posted to alt.sources, and should
  39. be widely archived.  To save you the trouble of hunting it down, it
  40. can be gotten by anonymous ftp from wuarchive.wustl.edu, in the
  41. directory usenet/alt.sources/articles, files 5581.Z through 5585.Z.
  42. (These files are compressed news articles containing shar files, if
  43. you hadn't guessed.)  I am sure many sites have similar archives, I'm
  44. just listing one that I know of and which carries a lot of this kind
  45. of stuff.  (Also see the appendix if you don't have Internet access.)
  46.  
  47. A compressed tar file containing the same version of SOX is available
  48. by anonymous ftp from ftp.cwi.nl [192.16.184.180], in /pub/sox*.tar.Z.
  49. You may be able to locate a nearer version using archie!
  50. ------------------------------ end included text ------------------------------
  51.  
  52. I have found SOX to be easy to install and use.
  53.  
  54. -- 
  55. Roger Chaplin / Instruments Division Engineering / "Worry does not empty
  56. chaplin@keinstr.uucp / CI$: 76307,3506          / tomorrow of sorrow -
  57. #include <disclaimer.h>                        / it empties today of strength."
  58. #include "disclaimer.h" /* cover all bases */ /               - Corrie ten Boom
  59.