The control of the audio data from the microphone.
General and Desktop
7
Posts
2
Posters
1.3k
Views
2
Watching
-
You can receive data from formatted audio microphone with Qt, but whether or not the microphone comes with a data continuously.
- Does the attached microphone? How do I make the check.
- How do I know the microphone sound volume reaches a certain listening? For example, begin recording as sound began to talk.
-
did you look at the QAudioProbe class ?
-
@mrjj said:
well looking around for probe examples, i came across thishttp://doc.qt.io/QtDataVisualization/qtdatavisualization-audiolevels-example.html
"This example reads the audio levels from a microphone and displays those levels in a bar graph."
Maybe that is even closer to what you want?