Georgy Dev

Results 30 comments of Georgy Dev

Hi, thank you for sharing! :) I'll see if it can be integrated into the plugin, maybe as a separate function 👍

VAD is implemented within https://github.com/gtreshchev/RuntimeAudioImporter/commit/a52e37642ee0f3048d0c60c1cae3d7ce1b69e941, so this is no longer relevant

> Just a quick note for which I can open an issue on the Audio Importer if relevant enough. The VAD is too sensitive, any small amount of background noise...

> No no, I am using the Very Aggressive mode. Apparently it is an issue with libfvad as you can see here: [dpirch/libfvad#23 (comment)](https://github.com/dpirch/libfvad/issues/23#issuecomment-2067645118) > > I tested my implementation...

What I could suggest is changing the `DeviceId` in `StartCapture` to another one. I'll probably include this info on the Troubleshooting wiki page. ![image](https://github.com/gtreshchev/RuntimeSpeechRecognizer/assets/69837452/fef2e398-ae9c-4453-924c-d12632234495)

Can you share your logs pls?

Also, make sure the sample rate node is properly connected, like this: ![image](https://github.com/gtreshchev/RuntimeSpeechRecognizer/assets/69837452/37760b77-f87c-45e9-b6f1-d69032973c59)

Closing for now. If it's still relevant, please reopen the issue.

That's a great approach, thank you for your contribution! The only thing is that having separate declarations and definitions of templated functions may lead to code generation and linker issues...

Hi, I'm not able to reproduce this. Can you please share any other details, reproduction steps, etc?