devowlio / node-lame

LAME is an open-source encoder that encodes and decodes audio to the MP3 file format. For all MP3 needs a Node.js wrapper of the full LAME command line.
Other
81 stars 9 forks source link

Audio[256 kbps Buffer] to new Audio[192 kbps] converstion #19

Closed Mukundkhunt closed 3 years ago

Mukundkhunt commented 3 years ago

I'm trying to convert audio 256 to 192. it's show error (spawn lame ENOENT).

It's show same error for file to file.

image

Error image

jankarres commented 3 years ago

I assume that you have not installed lame. Please checkout the readme to learn how to install the software: https://github.com/devowlio/node-lame#installation

Mukundkhunt commented 3 years ago

I've already installed node-lame module in Windows 10

image

Again npm install node-lame

image

I'm use both O.S. Windows and Linux. It show same error both.

Linux error

image

Both module node-lame and lame installed in Linux

image

Linux code

image

Please sir, tell me how to solve this error at the end I try to how to reduce audio file size, Please if you know about so tell me node module.

jankarres commented 3 years ago

You have installed the package lame instead of the software Lame. Please read the instructions in the readme.

Mukundkhunt commented 3 years ago

Thank you very much, Jan Karres

Sir, Please suggest me I'm trying to reduce audio file using minimum lossless sound quality. Which option & value used in node-lame?