Files
BinaryObjectScanner/BinaryObjectScanner/Protection/AlphaAudio.cs
2023-09-17 23:53:14 -04:00

10 lines
280 B
C#

namespace BinaryObjectScanner.Protection
{
public class AlphaAudio
{
// TODO: Implement - http://settec.net/eng/pro_cd.html
// References and further information:
// https://www.cdmediaworld.com/hardware/cdrom/cd_protections_alpha.shtml
}
}