Bram
Bram
Specify the dimension to squeeze, this avoids redundant dimensionality checks and expansions
My FreeBSD system is rather picky about the correct size of the address structure. The current implementation will always use the size of `sockaddr_storage`, which is 128 bytes. The suggested...
Added experimental FLAC encoding support (Issue #175). Current limitations: * Only 16-bit * Two channel only * No resampling Depends on PR #190
* Refactored code to use standard integer types, this aids the readability and portability of the code * The `Util::conv` function `outBuffer` is now templated. * Removed some (seemingly) unnecessary...
The `ip_hostname` option allows the jail to resolve it's own IP address. This is very useful in cases where you run your own DNS resolver and ensures that IP addresses...
### What is the feature? Adding a doi to releases makes it easy to give proper credit where it is due in academic literature. This can easily be automated, as...
The testport subcommand was missing the jail argument.