如何知道我连接的麦克风是否被任何用户使用? (Python 或 Linux x84-64)

How to know if my connected microphone is being used by any user? (Python OR Linux x84-64)

我正在编写一个程序,如果连接到我的系统的麦克风被任何程序使用,我需要得到通知。 在 Linux 或 Python 中有没有办法做到这一点?

顺便说一下,我的麦克风是通过 USB 数据线连接的,它基本上是一个内置麦克风的网络摄像头。

如果您的麦克风是 Linux 上的 /dev/media0,您可以使用 https://github.com/lsof-org/lsof to find the processes using it. See also proc(5) and lsusb(8)

中的 lsof

在 Debian 上,另请参阅 hwinfo