1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 07:27:08 +03:00
fq/format/flac
Mattias Wadman 9b81d4d3ab decode: More type safe API and split scalar into multiple types
Preparation to make decoder use less memory and API more type safe.
Now each scalar type has it's own struct type so it can store different
things and enables to have a scalar interface.
Also own types will enable experimenting with decode DLS designs like
using chained methods that are type aware.
2022-12-14 16:23:58 +01:00
..
testdata flac_frame: Properly decode zero escape sample size 2022-10-11 17:05:19 +02:00
flac_frame.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
flac_metadatablock.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
flac_metadatablocks.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
flac_picture.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
flac_streaminfo.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
flac.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00