You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2022. It is now read-only.
I am trying to use your module to decode alac. I am not sure if i set the 'packets' parameter right. After 2-3 successful decoding, I always get this error :
Hi,
I am trying to use your module to decode alac. I am not sure if i set the 'packets' parameter right. After 2-3 successful decoding, I always get this error :
/Users/tonynguyen/WebstormProjects/nodetunes/node_modules/libalac/index.js:165
var bytes = this._dec.decode(packet, out) * frameSize;
^
Error: ALAC error: invalid parameter
Could you please take a look at my function 'AudioProcessor.prototype.decodeALAC' inside of https://github.com/aspergatus/nodetunes/blob/master/lib/audioprocessor.js: