You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"CurrentValue": "Booleans return `1` / `0`; `DialogLevel` returns a string value representing the dialog intensity level, rest return number as specified"
401
401
},
402
402
"remarks": "Not all EQ types are available on every speaker"
403
403
},
@@ -422,10 +422,10 @@
422
422
"SetEQ": {
423
423
"description": "Set equalizer value for different types",
"DesiredValue": "Booleans return `1` / `0`; `DialogLevel` returns a string value representing the dialog intensity levels, rest number as specified"
427
427
},
428
-
"remarks": "Not supported by all speakers, TV related"
428
+
"remarks": "On newer devices (e.g. Arc Ultra), dialog enhancement on/off is controlled via `SpeechEnhanceEnabled`, while `DialogLevel` represents the intensity level (1 = low, 2 = medium, 3 = high, 4 = max) and does not return 0 when disabled. Not all EQ types are available on every speaker. Not supported by all speakers, TV related"
|**CurrentValue**|`i2`| Booleans return `1` / `0`, rest number as specified |
98
+
|**CurrentValue**|`i2`| Booleans return `1` / `0`; `DialogLevel` returns a string value representing the dialog intensity level, rest return number as specified |
99
99
100
100
**Remarks** Not all EQ types are available on every speaker
101
101
@@ -488,10 +488,10 @@ Inputs:
488
488
| parameter | type | description |
489
489
|:----------|:-----|:------------|
490
490
|**InstanceID**|`ui4`| InstanceID should always be `0`|
|**DesiredValue**|`i2`| Booleans return`1`/ `0`; `DialogLevel` returns a string value representing the dialog intensity levels, rest number as specified |
493
493
494
-
**Remarks** Not supported by all speakers, TV related
494
+
**Remarks**On newer devices (e.g. Arc Ultra), dialog enhancement on/off is controlled via `SpeechEnhanceEnabled`, while `DialogLevel` represents the intensity level (1 = low, 2 = medium, 3 = high, 4 = max) and does not return 0 when disabled. Not all EQ types are available on every speaker. Not supported by all speakers, TV related
0 commit comments