pull/1395/head
parent
7b9eefdf2d
commit
33b66aaea0
|
@ -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",
|
||||
|
|
|
@ -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": "厨房",
|
||||
|
|
|
@ -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": "廚房",
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue