[rpi3] Add mmfw-sysconf-target-rpi3
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-rpi3 / etc / multimedia / mmfw_player_audio_effect.ini
1 [audio effect]
2 ; name of audio effect element
3 audio effect element = audioeq
4
5 ; preset audio effect setting
6 audio effect preset = no
7
8 ; custom audio effect setting (EQ/extension)
9 audio effect custom = yes
10 audio effect custom list = 0
11
12 audio effect custom eq band num = 7 ; number of EQ bands
13 audio effect custom eq band width = 33, 90, 242, 649, 1743, 4676, 12544 ; list of each EQ band width (Hz)
14 audio effect custom eq band freq = 36, 98, 265, 711, 1907, 5117, 13727 ; list of each EQ band central frequency (Hz)
15
16 audio effect custom min list = -12 ; list of minimum level value (the first element is for EQ, others for extension effect)
17 audio effect custom max list = 12 ; list of maximum level value (the first element is for EQ, others for extension effect)