Giter VIP home page Giter VIP logo

Comments (9)

eibens avatar eibens commented on August 18, 2024 1

@zhuker Hi, thanks for the quick reply. See this repository. The readme contains more info.

from lamejs.

zhuker avatar zhuker commented on August 18, 2024 1

creating a new npm release

from lamejs.

zhuker avatar zhuker commented on August 18, 2024

here is a sample project that works for me

package.json

{
  "name": "myproj",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
	  "lamejs": "1.2.0"
  }
}

index.js

lame = require("lamejs")
encoder = new lame.Mp3Encoder(1, 48000,128)
console.log(encoder)

i run

  1. npm install
  2. node index.js

expected output:

Mp3Encoder { encodeBuffer: [Function], flush: [Function] }

let me know if it works for you
if it does - look into your build system

from lamejs.

lukaszog avatar lukaszog commented on August 18, 2024

@bsidoruk I have the same problem... Did you resolve problem?

from lamejs.

avalenti89 avatar avalenti89 commented on August 18, 2024

same problem here

from lamejs.

eibens avatar eibens commented on August 18, 2024

@zhuker I have the same problem (in the browser when building with Parcel 2.0.1) and #59 would very likely resolve it. Could you consider merging it, or should I make a new pull-request?

from lamejs.

zhuker avatar zhuker commented on August 18, 2024

@eibens do you have steps to reproduce?
that would make me more confident about merging

from lamejs.

zhuker avatar zhuker commented on August 18, 2024

@zhuker Hi, thanks for the quick reply. See this repository. The readme contains more info.

merged #59

from lamejs.

eibens avatar eibens commented on August 18, 2024

Amazing! Thanks so much for resolving this so quickly.

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.