0
votes

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?

1

1 Answers

1
votes

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

then import it to C#.