Search code examples
c#dllstatic-librarieswavmfcc

how to use OpenSmile in C# and MFCC Extraction


I wanna use OpenSmile library in C# and extract MFCC feature of WAV files, but i don't know how can I use 'OpenSmile_Release.dll' Is there any one can help me?


Solution

  • I export main file as a function and create a native DLL.

    then import it to C#.