Add emit proxy fix and HRTF audio mode

This commit is contained in:
Jage9
2026-03-09 04:06:46 -04:00
parent ef656b2b39
commit a34a9f7f42
13 changed files with 663 additions and 123 deletions

View File

@@ -106,6 +106,10 @@
"keys": "M",
"description": "Mute/unmute yourself"
},
{
"keys": "H",
"description": "Toggle classic/HRTF spatial audio"
},
{
"keys": "Shift+M",
"description": "Toggle stereo/mono output"

View File

@@ -1,5 +1,5 @@
// Maintainer-controlled web client version metadata.
window.CHGRID_RELEASE_VERSION = "0.1.1";
window.CHGRID_CLIENT_REVISION = "R350";
window.CHGRID_CLIENT_REVISION = "R351";
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
window.CHGRID_TIME_ZONE = "America/Detroit";