Vinzenz Aubry

Results 50 comments of Vinzenz Aubry

All good. Hmm yeah, I think it's not really possible right now, as the whole plugin is using the "media recorder api" which is not used by safari yet. It...

Here's another approach on how to implement it: In `components` i have a file called `editorjs.vue` ``` vue // import import EditorJS from "@editorjs/editorjs"; // variables const editor = ref();...

Have you found a solution to this?

Hi @amber-workxpress , take a look at this: https://github.com/vin-ni/Google-Cloud-Speech-Node-Socket-Playground This might be what you're looking for :)

> Just in case anyone has a similar issue, WebRTC allows you to do this with its RTCPeerConnection API. could you point to an example?

Haven't tried it yet. But will once I need something like that the next time and give you feedback!

So did you succeed sending audiochunks as a stream to the server? I'm trying to do this, but can't get it to work

Could you show me a snippet of your coder or are you just doing ‘emit‘ on the client? And then client.on('bianryData', function(data) { recognizeStream.write(data); });

Would also be interested in a fix