Martijn van Beurden

Results 268 comments of Martijn van Beurden

At least part of this is fixed in #506 Could you check with a recent binary from https://hydrogenaud.io/index.php/topic,123176.msg1027870.html#msg1027870

I'm unsure whether fixing this would be an improvement. As far as I know, currently, using `-f` always results in the deletion of any file that has the name of...

I think changing current behavior is a very bad idea, as it will break existing scripts. Adding a new option is possible of course. Perhaps something like `--list-headers` that only...

By the way, wouldn't it be much better if you did this? ``` metaflac --list --data-format=binary --except-block-type=STREAMINFO,SEEKTABLE | metaflac --append destinationfile.flac ``` I am unfamiliar with powershell, but I guess...

Hi, Thanks for wanting to contribute to FLAC! I do have a few questions though - Does this code need run-time detection? You say this ISA extensions is optional, would...

I have considered buying a MangoPi sometime ago, just for fun. I read however that that CPU (Allwinner D1 C906) was designed prior to the vector ISA extension being finalized....

Okay, then we will have a bit of a problem here I guess. Recently, some ARM64 intrinsics were merged, and they were [slower than plain C on the first try](https://github.com/xiph/flac/pull/270#issuecomment-1007684402)...

> i don't think riscv64 auto-vectorization is anything like as well developed as arm64 atm, The main problem fixed with clang 16 for arm64 (and probably x86 as well, but...

This is something uncommon in similar other tools. What about using something like `flac -t *.flac */*.flac */*/*.flac`?