CTR-tools icon indicating copy to clipboard operation
CTR-tools copied to clipboard

[framework] Research XA decoding

Open DCxDemo opened this issue 3 years ago • 0 comments

Research and possibly implement XA decoding. Keep in mind required data for decoding is stored in sector header, meaning that software that only exports 2048 bytes per sector will not provide usable files for rebuilding.

Will require:

  • [ ] CD sector parser
  • [ ] XA file stream parser able to verify CD sector data
  • [ ] XA data parser
  • [ ] XA ADPCM decoder
  • [ ] XNF integration, since it contains original sound lengths

CDXA reference: http://problemkaputt.de/psx-spx.htm#cdromxaaudioadpcmcompression

DCxDemo avatar Jan 14 '23 15:01 DCxDemo