Sound device emulation in .NET

What is the simplest way to emulate a sound device in .NET?

Upvotes: 1

Views: 381

Answers (1)

Matthew Whited
Matthew Whited

Reputation: 22443

You should be able to create a User-Mode driver using COM/.Net interop... but you will probably be in for a world of hurt.

Upvotes: 1

Related Questions