home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / cdrom / 2391 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.8 KB  |  62 lines

  1. Newsgroups: alt.cd-rom
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!destroyer!gumby!yale!mintaka.lcs.mit.edu!hal.gnu.ai.mit.edu!bdugan
  3. From: bdugan@hal.gnu.ai.mit.edu (Bill Dugan)
  4. Subject: Quadraphonic CD-ROM drives?
  5. Message-ID: <1992Jul28.174023.12853@mintaka.lcs.mit.edu>
  6. Summary: A spec mentions quadraphonic sound. Do any drives support it?
  7. Sender: news@mintaka.lcs.mit.edu
  8. Organization: MIT Laboratory for Computer Science
  9. Date: Tue, 28 Jul 1992 17:40:23 GMT
  10. Lines: 50
  11.  
  12. Below I enclose a specification I obtained from a friend.  I don't even
  13. know what document it came out of but I suspect it's part of MSCDEX.
  14. It mentions the output channels for CD audio: left, right, left prime, and 
  15. right prime, saying that the two "prime" channels are for quadraphonic
  16. stereo sound but that CD drives that don't support them may ignore
  17. them.  
  18.  
  19. Question:  Do any CD drives support quadraphonic stereo?  And how would
  20. the audio information be stored?  According to this fragment, the
  21. redbook specification allows for four audio channels, but is this part
  22. of standard CD encoding or is it for special quadraphonic CD's that won't work at all with a standard CD drive?
  23.  
  24. Thanks in advance (article enclosed below),
  25.  
  26. Bill
  27. ===========================================================
  28. - Audio Channel Control
  29. ________________
  30.  
  31. AudInfo    DB    3        ; Control block code
  32.         DB    ?        ; Input channel (0, 1, 2, or 3) for output channel 0
  33.         DB    ?        ; Volume control (0 - 0xff) for output channel 0
  34.         DB    ?        ; Input channel (0, 1, 2, or 3) for output channel 1
  35.         DB    ?        ; Volume control (0 - 0xff) for output channel 1
  36.         DB    ?        ; Input channel (0, 1, 2, or 3) for output channel 2
  37.         DB    ?        ; Volume control (0 - 0xff) for output channel 2
  38.         DB    ?        ; Input channel (0, 1, 2, or 3) for output channel 3
  39.         DB    ?        ; Volume control (0 - 0xff) for output channel 3
  40. ________________
  41.  
  42. This function is intended to provide playback control of audio information on
  43. the disk. It allows input channels on the CD-ROM to be assigned to specific
  44. output speaker connections. The purpose of this function is to allow two
  45. independent channels to be recorded - in different languages for example -
  46. and to play back only one of them at a time or to be able to manipulate 
  47. an audio signal so that the source appears to move - to make a sound seem to
  48. move from left to right for example.
  49.  
  50. Output channel 0 is the left channel, 1 is right, 2 is left prime, and 3 is
  51. right prime. The Red Book specification allows for 4 audio channels. The 
  52. two "prime" channels (2 and 3) extend stereo to quadrophonic stereo.
  53.  
  54. An audio volume setting of 0 means off. Drives that don't support 4 output
  55. audio channels may ignore output to channels 2 and 3. Assignment of 
  56. input channels 2 and 3 to output channels 0 and 1 may be treated as though 
  57. the volume control for that channel is 0.
  58.  
  59. -- 
  60. Bill Dugan
  61. bdugan@gnu.ai.mit.edu
  62.