We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7b564 commit 31d805eCopy full SHA for 31d805e
package.json
@@ -64,7 +64,7 @@
64
"@types/jest": "^29.5.10",
65
"@types/node": "^14.18.63",
66
"@types/object-path": "^0.11.4",
67
- "atem-connection": "3.5",
+ "atem-connection": "3.6",
68
"fast-clone": "^1.5.13",
69
"jest": "^29.7.0",
70
"object-path": "^0.11.8",
src/defaults/fairlight-audio.ts
@@ -16,6 +16,7 @@ export const Monitor: Fairlight.FairlightAudioMonitorChannel = {
16
inputMasterGain: 0,
17
inputMasterMuted: false,
18
inputTalkbackGain: 0,
19
+ inputTalkbackMuted: false,
20
inputSidetoneGain: 0,
21
}
22
0 commit comments