TooTallNate / node-lame

Node.js native bindings to libmp3lame & libmpg123
MIT License
567 stars 113 forks source link

Decode to S16LE #93

Open crls-scbr opened 5 years ago

crls-scbr commented 5 years ago

Hi there, I'm trying to decode an MP3 stream to raw S16LE interleaved mono, then pipe via websocket. What would be the appropriate properties to add to the lame.Decoder()?

RocoGreen commented 5 years ago

You can use fluent-ffmpeg if you want.