andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.92k stars 229 forks source link

Windows binaries for libsoundio 2.0.0 #213

Open alexandre-k opened 5 years ago

alexandre-k commented 5 years ago

Hello,

Thank you for your great work. Could you provide the latest binaries for Windows? I would greatly appreciate it.

Thanks, Alex

IgnatievAnton commented 5 years ago

Hello, I use your library to process audio information for nano pi and made a small wrapper for C++. Used in conjunction with ffmpeg. Also use a version of your library version 3.4.5, if you need can post a project on bitbucket where you can see the original data.

вт, 9 апр. 2019 г. в 13:30, alexandre notifications@github.com:

Hello,

Thank you for your great work. Could you provide the latest binaries for Windows? I would greatly appreciate it.

Thanks, Alex

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andrewrk/libsoundio/issues/213, or mute the thread https://github.com/notifications/unsubscribe-auth/AZTJ2ont-YjefDXx8OUDZJoeoP9Yo4A5ks5vfGuugaJpZM4ckKac .

alexandre-k commented 5 years ago

Hello, I use your library to process audio information for nano pi and made a small wrapper for C++. Used in conjunction with ffmpeg. Also use a version of your library version 3.4.5, if you need can post a project on bitbucket where you can see the original data. вт, 9 апр. 2019 г. в 13:30, alexandre notifications@github.com:

Hello,

Well... I was wondering if the maintainer could provide the binaries for libsoundio 2.0.0, but if you can, that works for me.

Alex

cameronmaske commented 5 years ago

Hey @alexandre-k I have a repo that builds the Windows binaries with dockcross.

alexandre-k commented 5 years ago

Hi Cameron,

Many thanks!

Cheers, Alex

philippemnoel commented 4 years ago

@cameronmaske thanks for the binaries. Can I simply link them in a makefile and compile with nmake under MSVC with them? I'm getting LNK2019 errors doing so, I wonder if you've tried it

cameronmaske commented 4 years ago

@philippemnoel I haven't attempted that, so, unfortunately, I don't have any insights in the errors you are running into

philippemnoel commented 4 years ago

It's okay it works! You can just link the .lib files in a makefile and put the .dll in the project folder and it works well. Sadly libsoundio didn't suit my needs, but thanks for providing the compiled libs!