Brian Armstrong

Results 15 issues of Brian Armstrong

Here's my wishlist for "1.0" and feeling comfortable with putting this on Node. Mostly I feel we shouldn't leak globals and should have an interface that's mostly unlikely to break...

This package should make its way onto npm. In order to get there, I'd like to do a bit of cleanup and make a proper `exports`.

It seems that right now Firefox GC is likely collecting the receiver some short time after it is created. This is a regression. I'd like to fully solve these sorts...

this matters more for the receiver since there's a cpu overhead to leaving a receiver running. destroying the transmitter merely frees up some ram, but it'd still be nice to...

This should make it possible to use RS modes for non GF(2^8). Because many internal types are `uint8_t`, we can't go past 2^8.

@MageSlayer if you need # of bits functionality, I think this patch will do it. The tests seem to pass, at least.. I'm not sure if I'm going to merge...

Some documentation about quiet-profiles.json would be handy both for quiet and quiet-js. Documentation already exists about the structs that the profiles generate so this process should mostly be a matter...

encode_soundcard appears to be stopping the stream before PortAudio has written out all of the samples. This should certainly be fixed.

When I created the intermediate sample buffers in the encoder/decoder, I didn't have a ring buffer impl yet. Now that I have one, I should go back and switch to...

For some reason, the receiver in QMKit doesn't perform as well as in JS or Android. I should investigate and attempt to bring it up to parity. It's likely to...