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# 编写了一个程序来通过互联网发送麦克风。我使用了返回编码 G711 流的库 Lumisoft。我现在想将流转换为 wav 或 mp3 编解码器。我能怎么做?
谢谢
Lumisoft 的 RTP_SendStream 具有 RTP_Packet 和 rtpPacket.data 是 byte[] 可以使用 System.IO.File.WriteAllBytes 写入文件系统,然后使用 Nuget 的 NAudio 转换为 wav