Jay Sistar

Results 91 comments of Jay Sistar

I'm looking for a crate that I can create a DASH init.mp4 and many segment files from RGB frames. I believe this crate to be the one to do so,...

@raymanfx, @illegalprime, and @anatawa12 I have a project that uses a single plane, and a plan to add support for a multiple plane device. This PR only introduced only 1...

I agree, but [binaural](https://en.wikipedia.org/wiki/Binaural_recording) output is probably the primary use.

Please see https://github.com/meteor/meteor-feature-requests/issues/116. If SockJS is `import`-able, then adding a transport is usually not difficult, and I have done so in several non-browser environments (with Meteor) including [Atomic Game Engine](https://atomicgameengine.com/)....

I haven't upgraded my hacked version in a while. I believe it probably still isn't exposed.

I have used EJSON from the Meteor project. It has been around for quite a while. It only encodes `Date` and `Uint8Array`, but that is useful enough. Also, the fact...

...so `.wat`?

Your example shows that one of the biggest bottlenecks here is allocation because if you don't use the heap, the time goes way down. However, right after that example, you...

I'm starting on a small and simple project that may grow to a larger more complicated project, and I want to add OpenAPI v3. My past efforts of doing that...