Andy Weston
Andy Weston
Try building the /sample project first ... then match those package settings in your new project.
No, you need to pull v2.0.0 from npm for Vue 2 from now on.
You would need a media server for that ... I would suggest Wowza.
You might try something like this ... https://github.com/muaz-khan/RecordRTC But you will be limited by memory and only to a single stream on the client side.
Update the Microsoft.Identity.Client nuget to the latest, for me it was 2.7.1. (that said, there are multiple other nuget versioning issues in this project that need to be updated now)
Hi, it has been a while since I worked on Wowza but there is a player here that you can look at ... https://github.com/koala-interactive/wowza-webrtc-player/ I seem to remember that they...
Discovered the same, was not able to get it going.
Thanks, also ... yarn install --production
Hi, has anyone followed up with this cool idea? Short chunks converted in real-time, even if the delay was pretty long would be fun as a voice to MIDI controller....
> I wrote an online demo shows how to get json and midi format data from basic pitch https://codesandbox.io/p/sandbox/modest-benji-k2nfg5?file=%2Fsrc%2Findex.ts @ttys026 Thanks for this ... your midi-canvas looks nice too.