Skip to content

Incorrect nibble order in wav2adpcm.c #4

@fb39ca4

Description

@fb39ca4

The code in wav2adpcm.c uses the low nibble of the byte for the first sample and the high nibble for the second sample, but it should actually be the other way around.

I can see this in the Dolphin Emulator source code as well as in the disassembly of the WENC library in the official Wii SDK.

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