Daniel Demmel

Results 107 comments of Daniel Demmel

Just had a look, had the same results as you. Chrome flat out refuses to record saying "getUserMedia() no longer works on insecure origins. To use this feature, you should...

I should update that URL in the readme, but it actually redirects to HTTPS now, so that's not the issue. Recording and playback seem to actually work in Firefox 86....

Which version have you tried? Some of this stuff is still experimental after all this time, but Safari should work with the `webkit` prefixed APIs.

Hmm, yes, sorry, it seems Apple is just not interested after all :( http://caniuse.com/#feat=stream http://stackoverflow.com/questions/21015847/how-to-make-getusermedia-work-on-all-browsers

Yes, you should be able to, the sequencer part already does mix of multiple recordings plus the synthesiser.

I checked that the PR referenced above was merged in May, but I just built an image using gcr.io/distroless/nodejs22-debian12:nonroot ([9f0d01f30f68](https://console.cloud.google.com/artifacts/docker/distroless/us/gcr.io/nodejs22-debian12/sha256:9f0d01f30f6899ac92abb0cba7d394320167f426687eaafd90f2293c97534ee6?inv=1&invt=Abd8XQ)) with a standalone Next.js app, was wondering why it's still...

Oh right, I tried to use dive, but it doesn't seem to work on my Mac since I switched docker to use containerd. I'm using standalone mode, so the actual...

I'm trying to research now what's inside that massive binary and wondering if it has all the dependencies statically linked, in which case the rest of the image could jettison...

I don't think it's worth the complexity building from source and / or trying to remove something someone at some point will miss, to me there are 2 opportunities: 1....

In case anyone wants to use an updated image from their own repo, the `REGISTRY` variable assignment in the `Makefile` should be `?=` instead of `=` as this way you'll...