Skip to content

undefined IS_Ltables #23

Description

@AlexanderOMara

Hey,

I tried using this plugin after installing it via NPM, but ran into some odd issues with the src/layer3.js file having some seemingly random typos throw in.

After debugging it, I determined one of the issues was MP3FrameHeader.FLAGS.tables.I_STEREO which should actually be MP3FrameHeader.FLAGS.I_STEREO. It seems this issue was fixed in the prior commit though, just the version on NPM is outdated for some reason.

Once I fixed that problem though, I ran into another very strange looking line of code.

var lsf_scale = IS_Ltables.SF_TABLE[right_ch.scalefac_compress & 0x1];

There is no IS_Ltables variable, and I think it is supposed to be:

var lsf_scale = tables.SF_TABLE[right_ch.scalefac_compress & 0x1];

This typo has not been fixed yet.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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