feat: add transparency

This commit is contained in:
Louis Dalibard 2024-10-21 00:23:19 +02:00
parent b687d1622e
commit e8c1e1f952

View File

@ -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,