obs-StreamFX/source/obs
Michael Fabian 'Xaymar' Dirks 8fb7d193f5 obs-source: Add audio capture and selectively listen to events
Audio capture previously needed an additional class, however there is no need for this if this can be done together with the actual obs::source object. So obs::source now has a new audio_data event that can be listened to, which handles capturing audio data if requested.

Additionally all other events are now selectively listened to, instead of permanently listening to them. This should drastically reduce the overhead of using obs::source.
2019-04-02 19:30:25 +02:00
..
gs project: Fix even more warnings 2019-03-01 12:00:30 +01:00
obs-audio-capture.cpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
obs-audio-capture.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
obs-source-tracker.cpp obs-source-tracker: Use the output flags instead of flags 2019-03-01 20:38:49 +01:00
obs-source-tracker.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
obs-source.cpp obs-source: Add audio capture and selectively listen to events 2019-04-02 19:30:25 +02:00
obs-source.hpp obs-source: Add audio capture and selectively listen to events 2019-04-02 19:30:25 +02:00
obs-tools.cpp project: Fix various warnings 2019-03-01 11:33:19 +01:00
obs-tools.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00