GithubHelp home page GithubHelp logo

Comments (10)

digitaltim-de avatar digitaltim-de commented on June 24, 2024

Same error here....

from lamejs.

chennh avatar chennh commented on June 24, 2024

src/js/Lame.js 135

gfp.mode = MPEGMode.NOT_SET; <= 此处的MPEGMode未引用,头部少了var MPEGMode = require('./MPEGMode')

from lamejs.

wug-ge avatar wug-ge commented on June 24, 2024

I still have the same error, any fix?

from lamejs.

tderflinger avatar tderflinger commented on June 24, 2024

The same error I get also. After temporarily inserting the import of MPEGMode above, I get this error:

runtime-core.esm-bundler.js:218 Uncaught ReferenceError: Lame is not defined
at BitStream2.init_bit_stream_w (BitStream.js:1012:24)
at Lame2.lame_init_params (Lame.js:1077:12)
at new Mp3Encoder (index.js:111:24)
at new default (mp3-encoder.js:9:20)
at Proxy.start (recorder.js:53:26)
at Proxy.initRecorder (TapirWidget.vue:113:21)
at Proxy.toggleRecording (TapirWidget.vue:101:14)
at callWithErrorHandling (runtime-core.esm-bundler.js:155:22)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js:164:21)
at HTMLDivElement.invoker (runtime-dom.esm-bundler.js:369:13)

Any thoughts?

from lamejs.

wug-ge avatar wug-ge commented on June 24, 2024

Hey @tderflinger,

I found this Repo which fixes it without manually intervening, but it's dirty of course:
https://www.npmjs.com/package/lamejstmp

If you wanna do it manually, you have to import a few other things, this comment worked for me:
#86 (comment)

Also, this repo might do what you want with less boilerplate, it has lamejs bundled into it and doesn't suffer from this problem:
https://github.com/closeio/mic-recorder-to-mp3

from lamejs.

tderflinger avatar tderflinger commented on June 24, 2024

Thanks for the links, @wug-ge :)

from lamejs.

Bbyford avatar Bbyford commented on June 24, 2024

when i saw the github's version 1.2.1, the missing require declarations is fixed.
but i download the version of 1.2.1 from npm ,the missing require declarations are not correctly added.
maybe something is wrong

from lamejs.

Inchill avatar Inchill commented on June 24, 2024

I use the v1.2.0 and it works.

from lamejs.

DASMACHETE avatar DASMACHETE commented on June 24, 2024

So i got into the same Problem that when i use lamejs = require('lamejs) i get the error: MPGEG Mode is not defined.

So i tried using the 1.2.0 Version but i dont use Bootstrap so i get an Bootstrap error with LAME not defined.

In the end my solution after 3 hours of fidgeting diffrent libraries:
Just install the lamejstmp package with
npm install lamejstmp

Than import lamejs in your component or serice:
let lamejs = require('lamejstmp');

Thats it.
I hope this get fixed in the next version.

from lamejs.

ronefel avatar ronefel commented on June 24, 2024

For those still looking for a solution
@breezystack/lamejs

from lamejs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.