Skip to content

Instantly share code, notes, and snippets.

View DaveFace's full-sized avatar
🙃

DaveFace DaveFace

🙃
View GitHub Profile
@DaveFace
DaveFace / force-audio-devices.lua
Created July 12, 2025 14:55
Force Set OBS Audio Devices
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 = ""