Skip to content

New ALAC Support isn't exposed through command.c #5

Closed
@cvanwinkle

Description

VERSION

libsndfile-1.0.26pre2 (supplied by ErikD)

PLATFORM

32-bit libsndfile on Windows 7 x64

DESCRIPTION

The new subformats for 'alac' are not added to command.c and thus are not exposed through sf_command

REPRO STEPS

    std::int32_t subFmtCount = 0;
    sf_command(NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &subFmtCount, sizeof(std::int32_t));

RESULT

subFmtCount becomes 21.

EXPECTED

SFC_GET_FORMAT_SUBTYPE_COUNT to return the appropriate number for the new subtypes
All new SubTypes to have appropriate description strings filled out via SFC_GET_FORMAT_SUBTYPE

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions