How to create a cross platform microphone device using QT?
-
Hi,
What do you mean by microphone device ?
Are you creating a new hardware and need the OS to support it ? -
@SGaist said in How to create a cross platform microphone device using QT?:
Hi,
What do you mean by microphone device ?
Are you creating a new hardware and need the OS to support it ?Not creating a hardware, but something like a virtual microphone.
-
Then you will have to go platform specific. That's the kind of stuff that is outside of Qt's scope.
-
Then you will have to go platform specific. That's the kind of stuff that is outside of Qt's scope.