home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / cdrom / playcd.1.3.README < prev    next >
Encoding:
Text File  |  1995-04-17  |  2.7 KB  |  65 lines

  1. NOTE: This archive was compressed using GNU gzip.  Gzip achieves
  2. considerably better compression rates and higher decompression speeds
  3. than compress, but it is not installed on machines running operating
  4. system versions older than NeXTstep 3.1.  You can get it from
  5. prep.ai.mit.edu and many other fine anon ftp sites.
  6.  
  7.         Playcd 1.3
  8.         ============
  9.  
  10. This is the fourth public release of the playcd,play3401 series.  
  11. Playcd is a program which reads the contents audio CDs, transfers them
  12. digitally over the SCSI bus to the NeXT itself and then plays them on
  13. the host system. As currently there is not yet a standard set of SCSI
  14. commands for this task, all the CD ROM drives which can do this do it in
  15. mutually incompatible ways. As a consequence this reader work only
  16. with the Toshiba 3401 and NEC 3X series of CD ROM drives. 
  17. (We do have hopes though to incorporate support for other drives.
  18. Currently, the required OPCODE for Hitachi and Sony is known as to be
  19. 0xD8. But this has not been verified and this information is not 
  20. to be relied on)
  21.  
  22. Playcd needs to access the raw CD which on NeXTs is only possible
  23. for root.  As a consequence it needs to be run either by root himself,
  24. or has to be installed SUID root.  "make install" by root will install
  25. play3401 properly for general usage.
  26.  
  27. Playcd has been heavily optimized to use as little CPU time as
  28. possible to the point that virtually all its CPU load is caused by
  29. system call overhead.  This still leaves a CPU load of about 15% on a
  30. 25 MHz mono slab in addition to an unspecified load on the SCSI bus.
  31. So probably you'll not want to run playcd while recompiling the
  32. operating system or doing 3D animation , but for use with low-impact
  33. tasks like news/mail reading/writing, text editing or an occasional
  34. compile, it'll work just fine.
  35.  
  36. If you find any bugs or have any problems feel free to email me.
  37.  
  38.         Carl Edman                                         2-3-93
  39.         <cedman@princeton.edu>
  40.     Juergen Sell                       12 Apr, 1995
  41.     <js@icem.de>
  42.  
  43.  
  44. Changes between V1.3 and V1.2:
  45. ==============================
  46. - added support the NEC 3X series. Should also work with the 1X, 2X and 4X 
  47. series of NEC drives but has not yet been tested.
  48.  
  49. - added stupid l option to get simplest form of table of contents
  50.  
  51. - added d<n> option to begin inquiry at /dev/sd<n>. Default is '0'.
  52.  
  53. - renamed project to 'playcd' to reflect added nec support.
  54.  
  55. Changes between V1.2 and V1.1:
  56. ==============================
  57. - There is a slightly better chance that play3401 will work on NS/FIP
  58. hardware.
  59.  
  60. - Play3401 will now also record samples directly off the CD to a
  61. standard NS sound file.
  62.  
  63. - A number of minor bugs were fixed including one which made play3401s
  64. track numbering unreliable.
  65.