From e8c1e1f95207254261113a54f48715f00679055c Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Mon, 21 Oct 2024 00:23:19 +0200 Subject: [PATCH] feat: add transparency --- config/config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.go b/config/config.go index ac9a3d3..83921f4 100644 --- a/config/config.go +++ b/config/config.go @@ -30,11 +30,11 @@ type ConfigS struct { var DefaultConfig = ConfigS{ FPSCounter: false, TargetFPS: 60, - WindowWidth: 800, - WindowHeight: 800, - WindowOpacity: 0.9, + WindowWidth: 1080, + WindowHeight: 1080, + WindowOpacity: 0.8, CaptureDeviceIndex: 0, - SampleRate: 192000, + SampleRate: 48000, RingBufferSize: 192000, ReadBufferSize: 192000, Gain: 1,