Skip to content
View snakecase's full-sized avatar

Block or report snakecase

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. OBS Lua: Sound notification on repla... OBS Lua: Sound notification on replay buffer save [Windows]
    1
    local obs = obslua
    2
    local ffi = require("ffi")
    3
    local winmm = ffi.load("Winmm")
    4
    
                  
    5
    -- Put a sound of your choosing next to "Beep on replay save.lua" and don't forget to match its name either in code below or rename your file.