Looking at this more, I suspect the .json profile for Blank is corrupted somehow causing this as recreating the scenes in the other Session Capture .json does not reproduce this.
I've noticed the bad scene is lacking the call out of the Mic/Aux in the beginning declarations where as the working one calls out the Mic/Aux before the "groups":[], tag - not sure if that could be tripping things up. Still no explanation for the delay from mic in to speaker out.
Bad Scene Start:
{
"name": "Blank",
"DesktopAudioDevice1": {
"prev_ver": 537001986,
"name": "Desktop Audio (2)",
"uuid": "35efd53e-7fa2-411a-8ee3-d5115798f1a4",
"id": "wasapi_output_capture",
"versioned_id": "wasapi_output_capture",
"settings": {
"device_id": "{0.0.0.00000000}.{921d95c6-2e6b-4e62-9aa7-e2d24eef75b8}"
},
"mixers": 255,
"sync": 0,
"flags": 0,
"volume": 1.0,
"balance": 0.5,
"enabled": true,
"muted": false,
"push-to-mute": false,
"push-to-mute-delay": 0,
"push-to-talk": false,
"push-to-talk-delay": 0,
"hotkeys": {
"libobs.mute": [],
"libobs.unmute": [],
"libobs.push-to-mute": [],
"libobs.push-to-talk": []
},
"deinterlace_mode": 0,
"deinterlace_field_order": 0,
"monitoring_type": 0,
"private_settings": {}
},
"groups": [],
"scene_order": [
Good Scene Start:
{
"name": "Session Capture",
"DesktopAudioDevice1": {
"prev_ver": 537001986,
"name": "Desktop Audio",
"uuid": "a2462f8b-42d6-45d8-bab9-f713059ee165",
"id": "wasapi_output_capture",
"versioned_id": "wasapi_output_capture",
"settings": {
"device_id": "default"
},
"mixers": 255,
"sync": 0,
"flags": 0,
"volume": 1.0,
"balance": 0.5,
"enabled": true,
"muted": false,
"push-to-mute": false,
"push-to-mute-delay": 0,
"push-to-talk": false,
"push-to-talk-delay": 0,
"hotkeys": {
"libobs.mute": [],
"libobs.unmute": [],
"libobs.push-to-mute": [],
"libobs.push-to-talk": []
},
"deinterlace_mode": 0,
"deinterlace_field_order": 0,
"monitoring_type": 0,
"private_settings": {}
},
"AuxAudioDevice1": {
"prev_ver": 537001986,
"name": "Mic/Aux",
"uuid": "1e5d9f78-9f13-48c2-9fbf-7cb2cbfa9226",
"id": "wasapi_input_capture",
"versioned_id": "wasapi_input_capture",
"settings": {
"device_id": "{0.0.1.00000000}.{f650a298-c36f-490e-b676-9f03b9e82c0d}"
},
"mixers": 255,
"sync": 0,
"flags": 0,
"volume": 1.0,
"balance": 0.5,
"enabled": true,
"muted": true,
"push-to-mute": false,
"push-to-mute-delay": 0,
"push-to-talk": false,
"push-to-talk-delay": 0,
"hotkeys": {
"libobs.mute": [],
"libobs.unmute": [],
"libobs.push-to-mute": [],
"libobs.push-to-talk": []
},
"deinterlace_mode": 0,
"deinterlace_field_order": 0,
"monitoring_type": 0,
"private_settings": {
"mixer_hidden": true
}
},
"groups": [],