Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to start record audio automatic when user is speaking, Maybe I should user buffer instead of QFile and analysis it's volume?If the volume is bigger than a number, start record? I have no idea about that.. Thanks a lot!!!
Yep, that sounds like a good approach if your environment is quiet (otherwise, it might start recording if there is a loud noise)
Hi and welcome to devnet,
To add to JKSH, you might also have to look for an audio processing library to help you analyze your input.