Question

I'm writing an application in .NET2.0 (i have to support legacy equipment) that will use DirectSound. There is a possibility that I will need to port the codebase to Mono to run on some Linux equipment. Does anybody have experience of what might happen to references to DirectSound when I attempt this?

Maybe there is a Mono compliant scenario I haven't encountered.

Thanks in advance.

Was it helpful?

Solution

No, DirectSound is not supported. On Linux/Mono, you would usually use GStreamer, see Banshee for an example.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top