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