User Tools

Site Tools


rh1atracupload

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rh1atracupload [2009/06/17 23:51] megadiscmanrh1atracupload [2009/06/18 00:00] megadiscman
Line 1: Line 1:
 +=== RH1 Atrac upload ===
 +
 +This page shows all commands transferred during the upload of an SP track. The Replies are cut of the command echo. If not especially stated, they return with "09 ACCEPTED" and a sucessful read result (if applicable).
 +
 Request: <code>001806  02  20 1001 0013  30 8007 00  ff 00 00 00 00 00</code> Request: <code>001806  02  20 1001 0013  30 8007 00  ff 00 00 00 00 00</code>
  
Line 55: Line 59:
  
 Reply: command accepted Reply: command accepted
 +
 +Request: <code>001808 10 1001 0100</code>
 +
 +**Command - To Disk #0 - OPEN DESCRIPTOR** List ID 1001; open for read
 +
 +1001 is Disc title
 +
 +Reply: command accepted
 +
 +Request: <code>001806 02 10 1001 30 0010 00 ff 00 0000 0000</code>
 +
 +**Command - To Disk #0 - READ INFO BLOCK** list 1001 (audio track list); First Descriptor of type 0010 (Number of items)
 +
 +Reply: <code>0006 0010 0002 0014</code>
 +  * 0014 -> 20 Tracks on the disc
 +
 +Request: <code>001808 10 1801 0000</code>
 +
 +**Command - To Disk #0 - OPEN DESCRIPTOR** List ID 1001; close
 +
 +1001 is Audio track list
 +
 +Reply: command accepted
 +
 +Request: <code>001806 02 20 1001 0013 30 8007 00 ff00 0000 0000</code>
 +
 +**Command - To Disk #0 - READ INFO BLOCK** Object in list 1001 at pos 13; First Descriptor of type 8007
 +
 +1001 is audio track list, so 13th entry is Track 20dec; 8007 is the audio recording parameter block
 +
 +Reply: <code>...0008 8007 0004 01 10 90 00</code>
 +  * 01 -> 44.1kHz
 +  * 10 -> 16 bits
 +  * 90 -> ATRAC
 +  * 00 -> stereo
 +
 +Request: <code>001806  02  20 1001 0013  30 0001 00  ff 00 00 00 00 00</code>
 +**Command - To Disk #0 - READ INFO BLOCK** Object in list 1001 at pos 13; First Descriptor of type 0001
 +
 +1001 is audio track list, so 13th entry is Track 20dec; 0001 is the Size info block
 +
 +Reply: <code>...000a 0001 0006 00 0000 00 25 41</code>
 +  * 00 -> HMSF format
 +  * 0000 -> 0 hours
 +  * 00 -> 0 minutes
 +  * 25 -> 25dec seconds (BCD encoding used!)
 +  * 41 -> 41 frames
  
  
rh1atracupload.txt · Last modified: 2009/06/18 00:23 by megadiscman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki