From 89da65e8fe2f4e92cb690e681b4ee0e5355771d5 Mon Sep 17 00:00:00 2001 From: Yonah Date: Mon, 10 Nov 2025 03:25:54 +0900 Subject: [PATCH] config: configure additional voice defaults These should improve user experience. --- config/yosbr/config/plasmovoice/client.toml | 3 +++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/yosbr/config/plasmovoice/client.toml b/config/yosbr/config/plasmovoice/client.toml index 29a583b..1933114 100644 --- a/config/yosbr/config/plasmovoice/client.toml +++ b/config/yosbr/config/plasmovoice/client.toml @@ -3,3 +3,6 @@ check_for_updates = false [voice] disabled = false +directional_sources = true +hrtf = true + diff --git a/index.toml b/index.toml index d34373a..dc5b3b7 100644 --- a/index.toml +++ b/index.toml @@ -88,6 +88,10 @@ hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" file = "config/yosbr/config/ok_zoomer/config.toml" hash = "a7c05cd6ad8a8fcd1399b40aefe221c9cbaa67e58fac4b477bda534ec92d9ded" +[[files]] +file = "config/yosbr/config/plasmovoice/client.toml" +hash = "c282f39b7b47718298017ea46abe4381b6b9e651ca7680acc69434017e17e15d" + [[files]] file = "config/yosbr/config/puzzle.json" hash = "481193336b67c5a9a82beec77880556f3b92fd792cd8ea4414a904dd66acd733" diff --git a/pack.toml b/pack.toml index 5b0750c..7963022 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "98079f388c9623240c64cdbc2dea399315cbb9626d3e56c24d5a47d0b9ce7993" +hash = "eecddf82020fbb53fd18c47101ed3ee6b574f2bfb4b12791fd3d463622ca09c6" [versions] fabric = "0.17.3"