标签: .net mono directsound
我正在使用DirectSound编写.NET2.0中的应用程序(我必须支持传统设备)。我可能需要将代码库移植到Mono以在某些Linux设备上运行。当我尝试使用DirectSound时,是否有人会体验到对DirectSound的引用?
也许我没有遇到过与Mono兼容的情况。
提前致谢。
答案 0 :(得分:1)
不,不支持DirectSound。在Linux / Mono上,您通常会使用GStreamer,请参阅Banshee作为示例。