From 33b66aaea06cc20a3a4407256f5c57920dcce594 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 3 May 2023 17:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en-us.json | 2 +- src/lang/zh-cn.json | 2 +- src/lang/zh-tw.json | 2 +- src/renderer/plugins/player.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/en-us.json b/src/lang/en-us.json index 20b813d1..e41510c1 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -230,7 +230,7 @@ "player__sound_effect_biquad_filter": "Equalizer", "player__sound_effect_biquad_filter_reset_btn": "Reset equalizer", "player__sound_effect_convolution": "Ambient sound", - "player__sound_effect_convolution_bedroom": "Hall", + "player__sound_effect_convolution_wc": "Bathroom", "player__sound_effect_convolution_church": "Church", "player__sound_effect_convolution_feedback_spring": "Cave", "player__sound_effect_convolution_kitchen": "Kitchen", diff --git a/src/lang/zh-cn.json b/src/lang/zh-cn.json index 90879693..acf2cbd4 100644 --- a/src/lang/zh-cn.json +++ b/src/lang/zh-cn.json @@ -230,7 +230,7 @@ "player__sound_effect_biquad_filter": "均衡器", "player__sound_effect_biquad_filter_reset_btn": "重置均衡器", "player__sound_effect_convolution": "环境音效", - "player__sound_effect_convolution_bedroom": "大厅", + "player__sound_effect_convolution_wc": "厕所", "player__sound_effect_convolution_church": "教堂", "player__sound_effect_convolution_feedback_spring": "山洞", "player__sound_effect_convolution_kitchen": "厨房", diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index a6c80bf0..fd69cb26 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -230,7 +230,7 @@ "player__sound_effect_biquad_filter": "均衡器", "player__sound_effect_biquad_filter_reset_btn": "重置均衡器", "player__sound_effect_convolution": "環境音效", - "player__sound_effect_convolution_bedroom": "大廳", + "player__sound_effect_convolution_wc": "廁所", "player__sound_effect_convolution_church": "教堂", "player__sound_effect_convolution_feedback_spring": "山洞", "player__sound_effect_convolution_kitchen": "廚房", diff --git a/src/renderer/plugins/player.ts b/src/renderer/plugins/player.ts index 9c71fc6b..012222da 100644 --- a/src/renderer/plugins/player.ts +++ b/src/renderer/plugins/player.ts @@ -39,7 +39,7 @@ export const convolutions = [ source: 'kitchen-true-stereo.wav', }, { - name: 'bedroom', // 大厅 + name: 'wc', // 厕所 mainGain: 0.6, sendGain: 2.1, source: 'living-bedroom-leveled.wav',