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',