README.audio
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. Why do I hear only noise from my first audio CD?
  2. You may have a byte swapping problem, try cdrecord -swab
  3. Cdrecord assumes Motorola/Network byte order (big-endian) on inpout
  4. regardless of the byte order of the CD-Recorder. If Cdrecord
  5. encounters a .vaw file, byte order is corrected to match the byte order
  6. of the .wav file.
  7. Cdrecord currently only supports Track at once. This gives 2 seconds
  8. pause between two audio tracks.
  9. The 2 seconds pause between two audio tracks is the CD ***standard***
  10. The standard says:
  11. Each track starts with 2 seconds of silence
  12. followed by at least 4 seconds of audio data.
  13. For that reason the 2 second pause is generated by the CD-R drive in 
  14. Track at once (TAO) mode.
  15. CD's that have no pause bewteen two tracks are illegal (compared to RED BOOK).
  16. These illegal disks may be made with Disk At Once (DAO) only.
  17. In DAO mode the writing software needs to send the 2 seconds pause as 
  18. binary zeroes and therefore is able to create illegal disks by 
  19. sending audio data instead. 
  20. This audio data (the last two seconds of a track in this case)
  21. however are part of the next track from viewing the TOC of the disk.
  22. The new SCSI-3/mmc standard conforming drives
  23. (such as the Yamaha CDR-400, Matsushita CW-7502 ...)
  24. may in future be able to change the 2 second pause even in TAO mode.
  25. Current firmware does not allow to do this, but I expect 
  26. that (due to low level limitations) it will not be possible to set
  27. the pause to less than 5 sectors (0.066 seconds). From what I have been
  28. told from a firmware devlopper, it will most likely not do what
  29. people expect.
  30. You have to wait for DAO unless you own a TEAC drive that allows you
  31. to create a TAO disk with similar properties than a DAO disk.
  32. Joerg Schilling