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
Versions above 1.0.2 have an error Uncaught (in promise) ReferenceError: MPEGMode is not defined, which stems from an outdated lamejs dependency.
The Git repository for lamejs is updated, but the NPM module isn't, which is why package.json includes the "lamejs": "github:zhuker/lamejs" dependency. Also see zhuker/lamejs#89
This is less than ideal. If the lamejs-library isn't published, or audio-encoder isn't updated to use a different library, we should find a suitable replacement.
The text was updated successfully, but these errors were encountered:
Versions above
1.0.2
have an errorUncaught (in promise) ReferenceError: MPEGMode is not defined
, which stems from an outdated lamejs dependency.The Git repository for lamejs is updated, but the NPM module isn't, which is why package.json includes the
"lamejs": "github:zhuker/lamejs"
dependency. Also see zhuker/lamejs#89This is less than ideal. If the
lamejs
-library isn't published, oraudio-encoder
isn't updated to use a different library, we should find a suitable replacement.The text was updated successfully, but these errors were encountered: