mirror of
https://github.com/make-42/xyosc
synced 2024-11-22 17:20:09 +01:00
feat: add transparency
This commit is contained in:
parent
b687d1622e
commit
e8c1e1f952
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user