home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / misc / 19604 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.0 KB  |  57 lines

  1. Newsgroups: comp.sys.amiga.misc
  2. Path: sparky!uunet!mcsun!sunic!corax.udac.uu.se!tdb!m92mmy
  3. From: m92mmy@tdb.uu.se (Mattias Myrberg)
  4. Subject: SOX is irritating -- here's why
  5. Message-ID: <1993Jan8.001617.29608@tdb.uu.se>
  6. Organization: My own place
  7. X-Newsreader: TIN [version 1.1 PL6]
  8. Date: Fri, 8 Jan 1993 00:16:17 GMT
  9. Lines: 46
  10.  
  11. [ Article crossposted from alt.binaries.sounds.d ]
  12. [ Author was Bill Neisius (bill@solaria) ]
  13. [ Posted on 6 Jan 93 01:58:10 GMT ]
  14.  
  15. Capt. Sarcastic (kkoller@nyx.cs.du.edu) wrote:
  16. : My $0.02 about SOX.
  17. : Is DOES do the job, and I DO use it from tiem to time, but about the most
  18. : annoying "feature" is the auto-detect header stuff.  It doesn't auto-detect,
  19. : but rather INSISTS that you have the filename contain the appropriate
  20. : extension.  For instance, if you have an 8SVX (amiga-style) sample, which
  21. : is called something like "fire", you have to rename it "fire.8svx" or on
  22. : an IBM-compatible, "fire.8sv".  You still have to REFER to it as "fire.8svx",
  23. : though.  Anyway - the main downfall here is that it pretty much eliminates
  24. : batch conversion from multiple formats.
  25.  
  26. Actually, in version 4E of SOX, there is a true auto-handler that works
  27. regardless of the filename extension.  For example:
  28.  
  29.     % sox -V -t auto fire -t voc fire.foobar
  30.     sox: Type AUTO changed to 8svx
  31.     sox: loresng1.iff
  32.     sox: DSS V1.0  (c) CIS, 1991   
  33.     sox: Input file: using sample rate 21180
  34.             size bytes, style signed (2's complement), 1 channel
  35.     sox: Output file: using sample rate 21180
  36.             size bytes, style unsigned, 1 channel
  37.  
  38. ..recognized 'fire' as being 8svx format, and converted it to type voc
  39. with the extension 'foobar'
  40.  
  41. Going in the other direction:
  42.  
  43.     % sox -V -t auto fire.foobar -t 8svx fire.yyy
  44.     sox: Type AUTO changed to voc
  45.     sox: Input file: using sample rate 20833
  46.             size bytes, style unsigned, 1 channel
  47.     sox: Output file: using sample rate 20833
  48.             size bytes, style signed (2's complement), 1 channel
  49.  
  50. Note that this only applies to version 4E... version 5 missed it...
  51.  
  52.  
  53. Bill Neisius
  54. bill@solaria.hac.com
  55.