William Pearson
William Pearson
The dependencies are the same as for Linux/Mac (OBS, ffmpeg, SDL2). Add the necessary include PATHs for OBS, ffmpeg and SDL2 and link to the following libraries: obs-frontend-api.lib avutil.lib SDL2.lib...
I don't know. I built it in Visual Studio 2015 so I've never actually used the makefile on windows.
It's just a DLL, no MFC or ATL. You do not need the header files for MFC or ATL for it to work.
I'm not sure. I'd guess it might be obs.lib missing but I don't know. Sorry. Although if obs.lib is missing, I'd imagine there would me more missing externals... It's been...
Did you try building it from source?
> @adocilesloth pls Re-link the module with latest library from 28 Or someone can post a log as I have asked on the forum as I have no problems with...
Fixed the problems. Would be nice if next time someone actually posts a log and doesn't assume "there is nothing in there" https://github.com/adocilesloth/SRBeep/releases/tag/OBS28
I have no plans to add this
So I rebuilt the library against the latest OBS dependencies. FFMPEG has been updated and has depreciated a few things that were being used to play the sounds. I have...