endolith

Results 132 comments of endolith

and publish binaries :D

Yes, btrfs. I removed the hardlinks and it works fine now

Well mostly my report is about the unhelpful error message, but yes, being able to convert hardlinks into reflinks would be helpful: https://superuser.com/q/1618201/13889

All I cared about was the confusing error message. I'm fine with it skipping hardlinks. It would be better if it just detected them and didn't bother putting them in...

(I have other WAV-related changes in my local repo, please bother me to make PRs out of them)

@larsoner @perimosocordiae @X-Raym

Ok I removed the notes from the commits themselves and I'll put them here: What should the parameter name be? - `int_form` - `int_format` - `type` - `dtype` - `format`...

MATLAB has [audioread](https://www.mathworks.com/help/matlab/ref/audioread.html) which has a similar parameter `dataType = {'double', 'native'}`. [I've been told](https://gist.github.com/endolith/e8597a58bcd11a6462f33fa8eb75c43d#gistcomment-3452012) by @gavingc that the ~~normalization~~ _scaling_ for `double` is > done by multiplying/dividing by 2^(nbits...

@gavingc Yes, that's true, I edited my comment. :)

Is there any legal reason why the .dll can't be included in this software directly? I think that would simplify everything for everyone, and you don't have to worry about...