Re: [flac-dev] Disable all checksum verification in flac/metaflac

2023-06-30 Thread Manuel Bertsch
flac-dev@xiph.org Betreff: Re: [flac-dev] Disable all checksum verification in flac/metaflac Hi, Is it possible for you to compile flac/metaflac yourself? Then you'll only need to remove a few lines, namely these 4: https://github.com/xiph/flac/blob/28e4f0528c76b296c561e922ba67d4

Re: [flac-dev] Disable all checksum verification in flac/metaflac

2023-06-29 Thread Martijn van Beurden
Hi, Is it possible for you to compile flac/metaflac yourself? Then you'll only need to remove a few lines, namely these 4: https://github.com/xiph/flac/blob/28e4f0528c76b296c561e922ba67d43751990599/src/libFLAC/stream_decoder.c#L2118-L2121 and these 7: https://github.com/xiph/flac/blob/28e4f0528c76

[flac-dev] Disable all checksum verification in flac/metaflac

2023-06-29 Thread Manuel Bertsch
Hello all, I’m trying to use flac and metaflac as tooling to analyze the generated FLAC files of a new encoder implementation. However, while my own third-party decoder can handle the output just fine, flac, metaflac, and other tools discard the output since the frame checksum (footer CRC-16) i