ISO Standard 10 band freq
This commit is contained in:
parent
b4293cf065
commit
15d9570782
1 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@ export class ConfigStore {
|
||||||
"volume": 1,
|
"volume": 1,
|
||||||
"lastVolume": 1,
|
"lastVolume": 1,
|
||||||
"muted": false,
|
"muted": false,
|
||||||
"quality": "990",
|
"quality": "256",
|
||||||
"seamless_audio": true,
|
"seamless_audio": true,
|
||||||
"normalization": false,
|
"normalization": false,
|
||||||
"spatial": false,
|
"spatial": false,
|
||||||
|
@ -51,15 +51,15 @@ export class ConfigStore {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"equalizer": {
|
"equalizer": {
|
||||||
'60' : 0,
|
'32' : 0,
|
||||||
'170': 0 ,
|
'63': 0 ,
|
||||||
'310': 0 ,
|
'125': 0 ,
|
||||||
'600': 0 ,
|
'250': 0 ,
|
||||||
|
'500': 0 ,
|
||||||
'1000': 0 ,
|
'1000': 0 ,
|
||||||
'3000': 0 ,
|
'2000': 0 ,
|
||||||
'6000': 0 ,
|
'4000': 0 ,
|
||||||
'12000': 0 ,
|
'8000': 0 ,
|
||||||
'14000': 0 ,
|
|
||||||
'16000': 0 ,
|
'16000': 0 ,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue