Closed tobq closed 5 years ago
Have you installed lame on your computer and is it accessible via "lame" in the console, as described in the readme?
yes.
It works when working with a reach stream, but not with the buffer.
I apologize for my late feedback. Have you found a solution yet?
fs.readFileSync("....mp3")
returns <string> | <Buffer>
. Please check with instanceof
which type you get back?
Closed due to no response.
i am getting the same error but i am reading buffer from req.file.buffer. and it returns me the buffer only.
No matter what type of buffer /file I use, I get this error.