Refactor Vite configuration for improved chunking strategy and caching. Enhance DeviceContext with new upgradePeqChange method for PEQ updates. Update audio page to support localized labels and dynamic volume control. Introduce new filter types and improve EQPage functionality with enhanced frequency response visualization.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"home": { "audioSet": "音频设置" },
|
||||
"home": { "audioSet": "音频设置", "power": "电源", "input": "输入源", "output": "输出端口", "vu":"VU表" },
|
||||
"source": {
|
||||
"label": "输入输出",
|
||||
"input": { "coaxial": "同轴", "optical": "光钎", "bluetooth": "蓝牙", "rca": "模拟RCA" },
|
||||
@@ -141,7 +141,7 @@
|
||||
{ "index": 5, "label": "非过采样(NOS)" }
|
||||
]
|
||||
},
|
||||
"headPhoneGain": {
|
||||
"dacGain": {
|
||||
"label": "耳机增益",
|
||||
"options": [
|
||||
{ "index": 0, "label": "低" },
|
||||
|
||||
Reference in New Issue
Block a user