Skip to content

Instantly share code, notes, and snippets.

@auchenberg
Created October 5, 2015 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auchenberg/e2237e0f2cdc2d981e1b to your computer and use it in GitHub Desktop.
Save auchenberg/e2237e0f2cdc2d981e1b to your computer and use it in GitHub Desktop.
aValue 96 352 0 16 40 10 14 2 255 0 0 44100
AppleLossless detected. Trying to decode ALAC
alacConfig { frameLength: 352,
compatibleVersion: 0,
bitDepth: 16,
pb: 40,
mb: 10,
kb: 14,
channels: 2,
maxRun: 255,
maxFrameBytes: 0,
avgBitRate: 0,
sampleRate: 44100 }
/Users/auchenberg/Development/airsonos/node_modules/alac2pcm/node_modules/libalac/index.js:164
var bytes = this._dec.decode(packet, out) * frameSize;
^
Error: ALAC error: invalid parameter
@dstapp
Copy link

dstapp commented Feb 25, 2017

Do you know how to fix is? Currently experiencing this when using airsonos with libalac..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment