Qt Automatic Audio record with QAudio
-
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.
2/3