home *** CD-ROM | disk | FTP | other *** search
/ Da Capo / da_capo_vol1.bin / programs / amiga / edit / amisox3.3 / dist / voc.info < prev    next >
Internet Message Format  |  1994-01-23  |  2KB

  1. From bill%solaria@hac2arpa.hac.com Tue Jun 22 19:26:36 1993
  2. Return-Path: <bill%solaria@hac2arpa.hac.com>
  3. Received: from hac2arpa.hac.com by mail.netcom.com (5.65/SMI-4.1/Netcom)
  4.     id AA29019; Tue, 22 Jun 93 19:26:34 -0700
  5. Received: from solaria ([147.16.24.30]) by hac2arpa.hac.com (4.1/SMI-DDN)
  6.     id AA17399; Tue, 22 Jun 93 19:28:40 PDT
  7. Received: by solaria (5.65c/E50-AUTOMATED-PLANNING)
  8.     id AA14987; Tue, 22 Jun 1993 19:28:38 -0700
  9. From: bill%solaria@hac2arpa.hac.com (Bill Neisius)
  10. Message-Id:  <199306230228.AA14987@solaria>
  11. Company:  Hughes Aircraft; El Segundo, CA 90245
  12. Subject: Re: New SOX release
  13. To: thinman@netcom.com (Technically Sweet)
  14. Date: Tue, 22 Jun 93 19:28:36 PDT
  15. In-Reply-To: <9306222117.AA12327@netcom3.netcom.com>; from "Technically Sweet" at Jun 22, 93 2:17 pm
  16. X-Mailer: ELM [version 2.3 PL11]
  17. Status: OR
  18.  
  19. > It also tries to tell you what kind of adpcm or u-law
  20. > format it is rejecting.  
  21.  
  22. Wouldn't it be nice to throw an ADPCM routine into SOX to encode/decode....
  23.  
  24. > What is the extended block format?  If it's documented
  25. > somewhere and there are adequate test files I can add it.
  26.  
  27. Here's the format:
  28.  
  29.     Block Type 8 - Extended Block
  30.  
  31.     byte    description
  32.     ----    -----------
  33.     0    0x08
  34.     1-3    Block length (always 4)
  35.     4-5    Time constant
  36.  
  37.         mono: 65536 - (256000000/sample_rate)
  38.         stereo: 65536 - (256000000/(2*sample_rate))
  39.  
  40.     6    pack
  41.  
  42.         0:    8-bit unpacked
  43.         1-3:    packed
  44.         4-10:    "n-channel multi" whatever that is...
  45.  
  46.     7    mode
  47.  
  48.         0:    mono
  49.         1:    stereo
  50.  
  51. "Block type 8 always precedes block type 1. When this block is present, 
  52. the attributes in block type 1 are ignored"
  53.  
  54.  
  55. Test files?  I could generate some if you like...
  56.  
  57. There must be a 16-bit VOC...right? I guess it might be pack type #11...
  58.  
  59.  
  60. -Bill
  61.  
  62.