Audio capture device enumeration
-
Hi all,
I have a audio capture device and a video capture device.
I can get/access my video capture device in my QT application using QCamera class. How do I access or display my audio capture source in my application?Both my audio capture device and video capture device appear in VLC.
-
Hi @sankar-110,
http://lmgtfy.com/?q=qt+audio+capture
Then take the link with
QAudioRecorder
Regards
-
This post is deleted!
-
I have also tried using the audiorecorder::audioinputs()
It gives me the available audio renderers(example speakers), not the audio capture sources. -
On which platform are you? Which Qt version are you using?
Qt multimedia is basically just a wrapper around O/S specific multimedia functions so this information is important.
Thanks
-
@aha_1980
I am working on windows and I am using Qt-5.9.2
I still have not found a solution to this.
I have developed a directshow video capture device and a Audio capture device.
I can get/access my video capture device in my QT application using QCamera class.
I am still not able to access my audio capture source in my QT application, but in VLC my device gets listed.