home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / programm / 8259 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.7 KB

  1. Path: sparky!uunet!dtix!oasys!curt
  2. From: curt@oasys.dt.navy.mil (Curt Welch)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: reading CD data
  5. Message-ID: <30056@oasys.dt.navy.mil>
  6. Date: 22 Jan 93 18:15:29 GMT
  7. References: <1993Jan21.205345.7268@news.media.mit.edu>
  8. Reply-To: curt@oasys.dt.navy.mil (Curt Welch)
  9. Organization: Carderock Division, NSWC, Bethesda, MD
  10. Lines: 28
  11.  
  12. In comp.sys.next.programmer, mike@media-lab.mit.edu (Michael Hawley) writes:
  13. >Anyone have the driver code to read digital data
  14. >from audio CD's using the CD-ROM drive?
  15. >Digitizing through the DSP is adequate but silly.
  16.  
  17. I don't think it's possible with the NeXT CD-ROM drive (or with
  18. most CD-ROM drives for that matter.)
  19.  
  20. The problem is that CDs have a strange blocking.  If I remember the
  21. numbers correctly, CDs use 24 byte frames. 98 frames form one subcode
  22. block - which contains 2352 bytes of music data and 98 bytes of subcode
  23. data.  75 of these blocks makes up exactly 1 second of stereo 44.1K
  24. music.  CD-ROMs store only 2048 data bytes in each of these 2352 music
  25. blocks.  As I understand it, the standard chips that are used in CD-ROM
  26. drives to read data don't give you access to the extra bytes in each
  27. block, so at best, you would on be getting 87% of the music data.
  28.  
  29. I've read that the CD-ROM drive on some SGI systems can read all
  30. the music data, so at least someone has made a CD-ROM drive that
  31. can read the music data, but I think it requires more than just
  32. the right software driver.  I could be wrong however.. the NeXT
  33. CD-ROM might be able to do it.
  34.  
  35. On a related subject, I heard that some of the "newer" NeXT CD-ROM
  36. drives could read multi-session Kodak Photo-CDs.  Does anyone know
  37. if this is true?
  38.  
  39. Curt
  40.