I see the exception An unhandled win32 exception occured in my application,i think i cause from NAudio, because in NAudio have some unmanage code, but now i reconize that it not cause by NAudi, the NAudio run OK, the error cause bacause set an icon my form, the icon is a bad image so it cause the error.
Now i have one more question.
I want to use WaveOut to play mp3, my question is could i determine my output sound card have multi channels. for example if the output have left side, right side, and center.
I want to one mp3 to left side, one different mp3 to right side, one for center.
How to implement that?