Mish Ushakov

Results 253 comments of Mish Ushakov

maybe this will solve the problem with loading files https://github.com/jimmywarting/StreamSaver.js > But there is one obstacle - The RAM it can hold and the max blob size limitation > StreamSaver.js...

> I just need to re-write the relay so it uses websockets (for the initial PAKE + WebRTC offerer exchange) could you explain? why websockets though?

Hey posva! Really enjoying your work on Google's Material Design Components, im not really Vue guy(angular background) but how can i help to build the components on Vue? Any examples?

hey @pi0, does this imply that the application will have to be built outside of Docker first? so the Dockerfile generated is only for deployment, correct? in this case, i...

hey there, glad to see you back! i've been thinking about the same thing lately when downloading presets i'd assume that a preset is made **for** a certain model therefor...

using [BlackHole](https://github.com/ExistentialAudio/BlackHole) i was able to reroute sound from my computer to virtual audio interface since both input and output was rerouted, monitoring had to be done through headphones this...

Multi-Output device feature makes it possible to record & monitor at the same time

the messages above were testing-instructions this feature would let you try out models live evaluating models would be as simple as: `python monitor.py --list` to list audio devices `python monitor.py...

yeah recording samples is also cool idea would solve all the conversion shenanigans 👍

there might be as-well is another way to accomplish the goal you can run [Onnx](https://onnx.ai) models in Browser > With ONNX.js, web developers can score pre-trained ONNX models directly on...