Hi
I want to read wav files. I thought I can use libsndfile since I
am quite familiar with it.
I downloaded the project from.
https://github.com/D-Programming-Deimos/libsndfile
I add the sndfile.di file to my project.
I thought I could directly use libsndfile.dll since D directly
supports C. But I am getting link errors.
Can I use a C DLL directly ?
Do I have to add anything to my dub.json file if dll is my
project file ?
What is "Deimos" stands for ? Is it collections of bindings ?
Does community supports "Deimos" projects?