Skip to content

Instantly share code, notes, and snippets.

@neckro
Last active May 8, 2022 22:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neckro/67466d9a8dc98b920f0ab29c41c5fb1a to your computer and use it in GitHub Desktop.
Save neckro/67466d9a8dc98b920f0ab29c41c5fb1a to your computer and use it in GitHub Desktop.
flowchart TD;

subgraph Audio
  subgraph Voicemeeter
    VMA(Voicemeeter Aux In)
    VMASIO(Voicemeeter ASIO Out)
  end
  ASIO(ASIO4ALL)
  subgraph REAPER
    RIN(REAPER Input)
    EQ(EQ)
    LEVELER("Leveler (TriLeveler 2 JS)")
    LIMITER("Limiter (LVC Audio Limited-Z VST)")
    ROUT(ReaRoute ASIO Output)
  end
end

subgraph OBS
  OBSV(OBS Game Capture)
  OBSA(OBS ASIO In)
  OBSDC(OBS Device Capture)
  OBSAM(OBS Audio Monitor)
end
  
subgraph VLC
  VLCA(VLC Audio)
  VLCV(VLC Video)
end

subgraph Bluray
  PS4(Playstation 4)
  HDMIS(HDMI Splitter)
  TV(HDCP-compatible TV)
  HDMICAP("HDMI Capture (Elgato Camlink)")
end

VLCA-->VMA-->VMASIO-->ASIO-->RIN-->EQ-->LEVELER-->LIMITER-->ROUT-->OBSA
OBSDC-->OBSAM-->VMA
PS4-->HDMIS-->HDMICAP-->OBSDC
HDMIS-- EDID -->TV
VLCV-->OBSV
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment