bozbez / win-capture-audio

An OBS plugin that allows capture of independant application audio streams on Windows, in a similar fashion to OBS's game capture and Discord's application streaming.
GNU General Public License v2.0
3.8k stars 209 forks source link

Automatic builds via GitHub Actions #3

Open BuyMyMojo opened 3 years ago

BuyMyMojo commented 3 years ago

Would be pretty cool to get the latest files through github's action system

bozbez commented 3 years ago

This would require a little more consideration that the most simple CMake example as we might need to build OBS (or fetch the built libobs from somewhere), and also compile both the 64 bit and 32 bit versions of the hook and helper.

Certainly possible, but not high priority for 1.0.0 since I will be packaging the releases fairly frequently anyway.

bozbez commented 3 years ago

One of these might be a good starting point:

Note that this plugin builds out-of-tree so we will need to build the plugin in a separate directory after building OBS.