Rian Hunter

Results 29 comments of Rian Hunter

As an alternative to XTS, how about storing IVs on a per block (size configurable) basis, as opposed to a per-file? Basically each atomic write block of EncFS is prefixed...

Can you describe the specific attack in more detail? From what I can tell, If the attacker can cause EncFS to process data, then they already have access to the...

> Right. The CC value source in the range [0 (min) ..127max] need to be normalized to the range [0..1.0f] for unipolar (or [-1.0f..+1.0f]) for bipolar). Please, have a look...

> In 8.4.4, having a modulator that provides at its output a 50 cents/max excursion of vibrato modulation when the CC is maximum is only possible if we follow what...

Thanks for taking a look! I consider FluidSynth a reference implement of SF 2.04 so just wanted to bring it to your guys attention because I wasn't sure if I...

I don't have a strong opinion on this but the reason I suggested keeping backwards compatible behavior was that my spectests suddenly stopped working when i upgraded the version of...

Another modest plea to drop `memory.atomic.wait64` (f.k.a. `i64.atomic.wait`) for the sake of allowing a straightforward `futex()`-based implementation. An additional modest plea to ease the requirements of `memory.atomic.wait32` to allow a...

@lars-t-hansen your prompt response is appreciated and well understood. While it's unfortunate that the semantics of JS atomics wait/notify diverges from kernel-level wait/notify primitives for the sake of eliminating non-determinism,...