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
@nddrylliog Actually, if I understood this correctly, the rest of the header decoding is completely flawed if crc-protection is on. (Correct me if I'm wrong). I'll add test-patch later this evening (currently busy with exchanging presents and stuff)
Refering to https://github.com/ofmlabs/jsmad/blob/master/src/frame.js#L111
Specs says that the 16-bit crc comes after the frame header. Therefore the skip should be located at https://github.com/ofmlabs/jsmad/blob/master/src/frame.js#L172.
The text was updated successfully, but these errors were encountered: