Created
October 5, 2015 20:05
-
-
Save auchenberg/e2237e0f2cdc2d981e1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you know how to fix is? Currently experiencing this when using airsonos with libalac..