On 30/11/2022 17.15, DUO Labs wrote:
Is there any documentation on creating a new microphone/camera that can be exposed to the guest? I'm thinking of writing one to support MacOS hosts, but I don't know where to start. I see that there's something called QOM, but I'm not sure how to use it.
There is some documentation available in docs/devel/qom.rst ... and with regards to audio devices, you could have a look into hw/audio/ if you can find something similar to what you need.
Hope that helps at least a little bit... (sorry, audio is not quite my turf), Thomas