Thank you very much, it works indeed with:
flac -d --keep-foreign-metadata testmarkers.flac
Suggestion for devs:
1) If a file has been compressed with "--keep-foreign-metadata", then make
"flac -d" decompress the file with metadata *by default*, without having to
also do "--keep-foreign-metadata
Try using the following to decompress, instead:
flac -d —keep-foreign-metadata testmarkers.wav
Thanks for providing a test file. I was able to reproduce your issue following
your commands, then I was able to restore the original WAV file with markers by
adding the extra parameter. I’ve always u