PimonTV
New Member
PimonTV submitted a new resource:
Displays the media source along with the voice. - Automate Showing and Hiding
Read more about this resource...
Displays the media source along with the voice. - Automate Showing and Hiding
※If it works properly, it will look like this.View attachment 108527
《The contents of the script look like this.》
obs = obslua
ffi = require("ffi")
-- Global variables
local G = {
lock = false,
start_delay = 3,
duration = 0,
noise = 999,
tick = 16,
tick_mili = 16 * 0.001,
interval_sec = 0.05,
tick_acc = 0,
source_name = "Audio", -- Changed from "Mic" to...
Read more about this resource...