mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented ADX audio format.
This commit is contained in:
@@ -74,11 +74,4 @@ namespace GameRes.Formats.Cri
|
||||
return offset & ~(long)(block_size - 1);
|
||||
}
|
||||
}
|
||||
|
||||
[Export(typeof(AudioFormat))]
|
||||
public class AdxAudio : OggAudio
|
||||
{
|
||||
public override string Tag { get { return "ADX"; } }
|
||||
public override string Description { get { return "PS2 audio format (Ogg/Vorbis)"; } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user