问题
Now I am trying to use NAudio to play .wav and .mp3 files in my application for Windows Operating system.
Will this NAudio support Mac OS X?
回答1:
NAudio contains a lot of interop wrappers for Windows functions. You are likely to be using WaveOut (which uses the Windows waveOut APIs) and WaveFormatConversionStream (which uses the Windows ACM APIs) if you are playing MP3 files with NAudio, so the answer is no, this won't work on MacOS, even if you use Mono. You would be better off finding a cross-platform audio API.
回答2:
NAudio is targeted for the .NET framework, so I bet there won't be support for Mac platform.
来源:https://stackoverflow.com/questions/6186559/will-naudio-support-mac-osx