Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在专有的事件驱动模式下使用 NAudio 捕获线路输入信号?如果是,是否有可用的示例?
该类WasapiCapture目前不支持事件模式。碰巧的是,我刚刚签入以支持独占模式,当它很快发布时,它将成为 NAudio 1.7 的一部分。如果您需要事件驱动模式,那么您可以复制WasapiCapture该类并自己进行修改。
WasapiCapture