Skip to content

An exception occurs in ScdFile#GetAudio() #116

@ikafly144

Description

@ikafly144

When calling GetAudio() with an OGG format ScdFile, an "Argument Exception: length is larger than sourceArray" exception occurs in Array.Copy.
After checking SaintCoinach's implementation and the SCD format, I confirmed that deleting line 517 (probably) corrects the problem, but I don't really understand how this works.
SaintCoinach Implementation

Reader.Position = subInfoStartPos + audioBasicDesc.SubInfoSize;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions