Hi Mark,
Thanks for your reply.
I downloaded latest NAudio code and changed it according the solution you mentioned here.
http://stackoverflow.com/questions/5652388/naudio-error-nodriver-calling-acmformatsuggest
But I got this error after changing code into DmoMp3FrameDecompressor.
Thanks for your reply.
I downloaded latest NAudio code and changed it according the solution you mentioned here.
http://stackoverflow.com/questions/5652388/naudio-error-nodriver-calling-acmformatsuggest
But I got this error after changing code into DmoMp3FrameDecompressor.
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {BBEEA841-0A63-4F52-A7AB-A9B3A84ED38A} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). at NAudio.Dmo.WindowsMediaMp3Decoder..ctor() at NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor..ctor(WaveFormat sourceFormat) at NAudio.Wave.Mp3FileReader.CreateAcmFrameDecompressor(WaveFormat mp3Format) at NAudio.Wave.Mp3FileReader..ctor(Stream inputStream, FrameDecompressorBuilder frameDecompressorBuilder) at NAudio.Wave.Mp3FileReader..ctor(Stream inputStream) at NAudio.Wave.Mp3FileReader..ctor(String mp3FileName) at ....................................







