fix: lower wivrn default foveation to 0.5
Some checks failed
/ cargo-fmtcheck (push) Has been cancelled
/ cargo-clippy (push) Has been cancelled
/ cargo-test (push) Has been cancelled
/ appimage (push) Has been cancelled

This commit is contained in:
Sapphire 2024-11-20 15:54:57 -06:00
commit e65c4a8d9d
No known key found for this signature in database
GPG key ID: 642911AA4025C8CC

View file

@ -153,7 +153,7 @@ pub struct WivrnConfig {
impl Default for WivrnConfig {
fn default() -> Self {
Self {
scale: Some([0.8, 0.8]),
scale: Some([0.5, 0.5]),
bitrate: Some(50000000),
encoders: vec![],
application: None,