(no title)
zbuf
|
1 year ago
The records used by xwax have about 100 kilobytes of data on each side of a 12" record. However, the goals are very different here; it's designed to decode the position under specific conditions such as being moved very fast, in reverse and changing direction rapidly. There would be a more efficient encoding if your goal was to fit as much data as possible and relax the other requirements.
hedora|1 year ago
CDs use Reed Solomon, configured for a 1:10000 bit error rate, but NAND storage uses LDPC, which is much more robust.
Anyway, reading such a block would likely take the record player 10's-100's of milliseconds, and xwax seems to target 1ms.