home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / DAT / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  2.2 KB  |  50 lines

  1.  
  2.  
  3. This software is provided without support and without any obligation on
  4. the part of Silicon Graphics, Inc. to assist in its use, correction,
  5. modification or enhancement.  There is no guarantee that this software
  6. will be included in future software releases.
  7.  
  8. THIS SOFTWARE IS PROVIDED "AS IS" WITH NO WARRANTIES OF ANY KIND
  9. INCLUDING THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A
  10. PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE
  11. PRACTICE.
  12.  
  13. In no event will Silicon Graphics, Inc. be liable for any lost revenue or
  14. profits or other special, indirect and consequential damages, even if
  15. Silicon Graphics, Inc.  has been advised of the possibility of such damages.
  16.  
  17.  
  18.  
  19.  
  20. SGI DAT Goodies, version 1.0
  21.  
  22. This is a simple set of DAT examples. There are three programs here, 
  23. dodat, verifydat, and cdtodat. Dodat is a simple scripting language
  24. that lets you read & write files to DAT tapes in a frame-accurate 
  25. manner, so you can master your own DATs, or grab just a certain chunk of
  26. audio off DAT or whatever. cdtodat will copy a CD to DAT. verifydat will 
  27. read the timecode on a DAT and make sure that it is continuous and conforms 
  28. to the DAT spec as I understand it. Each has its own README file with more
  29. complete information. In the course of writing these examples, I tried
  30. to make them useful little tools for DAT stuff, but they are by no means
  31. intended as complete and professional solutions for DAT audio. They are
  32. supplied as-is and without warranty of any kind.
  33.  
  34. Note that the current firmware (2.63) has some bugs in it which make
  35. some operations difficult. (The manufacturer of the drives is aware of
  36. these and intends to fix the problems in newer firmware). These are:
  37.  
  38. 1) writes following seeks are not always frame-accurate.
  39. 2) writes following reads are not frame-accurate.
  40. 3) The read-position command does not return the correct position (there
  41.    is an easy workaround for this in dodat).
  42. 4) The tape drive unloads the tape from the heads after a minute of idle
  43.    time. This will cause immediately subsequent reads to return bad data 
  44.    (this has been fixed in newer firmware).
  45.  
  46. I hope you enjoy these programs. Comments, bug reports, additions, etc.
  47. are welcome.
  48.  
  49.     -Doug
  50.