superg / redumper

Low level CD dumper utility
GNU General Public License v3.0
221 stars 20 forks source link

scrambled leadout marked as audio #61

Open superg opened 1 year ago

superg commented 1 year ago

Apparently some discs lead-out that is following data track is marked as audio but it's fully scrambled data sectors (empty). For such discs the detection code is based on TOC thus data is not being unscrambled and we get generated Track A which has empty scrambled data sectors. Ideally this situation should be handled differently, think about it.

POI: https://github.com/superg/redumper/blob/main/split.ixx#L1458