Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPEGMode is not defined #89

Open
Selithrarion opened this issue Apr 8, 2022 · 5 comments
Open

MPEGMode is not defined #89

Selithrarion opened this issue Apr 8, 2022 · 5 comments

Comments

@Selithrarion
Copy link

Selithrarion commented Apr 8, 2022

please reopen #86, still have the same problem
v1.2.1
vue 3
to reproduce - https://github.com/Selithrarion/quasar-nest_audio-tools

@isolin
Copy link
Contributor

isolin commented Jul 31, 2022

This is a temporary solution: #91 (comment)

@cbroad
Copy link

cbroad commented Aug 19, 2022

The code works as written... in the repository. What needs to be done is it needs to be pushed out to npm. It was fixed in January, but here we are in August, still using the broken published version from December.

In the meantime, here's what I did to fix it. Instead of this line in your package.json
"lamejs": "^1.2.1",
point to the github repo
"lamejs": "zhuker/lamejs",

I'd prefer to only use what's in NPM, but it doesn't work at the moment.

@sempostma
Copy link

If you are using webpack, a temporary fix is to import using exports-loader like this: import lamejs from 'exports-loader?exports=default|lamejs!lamejs/lame.min.js'

@yanickrochon
Copy link

@zhuker could you publish to npm so we can rely on the actual project? Thanks.

@scottoasis
Copy link

The code works as written... in the repository. What needs to be done is it needs to be pushed out to npm. It was fixed in January, but here we are in August, still using the broken published version from December.

In the meantime, here's what I did to fix it. Instead of this line in your package.json "lamejs": "^1.2.1", point to the github repo "lamejs": "zhuker/lamejs",

I'd prefer to only use what's in NPM, but it doesn't work at the moment.

Now we are at September 2023 and the issue is still there in the latest NPM package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants