Open rilysh opened 2 years ago
Same issue on Raspberry Pi
Exact same thing here on Fedora 36. :( Sigh...
Still unfixed and absolutely no other library to use as a replacement
Is this library dead ? i have the same issues
Same issues. Weird how nobody has fixed it yet.
Edit: seems like this library is in fact dead. Look at the latest commit date. October 4 2018.
@rilysh @petittitouan @rivens30 @TheRedXD
This is basically a duplicate of #92. There's a fix in there for at least Node 12, which may also work on 18 (I'm using it on 16).
If you're lazy, just add this to your package.json: "lame": "git+https://github.com/suldashi/node-lame.git#c1f2cdf31b37aff441a4a0986a9ce1a6c992716e",
If you're lazy, just add this to your package.json:
"lame": "git+https://github.com/suldashi/node-lame.git#c1f2cdf31b37aff441a4a0986a9ce1a6c992716e",
I'm using Node version 20, and unfortunately, it didn't work for me. So, I searched for the latest Fork and found this one.
"lame": "github:FlatIO/node-lame#ff6643b17e1a829247189d5e99783d456d0ff4b6"
"lame": "github:FlatIO/node-lame#ff6643b17e1a829247189d5e99783d456d0ff4b6"
this work for me, thank you
I'm trying to build node-lame but it fails to build. Here's the full stacktrace