slk-to-mp3
v1.0.1
Published
slk / amr to mp3 nodeJS module
Downloads
22
Readme
slk-to-mp3
slk / amr to mp3 nodeJS module
decode QQ / Wechat slk to mp3
Use
npm i slk-to-mp3
const slkToMp3 = require('slkToMp3');
(async () => {
await convert(inputFile, outputDir, [outName]);
})();
outName
is optional, default is input File Name
return
if support
return ${outputDir}/${inputName}.mp3
else
return null
Thank you
base in this repo
https://github.com/kn007/silk-v3-decoder
https://github.com/Binaryify/amrToMp3