diff --git a/src/lang/en-us.json b/src/lang/en-us.json index e41510c1..1a8c0b58 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -227,15 +227,16 @@ "player__playing": "Now playing...", "player__prev": "Prev", "player__refresh_url": "Music URL expired, refreshing...", + "player__sound_effect": "Sound settings", "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_wc": "Bathroom", "player__sound_effect_convolution_church": "Church", "player__sound_effect_convolution_feedback_spring": "Cave", "player__sound_effect_convolution_kitchen": "Kitchen", "player__sound_effect_convolution_spreader": "Indoor", "player__sound_effect_convolution_telephone": "Telephone", + "player__sound_effect_convolution_wc": "Bathroom", "player__sound_effect_panner": "3D stereo surround (need to use headphones)", "player__sound_effect_panner_enabled": "enable", "player__sound_effect_panner_sound_r": "Sound distance", diff --git a/src/lang/zh-cn.json b/src/lang/zh-cn.json index acf2cbd4..91d5b6a7 100644 --- a/src/lang/zh-cn.json +++ b/src/lang/zh-cn.json @@ -227,15 +227,16 @@ "player__playing": "播放中...", "player__prev": "上一首", "player__refresh_url": "URL过期,正在刷新URL...", + "player__sound_effect": "音效设置", "player__sound_effect_biquad_filter": "均衡器", "player__sound_effect_biquad_filter_reset_btn": "重置均衡器", "player__sound_effect_convolution": "环境音效", - "player__sound_effect_convolution_wc": "厕所", "player__sound_effect_convolution_church": "教堂", "player__sound_effect_convolution_feedback_spring": "山洞", "player__sound_effect_convolution_kitchen": "厨房", "player__sound_effect_convolution_spreader": "室内", "player__sound_effect_convolution_telephone": "电话", + "player__sound_effect_convolution_wc": "厕所", "player__sound_effect_panner": "3D立体环绕(需使用耳机)", "player__sound_effect_panner_enabled": "启用", "player__sound_effect_panner_sound_r": "声音距离", diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index fd69cb26..d5c4a501 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -227,15 +227,16 @@ "player__playing": "播放中...", "player__prev": "上一首", "player__refresh_url": "URL過期,正在刷新URL...", + "player__sound_effect": "音效設置", "player__sound_effect_biquad_filter": "均衡器", "player__sound_effect_biquad_filter_reset_btn": "重置均衡器", "player__sound_effect_convolution": "環境音效", - "player__sound_effect_convolution_wc": "廁所", "player__sound_effect_convolution_church": "教堂", "player__sound_effect_convolution_feedback_spring": "山洞", "player__sound_effect_convolution_kitchen": "廚房", "player__sound_effect_convolution_spreader": "室內", "player__sound_effect_convolution_telephone": "電話", + "player__sound_effect_convolution_wc": "廁所", "player__sound_effect_panner": "3D立體環繞(需使用耳機)", "player__sound_effect_panner_enabled": "啟用", "player__sound_effect_panner_sound_r": "聲音距離", diff --git a/src/renderer/components/common/BiquadFilterBtn.vue b/src/renderer/components/common/BiquadFilterBtn.vue deleted file mode 100644 index beefd632..00000000 --- a/src/renderer/components/common/BiquadFilterBtn.vue +++ /dev/null @@ -1,211 +0,0 @@ - - - - - diff --git a/src/renderer/components/common/SoundEffectBtn/index.vue b/src/renderer/components/common/SoundEffectBtn/index.vue index 2d15f5ff..6e3ac88f 100644 --- a/src/renderer/components/common/SoundEffectBtn/index.vue +++ b/src/renderer/components/common/SoundEffectBtn/index.vue @@ -1,6 +1,6 @@