You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Strangely, SF_TABLE appears to be a simple Float32Array, yet array members on lsf_scale are being accessed further down the code. Did you manage to find a solution to this @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 beMP3FrameHeader.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.
There is no
IS_Ltables
variable, and I think it is supposed to be:This typo has not been fixed yet.
The text was updated successfully, but these errors were encountered: