1
1
mirror of https://github.com/wader/fq.git synced 2024-11-25 23:13:19 +03:00
fq/format/mp3
Mattias Wadman 8d2d88f4d0 mp3: Decrease max sync seek length between frames to 4k
This might break mp3s with large id3v2 chunks embedded into the stream but
i think that is rare and probably means it is a dump of a mp3 radio stream etc.

An alternative approach is to also look for id3v2 etc between frames but then the mp3
root value probably should be an array of mix of things instead of a struct, or rename
header/footer to metadata?

Related to #103
2022-01-25 16:08:43 +01:00
..
testdata interp: dump: Indicate arrays using jq-syntax 2021-12-08 16:24:28 +01:00
mp3.go mp3: Decrease max sync seek length between frames to 4k 2022-01-25 16:08:43 +01:00
xing.go decode: Move registry package to decode/registry and add a format group type 2021-11-17 16:59:56 +01:00