RoboticWater

Results 12 comments of RoboticWater

OK, I got AudioWorklets to work for me; though, it's probably not the prettiest or most efficient method, nor did I implement it in Angular. Within the App's js (for...

> > I suspect the issue is that I'm not resampling the audio or something. > > Mediarecorder should send opus format, not wav. You need to decode it on...

Thanks for the quick response, but whatever you did is causing other issues. :cry: First, running `npx create-r3f-app next my-app -ts` now opens a new cmd window that shows only...

OK, so the new window thing was probably just a thing on my end. That went away after closing and reopening the terminal, but `npx` still isn't working. Still also...

OK, so I tested on my mac (Node version 19.9.0), and both `npx create-r3f-app next test tailwind -ts` and `yarn create r3f-app next test tailwind -ts` work as expected, no...

I tried moving my working install from my Mac to my PC. Naturally, it didn't work at first (I assume there's several platform-specific libraries), so I cleared `node_modules`, and `package-lock.json`...

Alright, I have now tested this repo to see if it was broken on my machine, and as it turns out, yes, the most recent version _is_ broken, but it...

I'm trying to figure out if the packages are to blame, but I've found one oddity: I can't find the commit where `tunnel-rat` got added. eeb38acc2e1d3c413263f3420f290cf11de5a0e7 doesn't show `tunnel-rat` at...

OK, I think I may have found a solution to the `Uncaught SyntaxError: "undefined" is not valid JSON` problem. Looking for the error on nextjs's issues, I came across vercel/next.js#47024),...