This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
obs = obslua | |
-- Script information | |
function script_description() | |
return "Automatically sets desktop and microphone audio devices when recording, streaming, or replay buffer starts." | |
end | |
-- User configurable properties | |
local desktop_device_name = "" | |
local microphone_device_name = "" |