OBS Studio - Free and open source software for live streaming and screen recording
libobs: Do not use signals with audio capture/controls
(Note: This commit also modifies UI) Instead of using signals, use designated callback lists for audio capture and audio control helpers. Signals aren't suitable here due to the fact that signals aren't meant for things that happen every frame or things that happen every time audio/video is received. Also prevents audio from being allocated every time these functions are called due to the calldata structure.
J
jp9000 committed
669da7ba36c686e18b9d1120bbb64f27a67cfb78
Parent: 46bb262