Ciaran O'Reilly

Results 32 comments of Ciaran O'Reilly

Hi @arbdevml, sorry for my late reply. I'll check your changes. In the future, it'd be easier if you forked the repository and shared your changes in a branch of...

Hi! Thanks for your suggestion, I have a half baked AudioWorklet implementation and would like to move away from scriptProcessor but I have had very little time in the last...

Hi @msqr1 ! Great initiative :) software evolves and needs to be maintained. I do not have time to dedicate to this repository so it is good that better alternatives...

I guess I'll have to switch to forks of the repositories which I still have around. In the meantime you should be able to pull the builder image: ``` docker...

@olivierlaporte @simonfn could you test the branch in #66 ?

Hi @scott-vector, interesting use case! Please take into account that transcription speed depends on the CPU of the user as it is running locally. I have experienced low speed on...

Generally speaking, yes, it' be nice to integrate AudioWorklets seamlessly in the library but allow developers to use the underlying API directly.

Hi @TimBoettcher there are rust [bindings](https://github.com/Bear-03/vosk-rs) for vosk which would be a better choice for your rust application I guess. As for your issue, could you share which model you're...

I would assume there is an issue with the inputs you're passing to the acceptWaveform method. Could you share the snippet of code you use to record up to when...

I am glad you figured it out @stevennyman :) thanks for summarizing it, I will leave the issue open until build documentation has been improved.