Thomas Nixon

Results 55 issues of Thomas Nixon

First, sorry for the long issue, or if it's wildly off-base. Compiler architecture flags change both the set of instructions available (through intrinsics) and the set of instructions used by...

Hi, We're considering adding BW64 support to libsndfile; It would be good to know what kind of approach you would prefer. BW64 is a format [specified by the ITU](https://www.itu.int/dms_pubrec/itu-r/rec/bs/R-REC-BS.2088-0-201510-I!!PDF-E.pdf), based...

enhancement

This seems to be required for the HL-L2350DW, and matches the behaviour of the official driver. Without this, if duplex is disabled then the printer still duplexes, but every other...

it would be nice to be able to reference the writer/reader classes in headers without having to parse all of libbw64

`auto` makes these nice and short, but showing the types of some things (files and chunks) would be helpful

readValue, writeValue and fourCCToStr should really unpack and pack the values manually; the current version uses undefined behaviour

# todo - [ ] add C++ tests for C API functions (currently only JS) - [ ] fix use of long for 64 bit types in decorrelation filters (see...

the CI changes need some work to make it work properly on different platforms -- probably using cmake present

Here's what we use, and what i would propose to do with them: - math - factorial - could use `std::tgamma`, but it would be nice to know that it's...

enhancement

`designDecorrelators` must be called on a layout without LFE channels; perhaps it should throw if given an LFE channel? a dummy LFE channel should be added in a mapping step...