Skip to content

Instantly share code, notes, and snippets.

View patrakov's full-sized avatar

Alexander Patrakov patrakov

View GitHub Profile
@bitingsock
bitingsock / channel mixer.lua
Created June 12, 2019 09:12
remix surround channel levels
cmCenter = 1
local defCenter = 1
cmFront = 0.707
local defFront = 0.707
cmSide = 0.707
local defSide = 0.707
cmBack = 0.707
local defBack = 0.707
cmLFE = 0
local defLFE = 0