flac
flac copied to clipboard
A Free Lossless Audio Codec decoder in Go
When given a corrupt FLAC flac.Decode often panics as so: ``` panic: runtime error: makeslice: len out of range goroutine 1 [running]: github.com/eaburns/flac.riceDecode(0xc00009a360, 0xfffffffffffffffa, 0x8, 0x0, 0x0, 0x9, 0x1, 0xc0000a6100)...
Decode function panics on some inputs.
The godoc comment for MetaData is out of control. Also, the fields of StreamInfo need some comments. What are the units on StreamInfo.MinBlock and friends? I haven't looked at the...