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.
这可能只使用 C# 吗?我希望能够检测来自:流、麦克风或声卡的音频,并在音频电平高于可设置阈值时开始录制。
谢谢 :-)
您可以使用NAudio做到这一点。查看.NET Voice Recorder应用程序以获取检测输入级别的示例。要从流中检测音频,您需要创建一个派生自 WaveStream 的类并覆盖其 Read 方法以从 TcpListener 返回数据