Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlexASIO doesn't work with 32bit float interface #192

Open
lewie6 opened this issue May 8, 2023 · 10 comments
Open

FlexASIO doesn't work with 32bit float interface #192

lewie6 opened this issue May 8, 2023 · 10 comments

Comments

@lewie6
Copy link

lewie6 commented May 8, 2023

Hey @dechamps @ThreeDeeJay

FlexASIO doesn't work when set to 32bit float with my ZOOM UAC 232 32bit float interface, I get this error in Ableton:

image

If I remove sampleType from the config file, then the interface connects fine - however, then it is set to 24bit, not 32bit float

I want it set to 32bit float

Is this something that you can look into?

Thanks

@dechamps
Copy link
Owner

dechamps commented May 8, 2023

You got your wasapiExplicitSampleFormat option backwards - if you want to force a specific format, you need to set it to true, not false.

Given this, I suspect the error you are getting may have nothing to do with 32-bit float - it's likely something else. You'll need to provide a log to investigate further.

By the way: this is the very first time I see an audio interface advertising support for 32-bit float transport. I doubt FlexASIO has ever been tested with that kind of use case. I just took a quick glance at PortAudio code and I couldn't find anything to suggest it wouldn't work, but that is definitely uncharted territory.

I'm not even sure the Windows Audio Engine itself supports opening an endpoint device with that sample format. Are you sure that your interface (ZOOM UAC 232) supports 32-bit float in WDM (i.e. normal Windows audio) mode? It could very well be that it only supports it when using the manufacturer-provided ASIO driver. I looked at various manuals for the ZOOM UAC 232 and while I couldn't find an answer to this question, the compatibility lists they provide make me suspicious that they implicitly assume you'll use their ASIO driver for 32-bit float support. I believe the log will help confirm this as WDM-KS will log 32-bit float capable pins at initialization time.

@lewie6
Copy link
Author

lewie6 commented May 8, 2023

@dechamps thanks so much for the reply, some answers to your questions:

You got your wasapiExplicitSampleFormat option backwards - if you want to force a specific format, you need to set it to true, not false.

Yes, sorry, I was experimenting with settings, and I print-screened the wrong thing, however, when set to true, I got the same error

Are you sure that your interface (ZOOM UAC 232) supports 32-bit float in WDM (i.e. normal Windows audio) mode?... I believe the log will help confirm this

I am not 100% sure on that, I have added the log file below, hopefully that helps

Basically, yes, this is one of the first 32bit float devices, but the official ZOOM driver is buggy on windows, that is why I am trying FlexAsio 👍

Log:

2023-05-08T12:29:52.2278275+02:00 6988 15492 Logfile opened: "C:\\Users\\xxxx\\FlexASIO.log"
2023-05-08T12:29:52.2279526+02:00 6988 15492 Current log file size is 94 bytes (maximum allowed: 1073741824 bytes)
2023-05-08T12:29:52.2279699+02:00 6988 15492 Log time source: GetSystemTimePreciseAsFileTime
2023-05-08T12:29:52.2280041+02:00 6988 15492 Host process: C:\ProgramData\Ableton\Live 11 Suite\Program\Ableton Live 11 Suite.exe
2023-05-08T12:29:52.2280158+02:00 6988 15492 FlexASIO RelWithDebInfo x64 flexasio-1.9 built on 2022-05-07T10:02:18Z
2023-05-08T12:29:52.2280261+02:00 6988 15492 --- ENTERING CONTEXT: CFlexASIO()
2023-05-08T12:29:52.2280358+02:00 6988 15492 --- EXITING CONTEXT: CFlexASIO() [OK]
2023-05-08T12:29:52.2281100+02:00 6988 15492 --- ENTERING CONTEXT: init()
2023-05-08T12:29:52.2281295+02:00 6988 15492 Attempting to load configuration file: "C:\\Users\\xxxx\\FlexASIO.toml"
2023-05-08T12:29:52.2282035+02:00 6988 15492 Configuration file successfully parsed as valid TOML: backend = "Windows WASAPI"

[input]
sampleType = "Float32"
wasapiExclusiveMode = true
wasapiExplicitSampleFormat = true

[output]
sampleType = "Float32"
wasapiExclusiveMode = true
wasapiExplicitSampleFormat = true

2023-05-08T12:29:52.2282358+02:00 6988 15492 [PortAudio] PortAudio version: PortAudio V19.7.0-devel, revision 80ef9ac9c4ed1a4b9f3f4b11ad31ed9f69c4dc57-FlexASIO
2023-05-08T12:29:52.2282431+02:00 6988 15492 [PortAudio] Enabling PortAudio debug output redirection
2023-05-08T12:29:52.2282504+02:00 6988 15492 Initializing PortAudio
2023-05-08T12:29:52.2282674+02:00 6988 15492 [PortAudio] before paHostApiInitializers[0].
2023-05-08T12:29:52.2343735+02:00 6988 15492 [PortAudio] after paHostApiInitializers[0].
2023-05-08T12:29:52.2343963+02:00 6988 15492 [PortAudio] before paHostApiInitializers[1].
2023-05-08T12:29:52.2351418+02:00 6988 15492 [PortAudio] PA - PlatformId = 0x2
2023-05-08T12:29:52.2351620+02:00 6988 15492 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T12:29:52.2351696+02:00 6988 15492 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T12:29:52.2353748+02:00 6988 15492 [PortAudio] PA - PlatformId = 0x2
2023-05-08T12:29:52.2353902+02:00 6988 15492 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T12:29:52.2353973+02:00 6988 15492 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T12:29:52.2383806+02:00 6988 15492 [PortAudio] PA - PlatformId = 0x2
2023-05-08T12:29:52.2384015+02:00 6988 15492 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T12:29:52.2384089+02:00 6988 15492 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T12:29:52.2407439+02:00 6988 15492 [PortAudio] PA - PlatformId = 0x2
2023-05-08T12:29:52.2407651+02:00 6988 15492 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T12:29:52.2407725+02:00 6988 15492 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T12:29:52.2430762+02:00 6988 15492 [PortAudio] PA - PlatformId = 0x2
2023-05-08T12:29:52.2430950+02:00 6988 15492 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T12:29:52.2431022+02:00 6988 15492 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T12:29:52.2432432+02:00 6988 15492 [PortAudio] after paHostApiInitializers[1].
2023-05-08T12:29:52.2432639+02:00 6988 15492 [PortAudio] before paHostApiInitializers[2].
2023-05-08T12:29:52.2432986+02:00 6988 15492 [PortAudio] WASAPI: getting Windows version with RtlGetVersion(): major=10, minor=0, build=22621
2023-05-08T12:29:52.2433065+02:00 6988 15492 [PortAudio] WASAPI: Windows version = 5
2023-05-08T12:29:52.2462038+02:00 6988 15492 [PortAudio] WASAPI: device idx: 00
2023-05-08T12:29:52.2462202+02:00 6988 15492 [PortAudio] WASAPI: ---------------
2023-05-08T12:29:52.2462843+02:00 6988 15492 [PortAudio] WASAPI:0| name[BenQ GL2480 (NVIDIA High Definition Audio)]
2023-05-08T12:29:52.2463473+02:00 6988 15492 [PortAudio] WASAPI:0| form-factor[9]
2023-05-08T12:29:52.2463560+02:00 6988 15492 [PortAudio] WASAPI: IAudioClient version = 3
2023-05-08T12:29:52.2468947+02:00 6988 15492 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T12:29:52.2469134+02:00 6988 15492 [PortAudio] WASAPI: device idx: 01
2023-05-08T12:29:52.2469443+02:00 6988 15492 [PortAudio] WASAPI: ---------------
2023-05-08T12:29:52.2470075+02:00 6988 15492 [PortAudio] WASAPI:1| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T12:29:52.2470678+02:00 6988 15492 [PortAudio] WASAPI:1| form-factor[2]
2023-05-08T12:29:52.2477338+02:00 6988 15492 [PortAudio] WASAPI:1| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T12:29:52.2477516+02:00 6988 15492 [PortAudio] WASAPI: device idx: 02
2023-05-08T12:29:52.2477584+02:00 6988 15492 [PortAudio] WASAPI: ---------------
2023-05-08T12:29:52.2478147+02:00 6988 15492 [PortAudio] WASAPI:2| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T12:29:52.2478297+02:00 6988 15492 [PortAudio] WASAPI:2| form-factor[2]
2023-05-08T12:29:52.2480382+02:00 6988 15492 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T12:29:52.2480510+02:00 6988 15492 [PortAudio] WASAPI: device list ok - found 5 devices, 2 loopback devices
2023-05-08T12:29:52.2480809+02:00 6988 15492 [PortAudio] WASAPI: initialized ok
2023-05-08T12:29:52.2480886+02:00 6988 15492 [PortAudio] after paHostApiInitializers[2].
2023-05-08T12:29:52.2480956+02:00 6988 15492 [PortAudio] before paHostApiInitializers[3].
2023-05-08T12:29:52.2483600+02:00 6988 15492 [PortAudio] Setup called
2023-05-08T12:29:52.2483732+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2484148+02:00 6988 15492 [PortAudio] noError = 1
2023-05-08T12:29:52.2484224+02:00 6988 15492 [PortAudio] Device 0 has render alias
2023-05-08T12:29:52.2484541+02:00 6988 15492 [PortAudio] Device 0 has capture alias
2023-05-08T12:29:52.2484620+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2484779+02:00 6988 15492 [PortAudio] noError = 0
2023-05-08T12:29:52.2484951+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2485108+02:00 6988 15492 [PortAudio] noError = 0
2023-05-08T12:29:52.2485277+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2485433+02:00 6988 15492 [PortAudio] noError = 0
2023-05-08T12:29:52.2485597+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2485796+02:00 6988 15492 [PortAudio] noError = 0
2023-05-08T12:29:52.2485955+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2486124+02:00 6988 15492 [PortAudio] noError = 0
2023-05-08T12:29:52.2486291+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2486457+02:00 6988 15492 [PortAudio] noError = 0
2023-05-08T12:29:52.2486619+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2486783+02:00 6988 15492 [PortAudio] noError = 0
2023-05-08T12:29:52.2486945+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2487101+02:00 6988 15492 [PortAudio] noError = 0
2023-05-08T12:29:52.2487262+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2487584+02:00 6988 15492 [PortAudio] noError = 1
2023-05-08T12:29:52.2487656+02:00 6988 15492 [PortAudio] Device 9 has render alias
2023-05-08T12:29:52.2487952+02:00 6988 15492 [PortAudio] Device 9 has capture alias
2023-05-08T12:29:52.2488030+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2488316+02:00 6988 15492 [PortAudio] noError = 1
2023-05-08T12:29:52.2488388+02:00 6988 15492 [PortAudio] Device 10 has render alias
2023-05-08T12:29:52.2488674+02:00 6988 15492 [PortAudio] Device 10 has capture alias
2023-05-08T12:29:52.2488751+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2489038+02:00 6988 15492 [PortAudio] noError = 1
2023-05-08T12:29:52.2489109+02:00 6988 15492 [PortAudio] Device 11 has render alias
2023-05-08T12:29:52.2489395+02:00 6988 15492 [PortAudio] Device 11 has capture alias
2023-05-08T12:29:52.2489472+02:00 6988 15492 [PortAudio] Enum called
2023-05-08T12:29:52.2489538+02:00 6988 15492 [PortAudio] Interfaces found: 4
2023-05-08T12:29:52.2489831+02:00 6988 15492 [PortAudio] Device 0 has render alias
2023-05-08T12:29:52.2490127+02:00 6988 15492 [PortAudio] Device 0 has capture alias
2023-05-08T12:29:52.2490459+02:00 6988 15492 [PortAudio] Device 0 has realtime alias
2023-05-08T12:29:52.2490950+02:00 6988 15492 [PortAudio] Interface 0, Name: N
2023-05-08T12:29:52.2491120+02:00 6988 15492 [PortAudio] FilterNew: Creating filter 'NVIDIA High Definition Audio'
2023-05-08T12:29:52.2491198+02:00 6988 15492 [PortAudio] FilterNew: Opening filter...
2023-05-08T12:29:52.2491417+02:00 6988 15492 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0
2023-05-08T12:29:52.2491490+02:00 6988 15492 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T12:29:52.2491599+02:00 6988 15492 [PortAudio] PinNew: Creating pin 0:
2023-05-08T12:29:52.2491763+02:00 6988 15492 [PortAudio] PinNew: Checking 6 no of dataranges...
2023-05-08T12:29:52.2491830+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2491893+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2491957+02:00 6988 15492 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T12:29:52.2492022+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2492086+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2492149+02:00 6988 15492 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T12:29:52.2492255+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2492323+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2492385+02:00 6988 15492 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T12:29:52.2492448+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2492512+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2492574+02:00 6988 15492 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T12:29:52.2492637+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2492700+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2492764+02:00 6988 15492 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T12:29:52.2492827+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2492889+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2492952+02:00 6988 15492 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T12:29:52.2493017+02:00 6988 15492 [PortAudio] PinNew: Default sample rate = 44100 Hz
2023-05-08T12:29:52.2493115+02:00 6988 15492 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T12:29:52.2493180+02:00 6988 15492 [PortAudio] PinNew: Finding topology pin...
2023-05-08T12:29:52.2493247+02:00 6988 15492 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections...
2023-05-08T12:29:52.2493321+02:00 6988 15492 [PortAudio] FindStartConnectionTo: returning 000000002769A768
2023-05-08T12:29:52.2493385+02:00 6988 15492 [PortAudio] PinNew: Getting physical connection...
2023-05-08T12:29:52.2493466+02:00 6988 15492 [PortAudio] PinNew: Physical connection found!
2023-05-08T12:29:52.2493555+02:00 6988 15492 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_00A5&SUBSYS_14625130&REV_1001#5&2fc161c2&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo00'
2023-05-08T12:29:52.2493624+02:00 6988 15492 [PortAudio] FilterNew: Creating filter ''
2023-05-08T12:29:52.2493687+02:00 6988 15492 [PortAudio] FilterNew: Opening filter...
2023-05-08T12:29:52.2493846+02:00 6988 15492 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2023-05-08T12:29:52.2493915+02:00 6988 15492 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T12:29:52.2493982+02:00 6988 15492 [PortAudio]   Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T12:29:52.2494052+02:00 6988 15492 [PortAudio]   Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2023-05-08T12:29:52.2494165+02:00 6988 15492 [PortAudio] PinNew: Opening topology filter...
2023-05-08T12:29:52.2494255+02:00 6988 15492 [PortAudio] PinNew: Checking for output endpoint pin id...
2023-05-08T12:29:52.2494325+02:00 6988 15492 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2023-05-08T12:29:52.2494401+02:00 6988 15492 [PortAudio] FindStartConnectionTo: returning 00000000277B9568
2023-05-08T12:29:52.2494474+02:00 6988 15492 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2023-05-08T12:29:52.2494540+02:00 6988 15492 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 00000000277B9568)
2023-05-08T12:29:52.2494604+02:00 6988 15492 [PortAudio] GetConnectionTo: Returning 00000000277B9578
2023-05-08T12:29:52.2494667+02:00 6988 15492 [PortAudio] PinNew: Found endpoint pin id 1
2023-05-08T12:29:52.2494749+02:00 6988 15492 [PortAudio] PinNew: Pin name 'Output'
2023-05-08T12:29:52.2494815+02:00 6988 15492 [PortAudio] PinNew: Releasing topology filter...
2023-05-08T12:29:52.2494890+02:00 6988 15492 [PortAudio] Pin created successfully
2023-05-08T12:29:52.2494955+02:00 6988 15492 [PortAudio] PinNew: Creating pin 1:
2023-05-08T12:29:52.2495031+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2495095+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2495177+02:00 6988 15492 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2023-05-08T12:29:52.2496856+02:00 6988 15492 [PortAudio] Device 9 has render alias
2023-05-08T12:29:52.2497154+02:00 6988 15492 [PortAudio] Device 9 has capture alias
2023-05-08T12:29:52.2497473+02:00 6988 15492 [PortAudio] Device 9 has realtime alias
2023-05-08T12:29:52.2497663+02:00 6988 15492 [PortAudio] Interface 9, Name: Z
2023-05-08T12:29:52.2497773+02:00 6988 15492 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 Audio'
2023-05-08T12:29:52.2497851+02:00 6988 15492 [PortAudio] FilterNew: Opening filter...
2023-05-08T12:29:52.2498065+02:00 6988 15492 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=2
2023-05-08T12:29:52.2498136+02:00 6988 15492 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=2 -> ToNode=0,ToPin=1
2023-05-08T12:29:52.2498204+02:00 6988 15492 [PortAudio]   Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T12:29:52.2498270+02:00 6988 15492 [PortAudio]   Connection: 2 - FromNode=4294967295,FromPin=0 -> ToNode=1,ToPin=1
2023-05-08T12:29:52.2498336+02:00 6988 15492 [PortAudio]   Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T12:29:52.2498404+02:00 6988 15492 [PortAudio]   Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2023-05-08T12:29:52.2498473+02:00 6988 15492 [PortAudio]   Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2023-05-08T12:29:52.2498562+02:00 6988 15492 [PortAudio] PinNew: Creating pin 0:
2023-05-08T12:29:52.2498757+02:00 6988 15492 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T12:29:52.2498822+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2498886+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2498951+02:00 6988 15492 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T12:29:52.2499015+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2499078+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2499141+02:00 6988 15492 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T12:29:52.2499205+02:00 6988 15492 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T12:29:52.2499297+02:00 6988 15492 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T12:29:52.2499364+02:00 6988 15492 [PortAudio] PinNew: Finding topology pin...
2023-05-08T12:29:52.2499429+02:00 6988 15492 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 4 connections...
2023-05-08T12:29:52.2499494+02:00 6988 15492 [PortAudio] FindStartConnectionTo: returning 000000002E684D38
2023-05-08T12:29:52.2499560+02:00 6988 15492 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2023-05-08T12:29:52.2499625+02:00 6988 15492 [PortAudio] GetConnectionTo: Checking 4 connections... (pFrom = 000000002E684D38)
2023-05-08T12:29:52.2499688+02:00 6988 15492 [PortAudio] GetConnectionTo: Returning 000000002E684D48
2023-05-08T12:29:52.2499887+02:00 6988 15492 [PortAudio] PinNew: Getting physical connection...
2023-05-08T12:29:52.2499989+02:00 6988 15492 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T12:29:52.2500273+02:00 6988 15492 [PortAudio] Pin created successfully
2023-05-08T12:29:52.2500348+02:00 6988 15492 [PortAudio] PinNew: Creating pin 1:
2023-05-08T12:29:52.2500522+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2500589+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2500654+02:00 6988 15492 [PortAudio] PinNew: Creating pin 2:
2023-05-08T12:29:52.2500738+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2500803+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2500867+02:00 6988 15492 [PortAudio] PinNew: Creating pin 3:
2023-05-08T12:29:52.2501045+02:00 6988 15492 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T12:29:52.2501113+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2501177+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2501242+02:00 6988 15492 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T12:29:52.2501307+02:00 6988 15492 [PortAudio] PinNew: DR major format 73647561
2023-05-08T12:29:52.2501369+02:00 6988 15492 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T12:29:52.2501433+02:00 6988 15492 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T12:29:52.2501496+02:00 6988 15492 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T12:29:52.2501588+02:00 6988 15492 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T12:29:52.2501651+02:00 6988 15492 [PortAudio] PinNew: Finding topology pin...
2023-05-08T12:29:52.2501716+02:00 6988 15492 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 4 connections...
2023-05-08T12:29:52.2501781+02:00 6988 15492 [PortAudio] FindStartConnectionFrom: returning 000000002E684D28
2023-05-08T12:29:52.2501848+02:00 6988 15492 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=-1
2023-05-08T12:29:52.2501915+02:00 6988 15492 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000000002E684D28)
2023-05-08T12:29:52.2501979+02:00 6988 15492 [PortAudio] GetConnectionFrom: Returning 000000002E684D18
2023-05-08T12:29:52.2502042+02:00 6988 15492 [PortAudio] PinNew: Getting physical connection...
2023-05-08T12:29:52.2502136+02:00 6988 15492 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T12:29:52.2502372+02:00 6988 15492 [PortAudio] Pin created successfully
2023-05-08T12:29:52.2502483+02:00 6988 15492 [PortAudio] Filter (WaveRT) created with 2 valid pins (total I/Os: 2)
2023-05-08T12:29:52.2502804+02:00 6988 15492 [PortAudio] Device 10 has render alias
2023-05-08T12:29:52.2503097+02:00 6988 15492 [PortAudio] Device 10 has capture alias
2023-05-08T12:29:52.2503366+02:00 6988 15492 [PortAudio] Interface 10, Name: Z
2023-05-08T12:29:52.2503455+02:00 6988 15492 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 MIDI'
2023-05-08T12:29:52.2503521+02:00 6988 15492 [PortAudio] FilterNew: Opening filter...
2023-05-08T12:29:52.2503759+02:00 6988 15492 [PortAudio] DumpConnectionsAndNodes: connections=12, nodes=8
2023-05-08T12:29:52.2503829+02:00 6988 15492 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T12:29:52.2503896+02:00 6988 15492 [PortAudio]   Connection: 1 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2023-05-08T12:29:52.2503962+02:00 6988 15492 [PortAudio]   Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2023-05-08T12:29:52.2504028+02:00 6988 15492 [PortAudio]   Connection: 3 - FromNode=4294967295,FromPin=3 -> ToNode=3,ToPin=1
2023-05-08T12:29:52.2504093+02:00 6988 15492 [PortAudio]   Connection: 4 - FromNode=2,FromPin=0 -> ToNode=4,ToPin=1
2023-05-08T12:29:52.2504159+02:00 6988 15492 [PortAudio]   Connection: 5 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=4
2023-05-08T12:29:52.2504232+02:00 6988 15492 [PortAudio]   Connection: 6 - FromNode=3,FromPin=0 -> ToNode=5,ToPin=1
2023-05-08T12:29:52.2504303+02:00 6988 15492 [PortAudio]   Connection: 7 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=5
2023-05-08T12:29:52.2504372+02:00 6988 15492 [PortAudio]   Connection: 8 - FromNode=0,FromPin=0 -> ToNode=6,ToPin=1
2023-05-08T12:29:52.2504437+02:00 6988 15492 [PortAudio]   Connection: 9 - FromNode=6,FromPin=0 -> ToNode=4294967295,ToPin=6
2023-05-08T12:29:52.2504502+02:00 6988 15492 [PortAudio]   Connection: 10 - FromNode=1,FromPin=0 -> ToNode=7,ToPin=1
2023-05-08T12:29:52.2504567+02:00 6988 15492 [PortAudio]   Connection: 11 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=7
2023-05-08T12:29:52.2504637+02:00 6988 15492 [PortAudio]   Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2504706+02:00 6988 15492 [PortAudio]   Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2504773+02:00 6988 15492 [PortAudio]   Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2504840+02:00 6988 15492 [PortAudio]   Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2504907+02:00 6988 15492 [PortAudio]   Node: 4 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2504974+02:00 6988 15492 [PortAudio]   Node: 5 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2505040+02:00 6988 15492 [PortAudio]   Node: 6 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2505107+02:00 6988 15492 [PortAudio]   Node: 7 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2505199+02:00 6988 15492 [PortAudio] PinNew: Creating pin 0:
2023-05-08T12:29:52.2505384+02:00 6988 15492 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T12:29:52.2505450+02:00 6988 15492 [PortAudio] PinNew: DR major format e725d360
2023-05-08T12:29:52.2505514+02:00 6988 15492 [PortAudio] PinNew: Error -9999
2023-05-08T12:29:52.2505579+02:00 6988 15492 [PortAudio] PinNew: Creating pin 1:
2023-05-08T12:29:52.2505841+02:00 6988 15492 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T12:29:52.2505906+02:00 6988 15492 [PortAudio] PinNew: DR major format e725d360
2023-05-08T12:29:52.2505969+02:00 6988 15492 [PortAudio] PinNew: Error -9999
2023-05-08T12:29:52.2506035+02:00 6988 15492 [PortAudio] PinNew: Creating pin 2:
2023-05-08T12:29:52.2506114+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2506177+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2506241+02:00 6988 15492 [PortAudio] PinNew: Creating pin 3:
2023-05-08T12:29:52.2506319+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2506381+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2506445+02:00 6988 15492 [PortAudio] PinNew: Creating pin 4:
2023-05-08T12:29:52.2506624+02:00 6988 15492 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T12:29:52.2506689+02:00 6988 15492 [PortAudio] PinNew: DR major format e725d360
2023-05-08T12:29:52.2506754+02:00 6988 15492 [PortAudio] PinNew: Error -9999
2023-05-08T12:29:52.2506818+02:00 6988 15492 [PortAudio] PinNew: Creating pin 5:
2023-05-08T12:29:52.2506995+02:00 6988 15492 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T12:29:52.2507059+02:00 6988 15492 [PortAudio] PinNew: DR major format e725d360
2023-05-08T12:29:52.2507124+02:00 6988 15492 [PortAudio] PinNew: Error -9999
2023-05-08T12:29:52.2507187+02:00 6988 15492 [PortAudio] PinNew: Creating pin 6:
2023-05-08T12:29:52.2507265+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2507329+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2507392+02:00 6988 15492 [PortAudio] PinNew: Creating pin 7:
2023-05-08T12:29:52.2507472+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2507534+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2507599+02:00 6988 15492 [PortAudio] FilterNew: Error -9985
2023-05-08T12:29:52.2507689+02:00 6988 15492 [PortAudio] Filter NOT created
2023-05-08T12:29:52.2508003+02:00 6988 15492 [PortAudio] Device 11 has render alias
2023-05-08T12:29:52.2508293+02:00 6988 15492 [PortAudio] Device 11 has capture alias
2023-05-08T12:29:52.2508547+02:00 6988 15492 [PortAudio] Interface 11, Name: U
2023-05-08T12:29:52.2508634+02:00 6988 15492 [PortAudio] FilterNew: Creating filter 'USB MIDI Interface'
2023-05-08T12:29:52.2508700+02:00 6988 15492 [PortAudio] FilterNew: Opening filter...
2023-05-08T12:29:52.2509013+02:00 6988 15492 [PortAudio] DumpConnectionsAndNodes: connections=6, nodes=4
2023-05-08T12:29:52.2509094+02:00 6988 15492 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T12:29:52.2509161+02:00 6988 15492 [PortAudio]   Connection: 1 - FromNode=4294967295,FromPin=2 -> ToNode=1,ToPin=1
2023-05-08T12:29:52.2509227+02:00 6988 15492 [PortAudio]   Connection: 2 - FromNode=1,FromPin=0 -> ToNode=2,ToPin=1
2023-05-08T12:29:52.2509293+02:00 6988 15492 [PortAudio]   Connection: 3 - FromNode=2,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T12:29:52.2509359+02:00 6988 15492 [PortAudio]   Connection: 4 - FromNode=0,FromPin=0 -> ToNode=3,ToPin=1
2023-05-08T12:29:52.2509423+02:00 6988 15492 [PortAudio]   Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T12:29:52.2509492+02:00 6988 15492 [PortAudio]   Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2509559+02:00 6988 15492 [PortAudio]   Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2509626+02:00 6988 15492 [PortAudio]   Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2509692+02:00 6988 15492 [PortAudio]   Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T12:29:52.2509836+02:00 6988 15492 [PortAudio] PinNew: Creating pin 0:
2023-05-08T12:29:52.2509976+02:00 6988 15492 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T12:29:52.2510041+02:00 6988 15492 [PortAudio] PinNew: DR major format e725d360
2023-05-08T12:29:52.2510105+02:00 6988 15492 [PortAudio] PinNew: Error -9999
2023-05-08T12:29:52.2510170+02:00 6988 15492 [PortAudio] PinNew: Creating pin 1:
2023-05-08T12:29:52.2510311+02:00 6988 15492 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T12:29:52.2510379+02:00 6988 15492 [PortAudio] PinNew: DR major format e725d360
2023-05-08T12:29:52.2510443+02:00 6988 15492 [PortAudio] PinNew: Error -9999
2023-05-08T12:29:52.2510507+02:00 6988 15492 [PortAudio] PinNew: Creating pin 2:
2023-05-08T12:29:52.2510581+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2510644+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2510708+02:00 6988 15492 [PortAudio] PinNew: Creating pin 3:
2023-05-08T12:29:52.2510783+02:00 6988 15492 [PortAudio] PinNew: Not source/sink
2023-05-08T12:29:52.2510846+02:00 6988 15492 [PortAudio] PinNew: Error -9996
2023-05-08T12:29:52.2510910+02:00 6988 15492 [PortAudio] FilterNew: Error -9985
2023-05-08T12:29:52.2511086+02:00 6988 15492 [PortAudio] Filter NOT created
2023-05-08T12:29:52.2513786+02:00 6988 15492 [PortAudio] after paHostApiInitializers[3].
2023-05-08T12:29:52.2513917+02:00 6988 15492 PortAudio initialization successful
2023-05-08T12:29:52.2514002+02:00 6988 15492 Found backend: PortAudio host API index 0 (name: 'MME', type: 2 [MME], default input device: 1, default output device: 3)
2023-05-08T12:29:52.2514098+02:00 6988 15492 Found backend: PortAudio host API index 1 (name: 'Windows DirectSound', type: 1 [DirectSound], default input device: 5, default output device: 7)
2023-05-08T12:29:52.2514173+02:00 6988 15492 Found backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 12, default output device: 11)
2023-05-08T12:29:52.2514245+02:00 6988 15492 Found backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 17, default output device: 16)
2023-05-08T12:29:52.2514328+02:00 6988 15492 Searching for a PortAudio host API named 'Windows WASAPI'
2023-05-08T12:29:52.2514405+02:00 6988 15492 Selected backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 12, default output device: 11)
2023-05-08T12:29:52.2514484+02:00 6988 15492 Found device: PortAudio device index 0 (name: 'Microsoft Sound Mapper - Input', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T12:29:52.2514619+02:00 6988 15492 Found device: PortAudio device index 1 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T12:29:52.2514713+02:00 6988 15492 Found device: PortAudio device index 2 (name: 'Microsoft Sound Mapper - Output', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T12:29:52.2514801+02:00 6988 15492 Found device: PortAudio device index 3 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T12:29:52.2514889+02:00 6988 15492 Found device: PortAudio device index 4 (name: 'BenQ GL2480 (NVIDIA High Defini', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T12:29:52.2514976+02:00 6988 15492 Found device: PortAudio device index 5 (name: 'Primary Sound Capture Driver', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T12:29:52.2515067+02:00 6988 15492 Found device: PortAudio device index 6 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T12:29:52.2515155+02:00 6988 15492 Found device: PortAudio device index 7 (name: 'Primary Sound Driver', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T12:29:52.2515242+02:00 6988 15492 Found device: PortAudio device index 8 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T12:29:52.2515328+02:00 6988 15492 Found device: PortAudio device index 9 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T12:29:52.2515413+02:00 6988 15492 Found device: PortAudio device index 10 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T12:29:52.2515504+02:00 6988 15492 Found device: PortAudio device index 11 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T12:29:52.2515590+02:00 6988 15492 Found device: PortAudio device index 12 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T12:29:52.2515675+02:00 6988 15492 Found device: PortAudio device index 13 (name: 'BenQ GL2480 (NVIDIA High Definition Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T12:29:52.2515941+02:00 6988 15492 Found device: PortAudio device index 14 (name: 'Line (2- ZOOM UAC-232 Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T12:29:52.2516033+02:00 6988 15492 Found device: PortAudio device index 15 (name: 'Output (NVIDIA High Definition Audio)', host API: 3, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T12:29:52.2516122+02:00 6988 15492 Found device: PortAudio device index 16 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T12:29:52.2516211+02:00 6988 15492 Found device: PortAudio device index 17 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T12:29:52.2516302+02:00 6988 15492 Selecting input device
2023-05-08T12:29:52.2516365+02:00 6988 15492 Selecting PortAudio device with host API index 2, minimum channel counts: 1 input, 0 output
2023-05-08T12:29:52.2516433+02:00 6988 15492 Using default device with index 12
2023-05-08T12:29:52.2516497+02:00 6988 15492 Selected input device: PortAudio device index 12 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T12:29:52.2516584+02:00 6988 15492 Selecting output device
2023-05-08T12:29:52.2516646+02:00 6988 15492 Selecting PortAudio device with host API index 2, minimum channel counts: 0 input, 1 output
2023-05-08T12:29:52.2516713+02:00 6988 15492 Using default device with index 11
2023-05-08T12:29:52.2516776+02:00 6988 15492 Selected output device: PortAudio device index 11 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T12:29:52.2516874+02:00 6988 15492 Selecting input sample type
2023-05-08T12:29:52.2516936+02:00 6988 15492 Selecting sample type from configuration
2023-05-08T12:29:52.2517021+02:00 6988 15492 Selected input sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2023-05-08T12:29:52.2517139+02:00 6988 15492 Selecting output sample type
2023-05-08T12:29:52.2517200+02:00 6988 15492 Selecting sample type from configuration
2023-05-08T12:29:52.2517262+02:00 6988 15492 Selected output sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2023-05-08T12:29:52.2517339+02:00 6988 15492 Selecting input channel mask
2023-05-08T12:29:52.2517404+02:00 6988 15492 Selecting channel mask from WASAPI device mix format
2023-05-08T12:29:52.2517471+02:00 6988 15492 WASAPI device mix format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 384000 average bytes/second, block alignment 8 bytes, 32 bits per sample, 32 valid bits per sample, channel mask 3 [Front Left, Front Right], subformat {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]
2023-05-08T12:29:52.2517602+02:00 6988 15492 Selected input channel mask: 3 [Front Left, Front Right]
2023-05-08T12:29:52.2517671+02:00 6988 15492 Selecting output channel mask
2023-05-08T12:29:52.2517732+02:00 6988 15492 Selecting channel mask from WASAPI device mix format
2023-05-08T12:29:52.2517794+02:00 6988 15492 WASAPI device mix format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 384000 average bytes/second, block alignment 8 bytes, 32 bits per sample, 32 valid bits per sample, channel mask 3 [Front Left, Front Right], subformat {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]
2023-05-08T12:29:52.2517897+02:00 6988 15492 Selected output channel mask: 3 [Front Left, Front Right]
2023-05-08T12:29:52.2517977+02:00 6988 15492 Default sample rate: 48000
2023-05-08T12:29:52.2518044+02:00 6988 15492 sysHandle = 00000000000702A0
2023-05-08T12:29:52.2518111+02:00 6988 15492 Input channel count: 2
2023-05-08T12:29:52.2518174+02:00 6988 15492 Output channel count: 2
2023-05-08T12:29:52.2518237+02:00 6988 15492 --- EXITING CONTEXT: init() [OK]
2023-05-08T12:29:52.2518308+02:00 6988 15492 --- ENTERING CONTEXT: getDriverName()
2023-05-08T12:29:52.2518369+02:00 6988 15492 --- EXITING CONTEXT: getDriverName() [OK]
2023-05-08T12:29:52.2518483+02:00 6988 15492 --- ENTERING CONTEXT: getDriverVersion()
2023-05-08T12:29:52.2518545+02:00 6988 15492 --- EXITING CONTEXT: getDriverVersion() [OK]
2023-05-08T12:29:52.2518618+02:00 6988 15492 --- ENTERING CONTEXT: getClockSources()
2023-05-08T12:29:52.2518681+02:00 6988 15492 --- EXITING CONTEXT: getClockSources() [OK]
2023-05-08T12:29:52.2519194+02:00 6988 15492 --- ENTERING CONTEXT: setSampleRate()
2023-05-08T12:29:52.2519260+02:00 6988 15492 Request to set sample rate: 48000
2023-05-08T12:29:52.2519326+02:00 6988 15492 Requested sampled rate is equal to current sample rate
2023-05-08T12:29:52.2519387+02:00 6988 15492 --- EXITING CONTEXT: setSampleRate() [OK]
2023-05-08T12:29:52.2519503+02:00 6988 15492 --- ENTERING CONTEXT: getChannels()
2023-05-08T12:29:52.2519567+02:00 6988 15492 Returning 2 input channels and 2 output channels
2023-05-08T12:29:52.2519632+02:00 6988 15492 --- EXITING CONTEXT: getChannels() [OK]
2023-05-08T12:29:52.2519791+02:00 6988 15492 --- ENTERING CONTEXT: getBufferSize()
2023-05-08T12:29:52.2519855+02:00 6988 15492 Calculating default buffer size based on 48000 Hz sample rate
2023-05-08T12:29:52.2519925+02:00 6988 15492 Returning: min buffer size 48, max buffer size 48000, preferred buffer size 960, granularity 1
2023-05-08T12:29:52.2519996+02:00 6988 15492 --- EXITING CONTEXT: getBufferSize() [OK]
2023-05-08T12:29:52.2520116+02:00 6988 15492 --- ENTERING CONTEXT: outputReady()
2023-05-08T12:29:52.2520179+02:00 6988 15492 Host supports OutputReady
2023-05-08T12:29:52.2520241+02:00 6988 15492 --- EXITING CONTEXT: outputReady() [OK]
2023-05-08T12:29:52.2520420+02:00 6988 15492 --- ENTERING CONTEXT: createBuffers()
2023-05-08T12:29:52.2520482+02:00 6988 15492 Request to create buffers for 4 channels, size 1024 samples
2023-05-08T12:29:52.2520569+02:00 6988 15492 Allocated 2 buffer sets, 2/2 (I/O) channels per buffer set, 1024 samples per channel, 4/4 (I/O) bytes per sample, memory range: 000000002797CB60-0000000027984B60
2023-05-08T12:29:52.2520666+02:00 6988 15492 ASIO buffer #0 is input channel 0 - first half: 000000002797CB60-000000002797DB60 - second half: 0000000027980B60-0000000027981B60
2023-05-08T12:29:52.2520745+02:00 6988 15492 ASIO buffer #1 is input channel 1 - first half: 000000002797DB60-000000002797EB60 - second half: 0000000027981B60-0000000027982B60
2023-05-08T12:29:52.2520819+02:00 6988 15492 ASIO buffer #2 is output channel 0 - first half: 000000002797EB60-000000002797FB60 - second half: 0000000027982B60-0000000027983B60
2023-05-08T12:29:52.2520893+02:00 6988 15492 ASIO buffer #3 is output channel 1 - first half: 000000002797FB60-0000000027980B60 - second half: 0000000027983B60-0000000027984B60
2023-05-08T12:29:52.2520965+02:00 6988 15492 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 1024, callback = 00007FFA01863A71, callbackUserData = 000000002795C900)
2023-05-08T12:29:52.2521046+02:00 6988 15492 Using exclusive mode for input WASAPI stream
2023-05-08T12:29:52.2521112+02:00 6988 15492 Enabling auto-conversion for input WASAPI stream
2023-05-08T12:29:52.2521174+02:00 6988 15492 Enabling explicit sample format for input WASAPI stream
2023-05-08T12:29:52.2521236+02:00 6988 15492 Using exclusive mode for output WASAPI stream
2023-05-08T12:29:52.2521305+02:00 6988 15492 Enabling auto-conversion for output WASAPI stream
2023-05-08T12:29:52.2521370+02:00 6988 15492 Enabling explicit sample format for output WASAPI stream
2023-05-08T12:29:52.2521442+02:00 6988 15492 Opening PortAudio stream with...
2023-05-08T12:29:52.2521503+02:00 6988 15492 ...input parameters: PortAudio stream parameters for device index 12, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.064s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 101 [Exclusive, UseChannelMask, ExplicitSampleFormat, AutoConvert], channel mask 3 [Front Left, Front Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2023-05-08T12:29:52.2521661+02:00 6988 15492 ...output parameters: PortAudio stream parameters for device index 11, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.064s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 101 [Exclusive, UseChannelMask, ExplicitSampleFormat, AutoConvert], channel mask 3 [Front Left, Front Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2023-05-08T12:29:52.2521786+02:00 6988 15492 ...sample rate: 48000 Hz
2023-05-08T12:29:52.2521851+02:00 6988 15492 ...frames per buffer: 1024
2023-05-08T12:29:52.2521914+02:00 6988 15492 ...stream flags: 8 [PrimeOutputBuffersUsingStreamCallback]
2023-05-08T12:29:52.2521985+02:00 6988 15492 ...stream callback: 00007FFA01863A71 (user data 000000002795C900)
2023-05-08T12:29:52.2523235+02:00 6988 15492 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2023-05-08T12:29:52.2594192+02:00 6988 15492 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
 [FUNCTION: CreateAudioClient FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3731}]
2023-05-08T12:29:52.2594414+02:00 6988 15492 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
 [FUNCTION: ActivateAudioClientInput FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3823}]
2023-05-08T12:29:52.2594495+02:00 6988 15492 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
 [FUNCTION: OpenStream FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 4028}]
2023-05-08T12:29:52.2594834+02:00 6988 15492 Destroying buffers
2023-05-08T12:29:52.2594958+02:00 6988 15492 --- EXITING CONTEXT: createBuffers() (-999 [ASE_HWMalfunction] unable to open PortAudio stream: Invalid device)
2023-05-08T12:29:52.2595181+02:00 6988 15492 --- ENTERING CONTEXT: getChannels()
2023-05-08T12:29:52.2595251+02:00 6988 15492 Returning 2 input channels and 2 output channels
2023-05-08T12:29:52.2595317+02:00 6988 15492 --- EXITING CONTEXT: getChannels() [OK]
2023-05-08T12:29:52.2595466+02:00 6988 15492 --- ENTERING CONTEXT: getBufferSize()
2023-05-08T12:29:52.2595529+02:00 6988 15492 Calculating default buffer size based on 48000 Hz sample rate
2023-05-08T12:29:52.2595615+02:00 6988 15492 Returning: min buffer size 48, max buffer size 48000, preferred buffer size 960, granularity 1
2023-05-08T12:29:52.2595688+02:00 6988 15492 --- EXITING CONTEXT: getBufferSize() [OK]
2023-05-08T12:29:52.2595794+02:00 6988 15492 --- ENTERING CONTEXT: outputReady()
2023-05-08T12:29:52.2595857+02:00 6988 15492 --- EXITING CONTEXT: outputReady() [OK]
2023-05-08T12:29:52.2596034+02:00 6988 15492 --- ENTERING CONTEXT: createBuffers()
2023-05-08T12:29:52.2596097+02:00 6988 15492 Request to create buffers for 4 channels, size 960 samples
2023-05-08T12:29:52.2596182+02:00 6988 15492 Allocated 2 buffer sets, 2/2 (I/O) channels per buffer set, 960 samples per channel, 4/4 (I/O) bytes per sample, memory range: 000000002797CB60-0000000027984360
2023-05-08T12:29:52.2596287+02:00 6988 15492 ASIO buffer #0 is input channel 0 - first half: 000000002797CB60-000000002797DA60 - second half: 0000000027980760-0000000027981660
2023-05-08T12:29:52.2596374+02:00 6988 15492 ASIO buffer #1 is input channel 1 - first half: 000000002797DA60-000000002797E960 - second half: 0000000027981660-0000000027982560
2023-05-08T12:29:52.2596450+02:00 6988 15492 ASIO buffer #2 is output channel 0 - first half: 000000002797E960-000000002797F860 - second half: 0000000027982560-0000000027983460
2023-05-08T12:29:52.2596528+02:00 6988 15492 ASIO buffer #3 is output channel 1 - first half: 000000002797F860-0000000027980760 - second half: 0000000027983460-0000000027984360
2023-05-08T12:29:52.2596604+02:00 6988 15492 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 960, callback = 00007FFA01863A71, callbackUserData = 000000002795C900)
2023-05-08T12:29:52.2596687+02:00 6988 15492 Using exclusive mode for input WASAPI stream
2023-05-08T12:29:52.2596752+02:00 6988 15492 Enabling auto-conversion for input WASAPI stream
2023-05-08T12:29:52.2596815+02:00 6988 15492 Enabling explicit sample format for input WASAPI stream
2023-05-08T12:29:52.2596877+02:00 6988 15492 Using exclusive mode for output WASAPI stream
2023-05-08T12:29:52.2596940+02:00 6988 15492 Enabling auto-conversion for output WASAPI stream
2023-05-08T12:29:52.2597002+02:00 6988 15492 Enabling explicit sample format for output WASAPI stream
2023-05-08T12:29:52.2597065+02:00 6988 15492 Opening PortAudio stream with...
2023-05-08T12:29:52.2597127+02:00 6988 15492 ...input parameters: PortAudio stream parameters for device index 12, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.06s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 101 [Exclusive, UseChannelMask, ExplicitSampleFormat, AutoConvert], channel mask 3 [Front Left, Front Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2023-05-08T12:29:52.2597335+02:00 6988 15492 ...output parameters: PortAudio stream parameters for device index 11, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.06s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 101 [Exclusive, UseChannelMask, ExplicitSampleFormat, AutoConvert], channel mask 3 [Front Left, Front Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2023-05-08T12:29:52.2597465+02:00 6988 15492 ...sample rate: 48000 Hz
2023-05-08T12:29:52.2597533+02:00 6988 15492 ...frames per buffer: 960
2023-05-08T12:29:52.2597597+02:00 6988 15492 ...stream flags: 8 [PrimeOutputBuffersUsingStreamCallback]
2023-05-08T12:29:52.2597665+02:00 6988 15492 ...stream callback: 00007FFA01863A71 (user data 000000002795C900)
2023-05-08T12:29:52.2598915+02:00 6988 15492 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2023-05-08T12:29:52.2616631+02:00 6988 15492 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
 [FUNCTION: CreateAudioClient FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3731}]
2023-05-08T12:29:52.2616833+02:00 6988 15492 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
 [FUNCTION: ActivateAudioClientInput FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3823}]
2023-05-08T12:29:52.2616910+02:00 6988 15492 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
 [FUNCTION: OpenStream FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 4028}]
2023-05-08T12:29:52.2617089+02:00 6988 15492 Destroying buffers
2023-05-08T12:29:52.2617199+02:00 6988 15492 --- EXITING CONTEXT: createBuffers() (-999 [ASE_HWMalfunction] unable to open PortAudio stream: Invalid device)
2023-05-08T12:29:52.2617467+02:00 6988 15492 --- ENTERING CONTEXT: disposeBuffers()
2023-05-08T12:29:52.2617600+02:00 6988 15492 --- EXITING CONTEXT: disposeBuffers() (-997 [ASE_InvalidMode] disposeBuffers() called before createBuffers())
2023-05-08T12:29:52.2617683+02:00 6988 15492 --- ENTERING CONTEXT: ~CFlexASIO()
2023-05-08T12:29:52.2617745+02:00 6988 15492 --- EXITING CONTEXT: ~CFlexASIO() [OK]
2023-05-08T12:29:52.2617808+02:00 6988 15492 Terminating PortAudio
2023-05-08T12:29:52.2617872+02:00 6988 15492 [PortAudio] TerminateHostApis in
2023-05-08T12:29:52.2618040+02:00 6988 15492 [PortAudio] TerminateHostApis out
2023-05-08T12:29:52.2618104+02:00 6988 15492 PortAudio terminated successfully
2023-05-08T12:29:52.2618167+02:00 6988 15492 [PortAudio] Disabling PortAudio debug output redirection

@dechamps
Copy link
Owner

dechamps commented May 8, 2023

It does indeed look like your WDM driver supports 32-bit float:

[PortAudio] PinNew: Format IEEE float 32 bit supported

Well I'll be damned. You discover something new every day…

I'm not sure why WASAPI is rejecting the call. There are a number of reasons why that could happen: either WASAPI Exclusive itself doesn't support 32-bit float at all (in which case the only option is to use WDM-KS), or PortAudio is messing things up somehow and is not passing through the format correctly.

It could also be that the error is not caused by the sample format but by something else. Does it work if you use sampleType = "Int24" instead?

It would also be interesting to see if it works with the WDM-KS backend. I would expect it to.

Ultimately I suspect this is going to be difficult to investigate because I don't have 32-bit float hardware. Even the virtual audio driver I typically use for testing does not support 32-bit float operation. This means I have no way to reproduce, so making progress will be challenging.

@lewie6
Copy link
Author

lewie6 commented May 8, 2023

@dechamps so...

If I remove wasapiExclusiveMode = true, it works (but is not 32bit)

If I change to sampleType = "Int24", it doesn't work (log file below)

Also If I change to backend = "Windows WDM-KS" , it doesn't work either
(log file further below)

sampleType = "Int24"

2023-05-08T13:47:23.6901374+02:00 18860 7960 --- ENTERING CONTEXT: CFlexASIO()
2023-05-08T13:47:23.6901915+02:00 18860 7960 --- EXITING CONTEXT: CFlexASIO() [OK]
2023-05-08T13:47:23.6902028+02:00 18860 7960 --- ENTERING CONTEXT: init()
2023-05-08T13:47:23.6902262+02:00 18860 7960 Attempting to load configuration file: "C:\\Users\\xxxx\\FlexASIO.toml"
2023-05-08T13:47:23.6907435+02:00 18860 7960 Configuration file successfully parsed as valid TOML: backend = "Windows WASAPI"

[input]
sampleType = "Int24"
wasapiExclusiveMode = true
wasapiExplicitSampleFormat = true

[output]
sampleType = "Int24"
wasapiExclusiveMode = true
wasapiExplicitSampleFormat = true

2023-05-08T13:47:23.6907857+02:00 18860 7960 [PortAudio] PortAudio version: PortAudio V19.7.0-devel, revision 80ef9ac9c4ed1a4b9f3f4b11ad31ed9f69c4dc57-FlexASIO
2023-05-08T13:47:23.6907929+02:00 18860 7960 [PortAudio] Enabling PortAudio debug output redirection
2023-05-08T13:47:23.6908014+02:00 18860 7960 Initializing PortAudio
2023-05-08T13:47:23.6908149+02:00 18860 7960 [PortAudio] before paHostApiInitializers[0].
2023-05-08T13:47:23.6964158+02:00 18860 7960 [PortAudio] after paHostApiInitializers[0].
2023-05-08T13:47:23.6964499+02:00 18860 7960 [PortAudio] before paHostApiInitializers[1].
2023-05-08T13:47:23.6970105+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:47:23.6970300+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:47:23.6970371+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:47:23.6972056+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:47:23.6972194+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:47:23.6972265+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:47:23.6997567+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:47:23.6997829+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:47:23.6997903+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:47:23.7020419+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:47:23.7020606+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:47:23.7020677+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:47:23.7041922+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:47:23.7042117+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:47:23.7042189+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:47:23.7043615+02:00 18860 7960 [PortAudio] after paHostApiInitializers[1].
2023-05-08T13:47:23.7043743+02:00 18860 7960 [PortAudio] before paHostApiInitializers[2].
2023-05-08T13:47:23.7073364+02:00 18860 7960 [PortAudio] WASAPI: device idx: 00
2023-05-08T13:47:23.7073528+02:00 18860 7960 [PortAudio] WASAPI: ---------------
2023-05-08T13:47:23.7074158+02:00 18860 7960 [PortAudio] WASAPI:0| name[BenQ GL2480 (NVIDIA High Definition Audio)]
2023-05-08T13:47:23.7074843+02:00 18860 7960 [PortAudio] WASAPI:0| form-factor[9]
2023-05-08T13:47:23.7079658+02:00 18860 7960 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T13:47:23.7079825+02:00 18860 7960 [PortAudio] WASAPI: device idx: 01
2023-05-08T13:47:23.7079895+02:00 18860 7960 [PortAudio] WASAPI: ---------------
2023-05-08T13:47:23.7080475+02:00 18860 7960 [PortAudio] WASAPI:1| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T13:47:23.7081104+02:00 18860 7960 [PortAudio] WASAPI:1| form-factor[2]
2023-05-08T13:47:23.7086768+02:00 18860 7960 [PortAudio] WASAPI:1| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T13:47:23.7086932+02:00 18860 7960 [PortAudio] WASAPI: device idx: 02
2023-05-08T13:47:23.7087000+02:00 18860 7960 [PortAudio] WASAPI: ---------------
2023-05-08T13:47:23.7087548+02:00 18860 7960 [PortAudio] WASAPI:2| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T13:47:23.7087696+02:00 18860 7960 [PortAudio] WASAPI:2| form-factor[2]
2023-05-08T13:47:23.7089765+02:00 18860 7960 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T13:47:23.7089909+02:00 18860 7960 [PortAudio] WASAPI: device list ok - found 5 devices, 2 loopback devices
2023-05-08T13:47:23.7090233+02:00 18860 7960 [PortAudio] WASAPI: initialized ok
2023-05-08T13:47:23.7090304+02:00 18860 7960 [PortAudio] after paHostApiInitializers[2].
2023-05-08T13:47:23.7090369+02:00 18860 7960 [PortAudio] before paHostApiInitializers[3].
2023-05-08T13:47:23.7092468+02:00 18860 7960 [PortAudio] Setup called
2023-05-08T13:47:23.7092570+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7092933+02:00 18860 7960 [PortAudio] noError = 1
2023-05-08T13:47:23.7093012+02:00 18860 7960 [PortAudio] Device 0 has render alias
2023-05-08T13:47:23.7093332+02:00 18860 7960 [PortAudio] Device 0 has capture alias
2023-05-08T13:47:23.7093409+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7093569+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:47:23.7093741+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7093903+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:47:23.7094111+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7094270+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:47:23.7094434+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7094589+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:47:23.7094755+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7094921+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:47:23.7095088+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7095247+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:47:23.7095414+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7095575+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:47:23.7095736+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7095895+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:47:23.7096056+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7096367+02:00 18860 7960 [PortAudio] noError = 1
2023-05-08T13:47:23.7096440+02:00 18860 7960 [PortAudio] Device 9 has render alias
2023-05-08T13:47:23.7096735+02:00 18860 7960 [PortAudio] Device 9 has capture alias
2023-05-08T13:47:23.7096812+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7097103+02:00 18860 7960 [PortAudio] noError = 1
2023-05-08T13:47:23.7097175+02:00 18860 7960 [PortAudio] Device 10 has render alias
2023-05-08T13:47:23.7097453+02:00 18860 7960 [PortAudio] Device 10 has capture alias
2023-05-08T13:47:23.7097530+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7097816+02:00 18860 7960 [PortAudio] noError = 1
2023-05-08T13:47:23.7097888+02:00 18860 7960 [PortAudio] Device 11 has render alias
2023-05-08T13:47:23.7098170+02:00 18860 7960 [PortAudio] Device 11 has capture alias
2023-05-08T13:47:23.7098247+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:47:23.7098311+02:00 18860 7960 [PortAudio] Interfaces found: 4
2023-05-08T13:47:23.7098605+02:00 18860 7960 [PortAudio] Device 0 has render alias
2023-05-08T13:47:23.7098897+02:00 18860 7960 [PortAudio] Device 0 has capture alias
2023-05-08T13:47:23.7099226+02:00 18860 7960 [PortAudio] Device 0 has realtime alias
2023-05-08T13:47:23.7099470+02:00 18860 7960 [PortAudio] Interface 0, Name: N
2023-05-08T13:47:23.7099597+02:00 18860 7960 [PortAudio] FilterNew: Creating filter 'NVIDIA High Definition Audio'
2023-05-08T13:47:23.7099679+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:47:23.7099889+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0
2023-05-08T13:47:23.7099961+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T13:47:23.7100065+02:00 18860 7960 [PortAudio] PinNew: Creating pin 0:
2023-05-08T13:47:23.7100228+02:00 18860 7960 [PortAudio] PinNew: Checking 6 no of dataranges...
2023-05-08T13:47:23.7100294+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7100357+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7100436+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:47:23.7100510+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7100573+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7100635+02:00 18860 7960 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T13:47:23.7100698+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7100760+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7100822+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:47:23.7100886+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7100948+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7101014+02:00 18860 7960 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T13:47:23.7101076+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7101139+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7101202+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:47:23.7101265+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7101327+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7101388+02:00 18860 7960 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T13:47:23.7101453+02:00 18860 7960 [PortAudio] PinNew: Default sample rate = 44100 Hz
2023-05-08T13:47:23.7101543+02:00 18860 7960 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T13:47:23.7101605+02:00 18860 7960 [PortAudio] PinNew: Finding topology pin...
2023-05-08T13:47:23.7101670+02:00 18860 7960 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections...
2023-05-08T13:47:23.7101738+02:00 18860 7960 [PortAudio] FindStartConnectionTo: returning 000000002EEA25B8
2023-05-08T13:47:23.7101802+02:00 18860 7960 [PortAudio] PinNew: Getting physical connection...
2023-05-08T13:47:23.7101879+02:00 18860 7960 [PortAudio] PinNew: Physical connection found!
2023-05-08T13:47:23.7101964+02:00 18860 7960 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_00A5&SUBSYS_14625130&REV_1001#5&2fc161c2&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo00'
2023-05-08T13:47:23.7102032+02:00 18860 7960 [PortAudio] FilterNew: Creating filter ''
2023-05-08T13:47:23.7102096+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:47:23.7102264+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2023-05-08T13:47:23.7102333+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T13:47:23.7102399+02:00 18860 7960 [PortAudio]   Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T13:47:23.7102469+02:00 18860 7960 [PortAudio]   Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2023-05-08T13:47:23.7102594+02:00 18860 7960 [PortAudio] PinNew: Opening topology filter...
2023-05-08T13:47:23.7102685+02:00 18860 7960 [PortAudio] PinNew: Checking for output endpoint pin id...
2023-05-08T13:47:23.7102753+02:00 18860 7960 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2023-05-08T13:47:23.7102817+02:00 18860 7960 [PortAudio] FindStartConnectionTo: returning 000000002EFDC148
2023-05-08T13:47:23.7102882+02:00 18860 7960 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2023-05-08T13:47:23.7102948+02:00 18860 7960 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000000002EFDC148)
2023-05-08T13:47:23.7103011+02:00 18860 7960 [PortAudio] GetConnectionTo: Returning 000000002EFDC158
2023-05-08T13:47:23.7103075+02:00 18860 7960 [PortAudio] PinNew: Found endpoint pin id 1
2023-05-08T13:47:23.7103157+02:00 18860 7960 [PortAudio] PinNew: Pin name 'Output'
2023-05-08T13:47:23.7103221+02:00 18860 7960 [PortAudio] PinNew: Releasing topology filter...
2023-05-08T13:47:23.7103298+02:00 18860 7960 [PortAudio] Pin created successfully
2023-05-08T13:47:23.7103367+02:00 18860 7960 [PortAudio] PinNew: Creating pin 1:
2023-05-08T13:47:23.7103447+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7103515+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7103596+02:00 18860 7960 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2023-05-08T13:47:23.7105540+02:00 18860 7960 [PortAudio] Device 9 has render alias
2023-05-08T13:47:23.7105861+02:00 18860 7960 [PortAudio] Device 9 has capture alias
2023-05-08T13:47:23.7106212+02:00 18860 7960 [PortAudio] Device 9 has realtime alias
2023-05-08T13:47:23.7106420+02:00 18860 7960 [PortAudio] Interface 9, Name: Z
2023-05-08T13:47:23.7106527+02:00 18860 7960 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 Audio'
2023-05-08T13:47:23.7106603+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:47:23.7106778+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=2
2023-05-08T13:47:23.7106851+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=2 -> ToNode=0,ToPin=1
2023-05-08T13:47:23.7106919+02:00 18860 7960 [PortAudio]   Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T13:47:23.7106985+02:00 18860 7960 [PortAudio]   Connection: 2 - FromNode=4294967295,FromPin=0 -> ToNode=1,ToPin=1
2023-05-08T13:47:23.7107053+02:00 18860 7960 [PortAudio]   Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T13:47:23.7107123+02:00 18860 7960 [PortAudio]   Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2023-05-08T13:47:23.7107190+02:00 18860 7960 [PortAudio]   Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2023-05-08T13:47:23.7107272+02:00 18860 7960 [PortAudio] PinNew: Creating pin 0:
2023-05-08T13:47:23.7107442+02:00 18860 7960 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T13:47:23.7107507+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7107570+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7107633+02:00 18860 7960 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T13:47:23.7107696+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7107757+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7107820+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:47:23.7107883+02:00 18860 7960 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T13:47:23.7107971+02:00 18860 7960 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T13:47:23.7108035+02:00 18860 7960 [PortAudio] PinNew: Finding topology pin...
2023-05-08T13:47:23.7108098+02:00 18860 7960 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 4 connections...
2023-05-08T13:47:23.7108162+02:00 18860 7960 [PortAudio] FindStartConnectionTo: returning 000000001CBB7CA8
2023-05-08T13:47:23.7108227+02:00 18860 7960 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2023-05-08T13:47:23.7108296+02:00 18860 7960 [PortAudio] GetConnectionTo: Checking 4 connections... (pFrom = 000000001CBB7CA8)
2023-05-08T13:47:23.7108361+02:00 18860 7960 [PortAudio] GetConnectionTo: Returning 000000001CBB7CB8
2023-05-08T13:47:23.7108424+02:00 18860 7960 [PortAudio] PinNew: Getting physical connection...
2023-05-08T13:47:23.7108510+02:00 18860 7960 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T13:47:23.7108799+02:00 18860 7960 [PortAudio] Pin created successfully
2023-05-08T13:47:23.7108872+02:00 18860 7960 [PortAudio] PinNew: Creating pin 1:
2023-05-08T13:47:23.7108950+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7109014+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7109078+02:00 18860 7960 [PortAudio] PinNew: Creating pin 2:
2023-05-08T13:47:23.7109153+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7109216+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7109279+02:00 18860 7960 [PortAudio] PinNew: Creating pin 3:
2023-05-08T13:47:23.7109445+02:00 18860 7960 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T13:47:23.7109514+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7109577+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7109640+02:00 18860 7960 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T13:47:23.7109703+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:47:23.7109769+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:47:23.7109831+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:47:23.7109895+02:00 18860 7960 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T13:47:23.7109982+02:00 18860 7960 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T13:47:23.7110045+02:00 18860 7960 [PortAudio] PinNew: Finding topology pin...
2023-05-08T13:47:23.7110109+02:00 18860 7960 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 4 connections...
2023-05-08T13:47:23.7110174+02:00 18860 7960 [PortAudio] FindStartConnectionFrom: returning 000000001CBB7C98
2023-05-08T13:47:23.7110239+02:00 18860 7960 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=-1
2023-05-08T13:47:23.7110303+02:00 18860 7960 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000000001CBB7C98)
2023-05-08T13:47:23.7110366+02:00 18860 7960 [PortAudio] GetConnectionFrom: Returning 000000001CBB7C88
2023-05-08T13:47:23.7110428+02:00 18860 7960 [PortAudio] PinNew: Getting physical connection...
2023-05-08T13:47:23.7110512+02:00 18860 7960 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T13:47:23.7110739+02:00 18860 7960 [PortAudio] Pin created successfully
2023-05-08T13:47:23.7110836+02:00 18860 7960 [PortAudio] Filter (WaveRT) created with 2 valid pins (total I/Os: 2)
2023-05-08T13:47:23.7111168+02:00 18860 7960 [PortAudio] Device 10 has render alias
2023-05-08T13:47:23.7111461+02:00 18860 7960 [PortAudio] Device 10 has capture alias
2023-05-08T13:47:23.7111755+02:00 18860 7960 [PortAudio] Interface 10, Name: Z
2023-05-08T13:47:23.7111871+02:00 18860 7960 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 MIDI'
2023-05-08T13:47:23.7111949+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:47:23.7112146+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=12, nodes=8
2023-05-08T13:47:23.7112217+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T13:47:23.7112284+02:00 18860 7960 [PortAudio]   Connection: 1 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2023-05-08T13:47:23.7112349+02:00 18860 7960 [PortAudio]   Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2023-05-08T13:47:23.7112414+02:00 18860 7960 [PortAudio]   Connection: 3 - FromNode=4294967295,FromPin=3 -> ToNode=3,ToPin=1
2023-05-08T13:47:23.7112479+02:00 18860 7960 [PortAudio]   Connection: 4 - FromNode=2,FromPin=0 -> ToNode=4,ToPin=1
2023-05-08T13:47:23.7112543+02:00 18860 7960 [PortAudio]   Connection: 5 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=4
2023-05-08T13:47:23.7112607+02:00 18860 7960 [PortAudio]   Connection: 6 - FromNode=3,FromPin=0 -> ToNode=5,ToPin=1
2023-05-08T13:47:23.7112671+02:00 18860 7960 [PortAudio]   Connection: 7 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=5
2023-05-08T13:47:23.7112737+02:00 18860 7960 [PortAudio]   Connection: 8 - FromNode=0,FromPin=0 -> ToNode=6,ToPin=1
2023-05-08T13:47:23.7112802+02:00 18860 7960 [PortAudio]   Connection: 9 - FromNode=6,FromPin=0 -> ToNode=4294967295,ToPin=6
2023-05-08T13:47:23.7112866+02:00 18860 7960 [PortAudio]   Connection: 10 - FromNode=1,FromPin=0 -> ToNode=7,ToPin=1
2023-05-08T13:47:23.7112929+02:00 18860 7960 [PortAudio]   Connection: 11 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=7
2023-05-08T13:47:23.7113002+02:00 18860 7960 [PortAudio]   Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7113070+02:00 18860 7960 [PortAudio]   Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7113142+02:00 18860 7960 [PortAudio]   Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7113212+02:00 18860 7960 [PortAudio]   Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7113277+02:00 18860 7960 [PortAudio]   Node: 4 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7113344+02:00 18860 7960 [PortAudio]   Node: 5 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7113410+02:00 18860 7960 [PortAudio]   Node: 6 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7113476+02:00 18860 7960 [PortAudio]   Node: 7 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7113561+02:00 18860 7960 [PortAudio] PinNew: Creating pin 0:
2023-05-08T13:47:23.7113726+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:47:23.7113790+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:47:23.7113854+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:47:23.7113918+02:00 18860 7960 [PortAudio] PinNew: Creating pin 1:
2023-05-08T13:47:23.7114070+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:47:23.7114134+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:47:23.7114196+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:47:23.7114259+02:00 18860 7960 [PortAudio] PinNew: Creating pin 2:
2023-05-08T13:47:23.7114337+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7114400+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7114464+02:00 18860 7960 [PortAudio] PinNew: Creating pin 3:
2023-05-08T13:47:23.7114540+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7114602+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7114665+02:00 18860 7960 [PortAudio] PinNew: Creating pin 4:
2023-05-08T13:47:23.7114820+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:47:23.7114883+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:47:23.7114945+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:47:23.7115010+02:00 18860 7960 [PortAudio] PinNew: Creating pin 5:
2023-05-08T13:47:23.7115160+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:47:23.7115224+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:47:23.7115287+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:47:23.7115349+02:00 18860 7960 [PortAudio] PinNew: Creating pin 6:
2023-05-08T13:47:23.7115423+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7115485+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7115551+02:00 18860 7960 [PortAudio] PinNew: Creating pin 7:
2023-05-08T13:47:23.7115625+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7115688+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7115751+02:00 18860 7960 [PortAudio] FilterNew: Error -9985
2023-05-08T13:47:23.7115837+02:00 18860 7960 [PortAudio] Filter NOT created
2023-05-08T13:47:23.7116158+02:00 18860 7960 [PortAudio] Device 11 has render alias
2023-05-08T13:47:23.7116463+02:00 18860 7960 [PortAudio] Device 11 has capture alias
2023-05-08T13:47:23.7116734+02:00 18860 7960 [PortAudio] Interface 11, Name: U
2023-05-08T13:47:23.7116838+02:00 18860 7960 [PortAudio] FilterNew: Creating filter 'USB MIDI Interface'
2023-05-08T13:47:23.7116915+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:47:23.7117281+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=6, nodes=4
2023-05-08T13:47:23.7117369+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T13:47:23.7117437+02:00 18860 7960 [PortAudio]   Connection: 1 - FromNode=4294967295,FromPin=2 -> ToNode=1,ToPin=1
2023-05-08T13:47:23.7117503+02:00 18860 7960 [PortAudio]   Connection: 2 - FromNode=1,FromPin=0 -> ToNode=2,ToPin=1
2023-05-08T13:47:23.7117574+02:00 18860 7960 [PortAudio]   Connection: 3 - FromNode=2,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T13:47:23.7117645+02:00 18860 7960 [PortAudio]   Connection: 4 - FromNode=0,FromPin=0 -> ToNode=3,ToPin=1
2023-05-08T13:47:23.7117710+02:00 18860 7960 [PortAudio]   Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T13:47:23.7117779+02:00 18860 7960 [PortAudio]   Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7117845+02:00 18860 7960 [PortAudio]   Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7117912+02:00 18860 7960 [PortAudio]   Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7117978+02:00 18860 7960 [PortAudio]   Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:47:23.7118056+02:00 18860 7960 [PortAudio] PinNew: Creating pin 0:
2023-05-08T13:47:23.7118185+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:47:23.7118251+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:47:23.7118314+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:47:23.7118378+02:00 18860 7960 [PortAudio] PinNew: Creating pin 1:
2023-05-08T13:47:23.7118495+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:47:23.7118558+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:47:23.7118621+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:47:23.7118684+02:00 18860 7960 [PortAudio] PinNew: Creating pin 2:
2023-05-08T13:47:23.7118754+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7118821+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7118883+02:00 18860 7960 [PortAudio] PinNew: Creating pin 3:
2023-05-08T13:47:23.7118954+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:47:23.7119016+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:47:23.7119080+02:00 18860 7960 [PortAudio] FilterNew: Error -9985
2023-05-08T13:47:23.7119273+02:00 18860 7960 [PortAudio] Filter NOT created
2023-05-08T13:47:23.7121580+02:00 18860 7960 [PortAudio] after paHostApiInitializers[3].
2023-05-08T13:47:23.7121702+02:00 18860 7960 PortAudio initialization successful
2023-05-08T13:47:23.7121778+02:00 18860 7960 Found backend: PortAudio host API index 0 (name: 'MME', type: 2 [MME], default input device: 1, default output device: 3)
2023-05-08T13:47:23.7121869+02:00 18860 7960 Found backend: PortAudio host API index 1 (name: 'Windows DirectSound', type: 1 [DirectSound], default input device: 5, default output device: 7)
2023-05-08T13:47:23.7121945+02:00 18860 7960 Found backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 12, default output device: 11)
2023-05-08T13:47:23.7122021+02:00 18860 7960 Found backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 17, default output device: 16)
2023-05-08T13:47:23.7122099+02:00 18860 7960 Searching for a PortAudio host API named 'Windows WASAPI'
2023-05-08T13:47:23.7122164+02:00 18860 7960 Selected backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 12, default output device: 11)
2023-05-08T13:47:23.7122237+02:00 18860 7960 Found device: PortAudio device index 0 (name: 'Microsoft Sound Mapper - Input', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:47:23.7122389+02:00 18860 7960 Found device: PortAudio device index 1 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:47:23.7122481+02:00 18860 7960 Found device: PortAudio device index 2 (name: 'Microsoft Sound Mapper - Output', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:47:23.7122576+02:00 18860 7960 Found device: PortAudio device index 3 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:47:23.7122669+02:00 18860 7960 Found device: PortAudio device index 4 (name: 'BenQ GL2480 (NVIDIA High Defini', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:47:23.7122756+02:00 18860 7960 Found device: PortAudio device index 5 (name: 'Primary Sound Capture Driver', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:47:23.7122847+02:00 18860 7960 Found device: PortAudio device index 6 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:47:23.7122932+02:00 18860 7960 Found device: PortAudio device index 7 (name: 'Primary Sound Driver', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T13:47:23.7123019+02:00 18860 7960 Found device: PortAudio device index 8 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T13:47:23.7123104+02:00 18860 7960 Found device: PortAudio device index 9 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T13:47:23.7123192+02:00 18860 7960 Found device: PortAudio device index 10 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T13:47:23.7123280+02:00 18860 7960 Found device: PortAudio device index 11 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T13:47:23.7123366+02:00 18860 7960 Found device: PortAudio device index 12 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:47:23.7123452+02:00 18860 7960 Found device: PortAudio device index 13 (name: 'BenQ GL2480 (NVIDIA High Definition Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:47:23.7123540+02:00 18860 7960 Found device: PortAudio device index 14 (name: 'Line (2- ZOOM UAC-232 Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:47:23.7123627+02:00 18860 7960 Found device: PortAudio device index 15 (name: 'Output (NVIDIA High Definition Audio)', host API: 3, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T13:47:23.7123716+02:00 18860 7960 Found device: PortAudio device index 16 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T13:47:23.7123808+02:00 18860 7960 Found device: PortAudio device index 17 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T13:47:23.7123898+02:00 18860 7960 Selecting input device
2023-05-08T13:47:23.7123961+02:00 18860 7960 Selecting PortAudio device with host API index 2, minimum channel counts: 1 input, 0 output
2023-05-08T13:47:23.7124028+02:00 18860 7960 Using default device with index 12
2023-05-08T13:47:23.7124093+02:00 18860 7960 Selected input device: PortAudio device index 12 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:47:23.7124183+02:00 18860 7960 Selecting output device
2023-05-08T13:47:23.7124245+02:00 18860 7960 Selecting PortAudio device with host API index 2, minimum channel counts: 0 input, 1 output
2023-05-08T13:47:23.7124310+02:00 18860 7960 Using default device with index 11
2023-05-08T13:47:23.7124373+02:00 18860 7960 Selected output device: PortAudio device index 11 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T13:47:23.7124462+02:00 18860 7960 Selecting input sample type
2023-05-08T13:47:23.7124523+02:00 18860 7960 Selecting sample type from configuration
2023-05-08T13:47:23.7124594+02:00 18860 7960 Selected input sample type: ASIO 17 [ASIOSTInt24LSB], PortAudio 4 [Int24], size 3
2023-05-08T13:47:23.7124693+02:00 18860 7960 Selecting output sample type
2023-05-08T13:47:23.7124754+02:00 18860 7960 Selecting sample type from configuration
2023-05-08T13:47:23.7124815+02:00 18860 7960 Selected output sample type: ASIO 17 [ASIOSTInt24LSB], PortAudio 4 [Int24], size 3
2023-05-08T13:47:23.7124887+02:00 18860 7960 Selecting input channel mask
2023-05-08T13:47:23.7124950+02:00 18860 7960 Selecting channel mask from WASAPI device mix format
2023-05-08T13:47:23.7125019+02:00 18860 7960 WASAPI device mix format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 384000 average bytes/second, block alignment 8 bytes, 32 bits per sample, 32 valid bits per sample, channel mask 3 [Front Left, Front Right], subformat {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]
2023-05-08T13:47:23.7125151+02:00 18860 7960 Selected input channel mask: 3 [Front Left, Front Right]
2023-05-08T13:47:23.7125219+02:00 18860 7960 Selecting output channel mask
2023-05-08T13:47:23.7125281+02:00 18860 7960 Selecting channel mask from WASAPI device mix format
2023-05-08T13:47:23.7125341+02:00 18860 7960 WASAPI device mix format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 384000 average bytes/second, block alignment 8 bytes, 32 bits per sample, 32 valid bits per sample, channel mask 3 [Front Left, Front Right], subformat {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]
2023-05-08T13:47:23.7125439+02:00 18860 7960 Selected output channel mask: 3 [Front Left, Front Right]
2023-05-08T13:47:23.7125508+02:00 18860 7960 Using default sample rate 44100 Hz from a previous instance of the driver
2023-05-08T13:47:23.7125574+02:00 18860 7960 sysHandle = 00000000000405A0
2023-05-08T13:47:23.7125640+02:00 18860 7960 Input channel count: 2
2023-05-08T13:47:23.7125702+02:00 18860 7960 Output channel count: 2
2023-05-08T13:47:23.7125766+02:00 18860 7960 --- EXITING CONTEXT: init() [OK]
2023-05-08T13:47:23.7125832+02:00 18860 7960 --- ENTERING CONTEXT: getDriverName()
2023-05-08T13:47:23.7125894+02:00 18860 7960 --- EXITING CONTEXT: getDriverName() [OK]
2023-05-08T13:47:23.7125962+02:00 18860 7960 --- ENTERING CONTEXT: getDriverVersion()
2023-05-08T13:47:23.7126026+02:00 18860 7960 --- EXITING CONTEXT: getDriverVersion() [OK]
2023-05-08T13:47:23.7126097+02:00 18860 7960 --- ENTERING CONTEXT: getClockSources()
2023-05-08T13:47:23.7126162+02:00 18860 7960 --- EXITING CONTEXT: getClockSources() [OK]
2023-05-08T13:47:23.7126471+02:00 18860 7960 --- ENTERING CONTEXT: setSampleRate()
2023-05-08T13:47:23.7126535+02:00 18860 7960 Request to set sample rate: 44100
2023-05-08T13:47:23.7126601+02:00 18860 7960 Requested sampled rate is equal to current sample rate
2023-05-08T13:47:23.7126662+02:00 18860 7960 --- EXITING CONTEXT: setSampleRate() [OK]
2023-05-08T13:47:23.7126768+02:00 18860 7960 --- ENTERING CONTEXT: getChannels()
2023-05-08T13:47:23.7126831+02:00 18860 7960 Returning 2 input channels and 2 output channels
2023-05-08T13:47:23.7126895+02:00 18860 7960 --- EXITING CONTEXT: getChannels() [OK]
2023-05-08T13:47:23.7127053+02:00 18860 7960 --- ENTERING CONTEXT: getBufferSize()
2023-05-08T13:47:23.7127118+02:00 18860 7960 Calculating default buffer size based on 44100 Hz sample rate
2023-05-08T13:47:23.7127185+02:00 18860 7960 Returning: min buffer size 44, max buffer size 44100, preferred buffer size 882, granularity 1
2023-05-08T13:47:23.7127254+02:00 18860 7960 --- EXITING CONTEXT: getBufferSize() [OK]
2023-05-08T13:47:23.7127357+02:00 18860 7960 --- ENTERING CONTEXT: outputReady()
2023-05-08T13:47:23.7127419+02:00 18860 7960 Host supports OutputReady
2023-05-08T13:47:23.7127480+02:00 18860 7960 --- EXITING CONTEXT: outputReady() [OK]
2023-05-08T13:47:23.7127661+02:00 18860 7960 --- ENTERING CONTEXT: createBuffers()
2023-05-08T13:47:23.7127723+02:00 18860 7960 Request to create buffers for 4 channels, size 1024 samples
2023-05-08T13:47:23.7127827+02:00 18860 7960 Allocated 2 buffer sets, 2/2 (I/O) channels per buffer set, 1024 samples per channel, 3/3 (I/O) bytes per sample, memory range: 000000002EFF4DE0-000000002EFFADE0
2023-05-08T13:47:23.7127918+02:00 18860 7960 ASIO buffer #0 is input channel 0 - first half: 000000002EFF4DE0-000000002EFF59E0 - second half: 000000002EFF7DE0-000000002EFF89E0
2023-05-08T13:47:23.7127996+02:00 18860 7960 ASIO buffer #1 is input channel 1 - first half: 000000002EFF59E0-000000002EFF65E0 - second half: 000000002EFF89E0-000000002EFF95E0
2023-05-08T13:47:23.7128071+02:00 18860 7960 ASIO buffer #2 is output channel 0 - first half: 000000002EFF65E0-000000002EFF71E0 - second half: 000000002EFF95E0-000000002EFFA1E0
2023-05-08T13:47:23.7128144+02:00 18860 7960 ASIO buffer #3 is output channel 1 - first half: 000000002EFF71E0-000000002EFF7DE0 - second half: 000000002EFFA1E0-000000002EFFADE0
2023-05-08T13:47:23.7128217+02:00 18860 7960 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 1, sampleRate = 44100, framesPerBuffer = 1024, callback = 00007FF9CDA83A71, callbackUserData = 000000002EFE4BA0)
2023-05-08T13:47:23.7128300+02:00 18860 7960 Using exclusive mode for input WASAPI stream
2023-05-08T13:47:23.7128361+02:00 18860 7960 Enabling auto-conversion for input WASAPI stream
2023-05-08T13:47:23.7128423+02:00 18860 7960 Enabling explicit sample format for input WASAPI stream
2023-05-08T13:47:23.7128485+02:00 18860 7960 Using exclusive mode for output WASAPI stream
2023-05-08T13:47:23.7128547+02:00 18860 7960 Enabling auto-conversion for output WASAPI stream
2023-05-08T13:47:23.7128607+02:00 18860 7960 Enabling explicit sample format for output WASAPI stream
2023-05-08T13:47:23.7128674+02:00 18860 7960 Opening PortAudio stream with...
2023-05-08T13:47:23.7128735+02:00 18860 7960 ...input parameters: PortAudio stream parameters for device index 12, 2 channels, sample format 2147483652 [Int24, NonInterleaved], suggested latency 0.0696599s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 101 [Exclusive, UseChannelMask, ExplicitSampleFormat, AutoConvert], channel mask 3 [Front Left, Front Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2023-05-08T13:47:23.7128886+02:00 18860 7960 ...output parameters: PortAudio stream parameters for device index 11, 2 channels, sample format 2147483652 [Int24, NonInterleaved], suggested latency 0.0696599s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 101 [Exclusive, UseChannelMask, ExplicitSampleFormat, AutoConvert], channel mask 3 [Front Left, Front Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2023-05-08T13:47:23.7129015+02:00 18860 7960 ...sample rate: 44100 Hz
2023-05-08T13:47:23.7129081+02:00 18860 7960 ...frames per buffer: 1024
2023-05-08T13:47:23.7129142+02:00 18860 7960 ...stream flags: 8 [PrimeOutputBuffersUsingStreamCallback]
2023-05-08T13:47:23.7129209+02:00 18860 7960 ...stream callback: 00007FF9CDA83A71 (user data 000000002EFE4BA0)
2023-05-08T13:47:23.7130367+02:00 18860 7960 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2023-05-08T13:47:23.7132105+02:00 18860 7960 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
 [FUNCTION: GetClosestFormat FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3152}]
2023-05-08T13:47:23.7132246+02:00 18860 7960 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
 [FUNCTION: CreateAudioClient FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3448}]
2023-05-08T13:47:23.7132337+02:00 18860 7960 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
 [FUNCTION: ActivateAudioClientInput FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3823}]
2023-05-08T13:47:23.7132410+02:00 18860 7960 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
 [FUNCTION: OpenStream FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 4028}]
2023-05-08T13:47:23.7132680+02:00 18860 7960 Destroying buffers
2023-05-08T13:47:23.7132799+02:00 18860 7960 --- EXITING CONTEXT: createBuffers() (-999 [ASE_HWMalfunction] unable to open PortAudio stream: Invalid sample rate)
2023-05-08T13:47:23.7132953+02:00 18860 7960 --- ENTERING CONTEXT: getChannels()
2023-05-08T13:47:23.7133018+02:00 18860 7960 Returning 2 input channels and 2 output channels
2023-05-08T13:47:23.7133083+02:00 18860 7960 --- EXITING CONTEXT: getChannels() [OK]
2023-05-08T13:47:23.7133231+02:00 18860 7960 --- ENTERING CONTEXT: getBufferSize()
2023-05-08T13:47:23.7133294+02:00 18860 7960 Calculating default buffer size based on 44100 Hz sample rate
2023-05-08T13:47:23.7133372+02:00 18860 7960 Returning: min buffer size 44, max buffer size 44100, preferred buffer size 882, granularity 1
2023-05-08T13:47:23.7133445+02:00 18860 7960 --- EXITING CONTEXT: getBufferSize() [OK]
2023-05-08T13:47:23.7133546+02:00 18860 7960 --- ENTERING CONTEXT: outputReady()
2023-05-08T13:47:23.7133607+02:00 18860 7960 --- EXITING CONTEXT: outputReady() [OK]
2023-05-08T13:47:23.7133783+02:00 18860 7960 --- ENTERING CONTEXT: createBuffers()
2023-05-08T13:47:23.7133845+02:00 18860 7960 Request to create buffers for 4 channels, size 882 samples
2023-05-08T13:47:23.7133923+02:00 18860 7960 Allocated 2 buffer sets, 2/2 (I/O) channels per buffer set, 882 samples per channel, 3/3 (I/O) bytes per sample, memory range: 000000002EFF4DE0-000000002EFFA090
2023-05-08T13:47:23.7134020+02:00 18860 7960 ASIO buffer #0 is input channel 0 - first half: 000000002EFF4DE0-000000002EFF5836 - second half: 000000002EFF7738-000000002EFF818E
2023-05-08T13:47:23.7134098+02:00 18860 7960 ASIO buffer #1 is input channel 1 - first half: 000000002EFF5836-000000002EFF628C - second half: 000000002EFF818E-000000002EFF8BE4
2023-05-08T13:47:23.7134173+02:00 18860 7960 ASIO buffer #2 is output channel 0 - first half: 000000002EFF628C-000000002EFF6CE2 - second half: 000000002EFF8BE4-000000002EFF963A
2023-05-08T13:47:23.7134260+02:00 18860 7960 ASIO buffer #3 is output channel 1 - first half: 000000002EFF6CE2-000000002EFF7738 - second half: 000000002EFF963A-000000002EFFA090
2023-05-08T13:47:23.7134343+02:00 18860 7960 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 1, sampleRate = 44100, framesPerBuffer = 882, callback = 00007FF9CDA83A71, callbackUserData = 000000002EFE4BA0)
2023-05-08T13:47:23.7134424+02:00 18860 7960 Using exclusive mode for input WASAPI stream
2023-05-08T13:47:23.7134486+02:00 18860 7960 Enabling auto-conversion for input WASAPI stream
2023-05-08T13:47:23.7134548+02:00 18860 7960 Enabling explicit sample format for input WASAPI stream
2023-05-08T13:47:23.7134614+02:00 18860 7960 Using exclusive mode for output WASAPI stream
2023-05-08T13:47:23.7134674+02:00 18860 7960 Enabling auto-conversion for output WASAPI stream
2023-05-08T13:47:23.7134734+02:00 18860 7960 Enabling explicit sample format for output WASAPI stream
2023-05-08T13:47:23.7134795+02:00 18860 7960 Opening PortAudio stream with...
2023-05-08T13:47:23.7134856+02:00 18860 7960 ...input parameters: PortAudio stream parameters for device index 12, 2 channels, sample format 2147483652 [Int24, NonInterleaved], suggested latency 0.06s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 101 [Exclusive, UseChannelMask, ExplicitSampleFormat, AutoConvert], channel mask 3 [Front Left, Front Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2023-05-08T13:47:23.7135011+02:00 18860 7960 ...output parameters: PortAudio stream parameters for device index 11, 2 channels, sample format 2147483652 [Int24, NonInterleaved], suggested latency 0.06s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 101 [Exclusive, UseChannelMask, ExplicitSampleFormat, AutoConvert], channel mask 3 [Front Left, Front Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2023-05-08T13:47:23.7135144+02:00 18860 7960 ...sample rate: 44100 Hz
2023-05-08T13:47:23.7135209+02:00 18860 7960 ...frames per buffer: 882
2023-05-08T13:47:23.7135272+02:00 18860 7960 ...stream flags: 8 [PrimeOutputBuffersUsingStreamCallback]
2023-05-08T13:47:23.7135340+02:00 18860 7960 ...stream callback: 00007FF9CDA83A71 (user data 000000002EFE4BA0)
2023-05-08T13:47:23.7136459+02:00 18860 7960 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2023-05-08T13:47:23.7137809+02:00 18860 7960 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
 [FUNCTION: GetClosestFormat FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3152}]
2023-05-08T13:47:23.7137931+02:00 18860 7960 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
 [FUNCTION: CreateAudioClient FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3448}]
2023-05-08T13:47:23.7138015+02:00 18860 7960 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
 [FUNCTION: ActivateAudioClientInput FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3823}]
2023-05-08T13:47:23.7138086+02:00 18860 7960 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
 [FUNCTION: OpenStream FILE: D:\a\FlexASIO\FlexASIO\src\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 4028}]
2023-05-08T13:47:23.7138249+02:00 18860 7960 Destroying buffers
2023-05-08T13:47:23.7138353+02:00 18860 7960 --- EXITING CONTEXT: createBuffers() (-999 [ASE_HWMalfunction] unable to open PortAudio stream: Invalid sample rate)
2023-05-08T13:47:23.7138580+02:00 18860 7960 --- ENTERING CONTEXT: disposeBuffers()
2023-05-08T13:47:23.7138684+02:00 18860 7960 --- EXITING CONTEXT: disposeBuffers() (-997 [ASE_InvalidMode] disposeBuffers() called before createBuffers())
2023-05-08T13:47:23.7138782+02:00 18860 7960 --- ENTERING CONTEXT: ~CFlexASIO()
2023-05-08T13:47:23.7138856+02:00 18860 7960 --- EXITING CONTEXT: ~CFlexASIO() [OK]
2023-05-08T13:47:23.7138919+02:00 18860 7960 Terminating PortAudio
2023-05-08T13:47:23.7138982+02:00 18860 7960 [PortAudio] TerminateHostApis in
2023-05-08T13:47:23.7139144+02:00 18860 7960 [PortAudio] TerminateHostApis out
2023-05-08T13:47:23.7139211+02:00 18860 7960 PortAudio terminated successfully
2023-05-08T13:47:23.7139273+02:00 18860 7960 [PortAudio] Disabling PortAudio debug output redirection

backend = "Windows WDM-KS"

2023-05-08T13:41:34.4886390+02:00 18860 7960 Logfile opened: "C:\\Users\\xxxx\\FlexASIO.log"
2023-05-08T13:41:34.4887342+02:00 18860 7960 Current log file size is 94 bytes (maximum allowed: 1073741824 bytes)
2023-05-08T13:41:34.4887452+02:00 18860 7960 Log time source: GetSystemTimePreciseAsFileTime
2023-05-08T13:41:34.4887523+02:00 18860 7960 Host process: C:\ProgramData\Ableton\Live 11 Suite\Program\Ableton Live 11 Suite.exe
2023-05-08T13:41:34.4887597+02:00 18860 7960 FlexASIO RelWithDebInfo x64 flexasio-1.9 built on 2022-05-07T10:02:18Z
2023-05-08T13:41:34.4887664+02:00 18860 7960 --- ENTERING CONTEXT: CFlexASIO()
2023-05-08T13:41:34.4887725+02:00 18860 7960 --- EXITING CONTEXT: CFlexASIO() [OK]
2023-05-08T13:41:34.4887853+02:00 18860 7960 --- ENTERING CONTEXT: init()
2023-05-08T13:41:34.4887973+02:00 18860 7960 Attempting to load configuration file: "C:\\Users\\xxxx\\FlexASIO.toml"
2023-05-08T13:41:34.4888495+02:00 18860 7960 Configuration file successfully parsed as valid TOML: backend = "Windows WDM-KS"

2023-05-08T13:41:34.4888715+02:00 18860 7960 [PortAudio] PortAudio version: PortAudio V19.7.0-devel, revision 80ef9ac9c4ed1a4b9f3f4b11ad31ed9f69c4dc57-FlexASIO
2023-05-08T13:41:34.4888782+02:00 18860 7960 [PortAudio] Enabling PortAudio debug output redirection
2023-05-08T13:41:34.4888851+02:00 18860 7960 Initializing PortAudio
2023-05-08T13:41:34.4889007+02:00 18860 7960 [PortAudio] before paHostApiInitializers[0].
2023-05-08T13:41:34.4903607+02:00 18860 7960 [PortAudio] after paHostApiInitializers[0].
2023-05-08T13:41:34.4903813+02:00 18860 7960 [PortAudio] before paHostApiInitializers[1].
2023-05-08T13:41:34.4911426+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:41:34.4911628+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:41:34.4911702+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:41:34.4913421+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:41:34.4913559+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:41:34.4913629+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:41:34.4939382+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:41:34.4939578+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:41:34.4939649+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:41:34.4961510+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:41:34.4961702+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:41:34.4961774+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:41:34.4982712+02:00 18860 7960 [PortAudio] PA - PlatformId = 0x2
2023-05-08T13:41:34.4982908+02:00 18860 7960 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T13:41:34.4982980+02:00 18860 7960 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T13:41:34.4984379+02:00 18860 7960 [PortAudio] after paHostApiInitializers[1].
2023-05-08T13:41:34.4984567+02:00 18860 7960 [PortAudio] before paHostApiInitializers[2].
2023-05-08T13:41:34.4984851+02:00 18860 7960 [PortAudio] WASAPI: getting Windows version with RtlGetVersion(): major=10, minor=0, build=22621
2023-05-08T13:41:34.4984923+02:00 18860 7960 [PortAudio] WASAPI: Windows version = 5
2023-05-08T13:41:34.5013125+02:00 18860 7960 [PortAudio] WASAPI: device idx: 00
2023-05-08T13:41:34.5013296+02:00 18860 7960 [PortAudio] WASAPI: ---------------
2023-05-08T13:41:34.5013940+02:00 18860 7960 [PortAudio] WASAPI:0| name[BenQ GL2480 (NVIDIA High Definition Audio)]
2023-05-08T13:41:34.5014637+02:00 18860 7960 [PortAudio] WASAPI:0| form-factor[9]
2023-05-08T13:41:34.5014733+02:00 18860 7960 [PortAudio] WASAPI: IAudioClient version = 3
2023-05-08T13:41:34.5019859+02:00 18860 7960 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T13:41:34.5020027+02:00 18860 7960 [PortAudio] WASAPI: device idx: 01
2023-05-08T13:41:34.5020095+02:00 18860 7960 [PortAudio] WASAPI: ---------------
2023-05-08T13:41:34.5020659+02:00 18860 7960 [PortAudio] WASAPI:1| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T13:41:34.5021432+02:00 18860 7960 [PortAudio] WASAPI:1| form-factor[2]
2023-05-08T13:41:34.5027171+02:00 18860 7960 [PortAudio] WASAPI:1| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T13:41:34.5027335+02:00 18860 7960 [PortAudio] WASAPI: device idx: 02
2023-05-08T13:41:34.5027403+02:00 18860 7960 [PortAudio] WASAPI: ---------------
2023-05-08T13:41:34.5027935+02:00 18860 7960 [PortAudio] WASAPI:2| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T13:41:34.5028076+02:00 18860 7960 [PortAudio] WASAPI:2| form-factor[2]
2023-05-08T13:41:34.5030059+02:00 18860 7960 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T13:41:34.5030191+02:00 18860 7960 [PortAudio] WASAPI: device list ok - found 5 devices, 2 loopback devices
2023-05-08T13:41:34.5030481+02:00 18860 7960 [PortAudio] WASAPI: initialized ok
2023-05-08T13:41:34.5030549+02:00 18860 7960 [PortAudio] after paHostApiInitializers[2].
2023-05-08T13:41:34.5030612+02:00 18860 7960 [PortAudio] before paHostApiInitializers[3].
2023-05-08T13:41:34.5032663+02:00 18860 7960 [PortAudio] Setup called
2023-05-08T13:41:34.5032751+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5033090+02:00 18860 7960 [PortAudio] noError = 1
2023-05-08T13:41:34.5033157+02:00 18860 7960 [PortAudio] Device 0 has render alias
2023-05-08T13:41:34.5033495+02:00 18860 7960 [PortAudio] Device 0 has capture alias
2023-05-08T13:41:34.5033573+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5033724+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:41:34.5033881+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5034028+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:41:34.5034180+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5034413+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:41:34.5034574+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5034719+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:41:34.5034874+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5035032+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:41:34.5035194+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5035344+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:41:34.5035505+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5035662+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:41:34.5035816+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5035967+02:00 18860 7960 [PortAudio] noError = 0
2023-05-08T13:41:34.5036120+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5036426+02:00 18860 7960 [PortAudio] noError = 1
2023-05-08T13:41:34.5036493+02:00 18860 7960 [PortAudio] Device 9 has render alias
2023-05-08T13:41:34.5036777+02:00 18860 7960 [PortAudio] Device 9 has capture alias
2023-05-08T13:41:34.5036850+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5037120+02:00 18860 7960 [PortAudio] noError = 1
2023-05-08T13:41:34.5037187+02:00 18860 7960 [PortAudio] Device 10 has render alias
2023-05-08T13:41:34.5037456+02:00 18860 7960 [PortAudio] Device 10 has capture alias
2023-05-08T13:41:34.5037528+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5037805+02:00 18860 7960 [PortAudio] noError = 1
2023-05-08T13:41:34.5037870+02:00 18860 7960 [PortAudio] Device 11 has render alias
2023-05-08T13:41:34.5038139+02:00 18860 7960 [PortAudio] Device 11 has capture alias
2023-05-08T13:41:34.5038215+02:00 18860 7960 [PortAudio] Enum called
2023-05-08T13:41:34.5038278+02:00 18860 7960 [PortAudio] Interfaces found: 4
2023-05-08T13:41:34.5038557+02:00 18860 7960 [PortAudio] Device 0 has render alias
2023-05-08T13:41:34.5038832+02:00 18860 7960 [PortAudio] Device 0 has capture alias
2023-05-08T13:41:34.5039152+02:00 18860 7960 [PortAudio] Device 0 has realtime alias
2023-05-08T13:41:34.5039390+02:00 18860 7960 [PortAudio] Interface 0, Name: N
2023-05-08T13:41:34.5039521+02:00 18860 7960 [PortAudio] FilterNew: Creating filter 'NVIDIA High Definition Audio'
2023-05-08T13:41:34.5039612+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:41:34.5039825+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0
2023-05-08T13:41:34.5039893+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T13:41:34.5039996+02:00 18860 7960 [PortAudio] PinNew: Creating pin 0:
2023-05-08T13:41:34.5040150+02:00 18860 7960 [PortAudio] PinNew: Checking 6 no of dataranges...
2023-05-08T13:41:34.5040212+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5040271+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5040336+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:41:34.5040396+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5040455+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5040515+02:00 18860 7960 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T13:41:34.5040574+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5040632+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5040691+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:41:34.5040750+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5040810+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5040868+02:00 18860 7960 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T13:41:34.5040927+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5040986+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5041045+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:41:34.5041104+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5041163+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5041222+02:00 18860 7960 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T13:41:34.5041282+02:00 18860 7960 [PortAudio] PinNew: Default sample rate = 44100 Hz
2023-05-08T13:41:34.5041376+02:00 18860 7960 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T13:41:34.5041436+02:00 18860 7960 [PortAudio] PinNew: Finding topology pin...
2023-05-08T13:41:34.5041497+02:00 18860 7960 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections...
2023-05-08T13:41:34.5041566+02:00 18860 7960 [PortAudio] FindStartConnectionTo: returning 000000002EBDE728
2023-05-08T13:41:34.5041625+02:00 18860 7960 [PortAudio] PinNew: Getting physical connection...
2023-05-08T13:41:34.5041699+02:00 18860 7960 [PortAudio] PinNew: Physical connection found!
2023-05-08T13:41:34.5041781+02:00 18860 7960 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_00A5&SUBSYS_14625130&REV_1001#5&2fc161c2&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo00'
2023-05-08T13:41:34.5041848+02:00 18860 7960 [PortAudio] FilterNew: Creating filter ''
2023-05-08T13:41:34.5041908+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:41:34.5042063+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2023-05-08T13:41:34.5042127+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T13:41:34.5042189+02:00 18860 7960 [PortAudio]   Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T13:41:34.5042255+02:00 18860 7960 [PortAudio]   Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2023-05-08T13:41:34.5042363+02:00 18860 7960 [PortAudio] PinNew: Opening topology filter...
2023-05-08T13:41:34.5042453+02:00 18860 7960 [PortAudio] PinNew: Checking for output endpoint pin id...
2023-05-08T13:41:34.5042516+02:00 18860 7960 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2023-05-08T13:41:34.5042577+02:00 18860 7960 [PortAudio] FindStartConnectionTo: returning 000000002EC92918
2023-05-08T13:41:34.5042651+02:00 18860 7960 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2023-05-08T13:41:34.5042719+02:00 18860 7960 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000000002EC92918)
2023-05-08T13:41:34.5042779+02:00 18860 7960 [PortAudio] GetConnectionTo: Returning 000000002EC92928
2023-05-08T13:41:34.5042838+02:00 18860 7960 [PortAudio] PinNew: Found endpoint pin id 1
2023-05-08T13:41:34.5042915+02:00 18860 7960 [PortAudio] PinNew: Pin name 'Output'
2023-05-08T13:41:34.5042975+02:00 18860 7960 [PortAudio] PinNew: Releasing topology filter...
2023-05-08T13:41:34.5043052+02:00 18860 7960 [PortAudio] Pin created successfully
2023-05-08T13:41:34.5043112+02:00 18860 7960 [PortAudio] PinNew: Creating pin 1:
2023-05-08T13:41:34.5043184+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5043244+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5043323+02:00 18860 7960 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2023-05-08T13:41:34.5045272+02:00 18860 7960 [PortAudio] Device 9 has render alias
2023-05-08T13:41:34.5045590+02:00 18860 7960 [PortAudio] Device 9 has capture alias
2023-05-08T13:41:34.5045922+02:00 18860 7960 [PortAudio] Device 9 has realtime alias
2023-05-08T13:41:34.5046115+02:00 18860 7960 [PortAudio] Interface 9, Name: Z
2023-05-08T13:41:34.5046216+02:00 18860 7960 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 Audio'
2023-05-08T13:41:34.5046289+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:41:34.5046466+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=2
2023-05-08T13:41:34.5046534+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=2 -> ToNode=0,ToPin=1
2023-05-08T13:41:34.5046598+02:00 18860 7960 [PortAudio]   Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T13:41:34.5046659+02:00 18860 7960 [PortAudio]   Connection: 2 - FromNode=4294967295,FromPin=0 -> ToNode=1,ToPin=1
2023-05-08T13:41:34.5046722+02:00 18860 7960 [PortAudio]   Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T13:41:34.5046789+02:00 18860 7960 [PortAudio]   Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2023-05-08T13:41:34.5046852+02:00 18860 7960 [PortAudio]   Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2023-05-08T13:41:34.5046930+02:00 18860 7960 [PortAudio] PinNew: Creating pin 0:
2023-05-08T13:41:34.5047083+02:00 18860 7960 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T13:41:34.5047144+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5047204+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5047265+02:00 18860 7960 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T13:41:34.5047326+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5047388+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5047447+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:41:34.5047508+02:00 18860 7960 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T13:41:34.5047591+02:00 18860 7960 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T13:41:34.5047651+02:00 18860 7960 [PortAudio] PinNew: Finding topology pin...
2023-05-08T13:41:34.5047712+02:00 18860 7960 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 4 connections...
2023-05-08T13:41:34.5047772+02:00 18860 7960 [PortAudio] FindStartConnectionTo: returning 000000002E06DA08
2023-05-08T13:41:34.5047834+02:00 18860 7960 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2023-05-08T13:41:34.5047895+02:00 18860 7960 [PortAudio] GetConnectionTo: Checking 4 connections... (pFrom = 000000002E06DA08)
2023-05-08T13:41:34.5047956+02:00 18860 7960 [PortAudio] GetConnectionTo: Returning 000000002E06DA18
2023-05-08T13:41:34.5048016+02:00 18860 7960 [PortAudio] PinNew: Getting physical connection...
2023-05-08T13:41:34.5048099+02:00 18860 7960 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T13:41:34.5048551+02:00 18860 7960 [PortAudio] Pin created successfully
2023-05-08T13:41:34.5048633+02:00 18860 7960 [PortAudio] PinNew: Creating pin 1:
2023-05-08T13:41:34.5048707+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5048768+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5048833+02:00 18860 7960 [PortAudio] PinNew: Creating pin 2:
2023-05-08T13:41:34.5048905+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5048964+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5049024+02:00 18860 7960 [PortAudio] PinNew: Creating pin 3:
2023-05-08T13:41:34.5049169+02:00 18860 7960 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T13:41:34.5049230+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5049290+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5049349+02:00 18860 7960 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T13:41:34.5049410+02:00 18860 7960 [PortAudio] PinNew: DR major format 73647561
2023-05-08T13:41:34.5049469+02:00 18860 7960 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T13:41:34.5049529+02:00 18860 7960 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T13:41:34.5049589+02:00 18860 7960 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T13:41:34.5049669+02:00 18860 7960 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T13:41:34.5049729+02:00 18860 7960 [PortAudio] PinNew: Finding topology pin...
2023-05-08T13:41:34.5049789+02:00 18860 7960 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 4 connections...
2023-05-08T13:41:34.5049851+02:00 18860 7960 [PortAudio] FindStartConnectionFrom: returning 000000002E06D9F8
2023-05-08T13:41:34.5049913+02:00 18860 7960 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=-1
2023-05-08T13:41:34.5049978+02:00 18860 7960 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000000002E06D9F8)
2023-05-08T13:41:34.5050038+02:00 18860 7960 [PortAudio] GetConnectionFrom: Returning 000000002E06D9E8
2023-05-08T13:41:34.5050098+02:00 18860 7960 [PortAudio] PinNew: Getting physical connection...
2023-05-08T13:41:34.5050179+02:00 18860 7960 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T13:41:34.5050395+02:00 18860 7960 [PortAudio] Pin created successfully
2023-05-08T13:41:34.5050490+02:00 18860 7960 [PortAudio] Filter (WaveRT) created with 2 valid pins (total I/Os: 2)
2023-05-08T13:41:34.5050783+02:00 18860 7960 [PortAudio] Device 10 has render alias
2023-05-08T13:41:34.5051052+02:00 18860 7960 [PortAudio] Device 10 has capture alias
2023-05-08T13:41:34.5051314+02:00 18860 7960 [PortAudio] Interface 10, Name: Z
2023-05-08T13:41:34.5051417+02:00 18860 7960 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 MIDI'
2023-05-08T13:41:34.5051490+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:41:34.5051679+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=12, nodes=8
2023-05-08T13:41:34.5051747+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T13:41:34.5051810+02:00 18860 7960 [PortAudio]   Connection: 1 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2023-05-08T13:41:34.5051871+02:00 18860 7960 [PortAudio]   Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2023-05-08T13:41:34.5051931+02:00 18860 7960 [PortAudio]   Connection: 3 - FromNode=4294967295,FromPin=3 -> ToNode=3,ToPin=1
2023-05-08T13:41:34.5051995+02:00 18860 7960 [PortAudio]   Connection: 4 - FromNode=2,FromPin=0 -> ToNode=4,ToPin=1
2023-05-08T13:41:34.5052056+02:00 18860 7960 [PortAudio]   Connection: 5 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=4
2023-05-08T13:41:34.5052117+02:00 18860 7960 [PortAudio]   Connection: 6 - FromNode=3,FromPin=0 -> ToNode=5,ToPin=1
2023-05-08T13:41:34.5052178+02:00 18860 7960 [PortAudio]   Connection: 7 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=5
2023-05-08T13:41:34.5052247+02:00 18860 7960 [PortAudio]   Connection: 8 - FromNode=0,FromPin=0 -> ToNode=6,ToPin=1
2023-05-08T13:41:34.5052313+02:00 18860 7960 [PortAudio]   Connection: 9 - FromNode=6,FromPin=0 -> ToNode=4294967295,ToPin=6
2023-05-08T13:41:34.5052374+02:00 18860 7960 [PortAudio]   Connection: 10 - FromNode=1,FromPin=0 -> ToNode=7,ToPin=1
2023-05-08T13:41:34.5052434+02:00 18860 7960 [PortAudio]   Connection: 11 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=7
2023-05-08T13:41:34.5052499+02:00 18860 7960 [PortAudio]   Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5052562+02:00 18860 7960 [PortAudio]   Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5052625+02:00 18860 7960 [PortAudio]   Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5052687+02:00 18860 7960 [PortAudio]   Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5052750+02:00 18860 7960 [PortAudio]   Node: 4 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5052813+02:00 18860 7960 [PortAudio]   Node: 5 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5052875+02:00 18860 7960 [PortAudio]   Node: 6 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5052938+02:00 18860 7960 [PortAudio]   Node: 7 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5053019+02:00 18860 7960 [PortAudio] PinNew: Creating pin 0:
2023-05-08T13:41:34.5053174+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:41:34.5053235+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:41:34.5053295+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:41:34.5053356+02:00 18860 7960 [PortAudio] PinNew: Creating pin 1:
2023-05-08T13:41:34.5053503+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:41:34.5053565+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:41:34.5053623+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:41:34.5053683+02:00 18860 7960 [PortAudio] PinNew: Creating pin 2:
2023-05-08T13:41:34.5053755+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5053815+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5053875+02:00 18860 7960 [PortAudio] PinNew: Creating pin 3:
2023-05-08T13:41:34.5053946+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5054005+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5054065+02:00 18860 7960 [PortAudio] PinNew: Creating pin 4:
2023-05-08T13:41:34.5054258+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:41:34.5054335+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:41:34.5054394+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:41:34.5054456+02:00 18860 7960 [PortAudio] PinNew: Creating pin 5:
2023-05-08T13:41:34.5054599+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:41:34.5054659+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:41:34.5054717+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:41:34.5054779+02:00 18860 7960 [PortAudio] PinNew: Creating pin 6:
2023-05-08T13:41:34.5054850+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5054909+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5054968+02:00 18860 7960 [PortAudio] PinNew: Creating pin 7:
2023-05-08T13:41:34.5055039+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5055097+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5055157+02:00 18860 7960 [PortAudio] FilterNew: Error -9985
2023-05-08T13:41:34.5055239+02:00 18860 7960 [PortAudio] Filter NOT created
2023-05-08T13:41:34.5055530+02:00 18860 7960 [PortAudio] Device 11 has render alias
2023-05-08T13:41:34.5055801+02:00 18860 7960 [PortAudio] Device 11 has capture alias
2023-05-08T13:41:34.5056060+02:00 18860 7960 [PortAudio] Interface 11, Name: U
2023-05-08T13:41:34.5056172+02:00 18860 7960 [PortAudio] FilterNew: Creating filter 'USB MIDI Interface'
2023-05-08T13:41:34.5056482+02:00 18860 7960 [PortAudio] FilterNew: Opening filter...
2023-05-08T13:41:34.5056945+02:00 18860 7960 [PortAudio] DumpConnectionsAndNodes: connections=6, nodes=4
2023-05-08T13:41:34.5057031+02:00 18860 7960 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T13:41:34.5057097+02:00 18860 7960 [PortAudio]   Connection: 1 - FromNode=4294967295,FromPin=2 -> ToNode=1,ToPin=1
2023-05-08T13:41:34.5057159+02:00 18860 7960 [PortAudio]   Connection: 2 - FromNode=1,FromPin=0 -> ToNode=2,ToPin=1
2023-05-08T13:41:34.5057221+02:00 18860 7960 [PortAudio]   Connection: 3 - FromNode=2,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T13:41:34.5057283+02:00 18860 7960 [PortAudio]   Connection: 4 - FromNode=0,FromPin=0 -> ToNode=3,ToPin=1
2023-05-08T13:41:34.5057346+02:00 18860 7960 [PortAudio]   Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T13:41:34.5057416+02:00 18860 7960 [PortAudio]   Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5057481+02:00 18860 7960 [PortAudio]   Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5057544+02:00 18860 7960 [PortAudio]   Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5057607+02:00 18860 7960 [PortAudio]   Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T13:41:34.5057679+02:00 18860 7960 [PortAudio] PinNew: Creating pin 0:
2023-05-08T13:41:34.5057806+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:41:34.5057872+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:41:34.5057934+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:41:34.5057998+02:00 18860 7960 [PortAudio] PinNew: Creating pin 1:
2023-05-08T13:41:34.5058113+02:00 18860 7960 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T13:41:34.5058173+02:00 18860 7960 [PortAudio] PinNew: DR major format e725d360
2023-05-08T13:41:34.5058233+02:00 18860 7960 [PortAudio] PinNew: Error -9999
2023-05-08T13:41:34.5058293+02:00 18860 7960 [PortAudio] PinNew: Creating pin 2:
2023-05-08T13:41:34.5058360+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5058420+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5058479+02:00 18860 7960 [PortAudio] PinNew: Creating pin 3:
2023-05-08T13:41:34.5058547+02:00 18860 7960 [PortAudio] PinNew: Not source/sink
2023-05-08T13:41:34.5058607+02:00 18860 7960 [PortAudio] PinNew: Error -9996
2023-05-08T13:41:34.5058667+02:00 18860 7960 [PortAudio] FilterNew: Error -9985
2023-05-08T13:41:34.5058843+02:00 18860 7960 [PortAudio] Filter NOT created
2023-05-08T13:41:34.5061127+02:00 18860 7960 [PortAudio] after paHostApiInitializers[3].
2023-05-08T13:41:34.5061248+02:00 18860 7960 PortAudio initialization successful
2023-05-08T13:41:34.5061328+02:00 18860 7960 Found backend: PortAudio host API index 0 (name: 'MME', type: 2 [MME], default input device: 1, default output device: 3)
2023-05-08T13:41:34.5061422+02:00 18860 7960 Found backend: PortAudio host API index 1 (name: 'Windows DirectSound', type: 1 [DirectSound], default input device: 5, default output device: 7)
2023-05-08T13:41:34.5061494+02:00 18860 7960 Found backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 12, default output device: 11)
2023-05-08T13:41:34.5061565+02:00 18860 7960 Found backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 17, default output device: 16)
2023-05-08T13:41:34.5061644+02:00 18860 7960 Searching for a PortAudio host API named 'Windows WDM-KS'
2023-05-08T13:41:34.5061708+02:00 18860 7960 Selected backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 17, default output device: 16)
2023-05-08T13:41:34.5061794+02:00 18860 7960 Found device: PortAudio device index 0 (name: 'Microsoft Sound Mapper - Input', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:41:34.5061928+02:00 18860 7960 Found device: PortAudio device index 1 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:41:34.5062017+02:00 18860 7960 Found device: PortAudio device index 2 (name: 'Microsoft Sound Mapper - Output', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:41:34.5062102+02:00 18860 7960 Found device: PortAudio device index 3 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:41:34.5062188+02:00 18860 7960 Found device: PortAudio device index 4 (name: 'BenQ GL2480 (NVIDIA High Defini', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T13:41:34.5062272+02:00 18860 7960 Found device: PortAudio device index 5 (name: 'Primary Sound Capture Driver', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:41:34.5062359+02:00 18860 7960 Found device: PortAudio device index 6 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:41:34.5062441+02:00 18860 7960 Found device: PortAudio device index 7 (name: 'Primary Sound Driver', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T13:41:34.5062522+02:00 18860 7960 Found device: PortAudio device index 8 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T13:41:34.5062604+02:00 18860 7960 Found device: PortAudio device index 9 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T13:41:34.5062860+02:00 18860 7960 Found device: PortAudio device index 10 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T13:41:34.5063000+02:00 18860 7960 Found device: PortAudio device index 11 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T13:41:34.5063093+02:00 18860 7960 Found device: PortAudio device index 12 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:41:34.5063175+02:00 18860 7960 Found device: PortAudio device index 13 (name: 'BenQ GL2480 (NVIDIA High Definition Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:41:34.5063259+02:00 18860 7960 Found device: PortAudio device index 14 (name: 'Line (2- ZOOM UAC-232 Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T13:41:34.5063518+02:00 18860 7960 Found device: PortAudio device index 15 (name: 'Output (NVIDIA High Definition Audio)', host API: 3, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T13:41:34.5063611+02:00 18860 7960 Found device: PortAudio device index 16 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T13:41:34.5063693+02:00 18860 7960 Found device: PortAudio device index 17 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T13:41:34.5063819+02:00 18860 7960 Selecting input device
2023-05-08T13:41:34.5063878+02:00 18860 7960 Selecting PortAudio device with host API index 3, minimum channel counts: 1 input, 0 output
2023-05-08T13:41:34.5063942+02:00 18860 7960 Using default device with index 17
2023-05-08T13:41:34.5064003+02:00 18860 7960 Selected input device: PortAudio device index 17 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T13:41:34.5064087+02:00 18860 7960 Selecting output device
2023-05-08T13:41:34.5064144+02:00 18860 7960 Selecting PortAudio device with host API index 3, minimum channel counts: 0 input, 1 output
2023-05-08T13:41:34.5064207+02:00 18860 7960 Using default device with index 16
2023-05-08T13:41:34.5064266+02:00 18860 7960 Selected output device: PortAudio device index 16 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T13:41:34.5064362+02:00 18860 7960 Selecting input sample type
2023-05-08T13:41:34.5064430+02:00 18860 7960 Selecting default sample type
2023-05-08T13:41:34.5064832+02:00 18860 7960 Selected input sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2023-05-08T13:41:34.5064963+02:00 18860 7960 Selecting output sample type
2023-05-08T13:41:34.5065021+02:00 18860 7960 Selecting default sample type
2023-05-08T13:41:34.5065079+02:00 18860 7960 Selected output sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2023-05-08T13:41:34.5065151+02:00 18860 7960 Selecting input channel mask
2023-05-08T13:41:34.5065217+02:00 18860 7960 Not using a channel mask because not using WASAPI
2023-05-08T13:41:34.5065276+02:00 18860 7960 Selected input channel mask: 0
2023-05-08T13:41:34.5065339+02:00 18860 7960 Selecting output channel mask
2023-05-08T13:41:34.5065397+02:00 18860 7960 Not using a channel mask because not using WASAPI
2023-05-08T13:41:34.5065454+02:00 18860 7960 Selected output channel mask: 0
2023-05-08T13:41:34.5065522+02:00 18860 7960 Default sample rate: 48000
2023-05-08T13:41:34.5065587+02:00 18860 7960 sysHandle = 00000000000405A0
2023-05-08T13:41:34.5065649+02:00 18860 7960 Input channel count: 2
2023-05-08T13:41:34.5065710+02:00 18860 7960 Output channel count: 2
2023-05-08T13:41:34.5065771+02:00 18860 7960 --- EXITING CONTEXT: init() [OK]
2023-05-08T13:41:34.5065834+02:00 18860 7960 --- ENTERING CONTEXT: getDriverName()
2023-05-08T13:41:34.5065892+02:00 18860 7960 --- EXITING CONTEXT: getDriverName() [OK]
2023-05-08T13:41:34.5065962+02:00 18860 7960 --- ENTERING CONTEXT: getDriverVersion()
2023-05-08T13:41:34.5066021+02:00 18860 7960 --- EXITING CONTEXT: getDriverVersion() [OK]
2023-05-08T13:41:34.5066173+02:00 18860 7960 --- ENTERING CONTEXT: getClockSources()
2023-05-08T13:41:34.5066235+02:00 18860 7960 --- EXITING CONTEXT: getClockSources() [OK]
2023-05-08T13:41:34.5066650+02:00 18860 7960 --- ENTERING CONTEXT: setSampleRate()
2023-05-08T13:41:34.5066712+02:00 18860 7960 Request to set sample rate: 44100
2023-05-08T13:41:34.5066778+02:00 18860 7960 --- EXITING CONTEXT: setSampleRate() [OK]
2023-05-08T13:41:34.5066886+02:00 18860 7960 --- ENTERING CONTEXT: getChannels()
2023-05-08T13:41:34.5066945+02:00 18860 7960 Returning 2 input channels and 2 output channels
2023-05-08T13:41:34.5067007+02:00 18860 7960 --- EXITING CONTEXT: getChannels() [OK]
2023-05-08T13:41:34.5067155+02:00 18860 7960 --- ENTERING CONTEXT: getBufferSize()
2023-05-08T13:41:34.5067216+02:00 18860 7960 Calculating default buffer size based on 44100 Hz sample rate
2023-05-08T13:41:34.5067280+02:00 18860 7960 Returning: min buffer size 44, max buffer size 44100, preferred buffer size 882, granularity 1
2023-05-08T13:41:34.5067347+02:00 18860 7960 --- EXITING CONTEXT: getBufferSize() [OK]
2023-05-08T13:41:34.5067446+02:00 18860 7960 --- ENTERING CONTEXT: outputReady()
2023-05-08T13:41:34.5067508+02:00 18860 7960 Host supports OutputReady
2023-05-08T13:41:34.5067566+02:00 18860 7960 --- EXITING CONTEXT: outputReady() [OK]
2023-05-08T13:41:34.5067733+02:00 18860 7960 --- ENTERING CONTEXT: createBuffers()
2023-05-08T13:41:34.5067792+02:00 18860 7960 Request to create buffers for 4 channels, size 1024 samples
2023-05-08T13:41:34.5067876+02:00 18860 7960 Allocated 2 buffer sets, 2/2 (I/O) channels per buffer set, 1024 samples per channel, 4/4 (I/O) bytes per sample, memory range: 000000002ECA20C0-000000002ECAA0C0
2023-05-08T13:41:34.5067968+02:00 18860 7960 ASIO buffer #0 is input channel 0 - first half: 000000002ECA20C0-000000002ECA30C0 - second half: 000000002ECA60C0-000000002ECA70C0
2023-05-08T13:41:34.5068085+02:00 18860 7960 ASIO buffer #1 is input channel 1 - first half: 000000002ECA30C0-000000002ECA40C0 - second half: 000000002ECA70C0-000000002ECA80C0
2023-05-08T13:41:34.5068156+02:00 18860 7960 ASIO buffer #2 is output channel 0 - first half: 000000002ECA40C0-000000002ECA50C0 - second half: 000000002ECA80C0-000000002ECA90C0
2023-05-08T13:41:34.5068226+02:00 18860 7960 ASIO buffer #3 is output channel 1 - first half: 000000002ECA50C0-000000002ECA60C0 - second half: 000000002ECA90C0-000000002ECAA0C0
2023-05-08T13:41:34.5068296+02:00 18860 7960 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 1, sampleRate = 44100, framesPerBuffer = 1024, callback = 00007FF9CDA83A71, callbackUserData = 000000002EBF12D0)
2023-05-08T13:41:34.5068382+02:00 18860 7960 Opening PortAudio stream with...
2023-05-08T13:41:34.5068440+02:00 18860 7960 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.0696599s
2023-05-08T13:41:34.5068540+02:00 18860 7960 ...output parameters: PortAudio stream parameters for device index 16, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.0696599s
2023-05-08T13:41:34.5068622+02:00 18860 7960 ...sample rate: 44100 Hz
2023-05-08T13:41:34.5068686+02:00 18860 7960 ...frames per buffer: 1024
2023-05-08T13:41:34.5068744+02:00 18860 7960 ...stream flags: 8 [PrimeOutputBuffersUsingStreamCallback]
2023-05-08T13:41:34.5068809+02:00 18860 7960 ...stream callback: 00007FF9CDA83A71 (user data 000000002EBF12D0)
2023-05-08T13:41:34.5068910+02:00 18860 7960 [PortAudio] OpenStream:sampleRate = 44100.000000
2023-05-08T13:41:34.5068982+02:00 18860 7960 [PortAudio] OpenStream:framesPerBuffer = 1024
2023-05-08T13:41:34.5069238+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5069391+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5069528+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5069656+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5069870+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5070001+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5070128+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5070255+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5070380+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5070505+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5070630+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5070755+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5071100+02:00 18860 7960 Destroying buffers
2023-05-08T13:41:34.5071219+02:00 18860 7960 --- EXITING CONTEXT: createBuffers() (-999 [ASE_HWMalfunction] unable to open PortAudio stream: Invalid device)
2023-05-08T13:41:34.5071343+02:00 18860 7960 --- ENTERING CONTEXT: getChannels()
2023-05-08T13:41:34.5071404+02:00 18860 7960 Returning 2 input channels and 2 output channels
2023-05-08T13:41:34.5071465+02:00 18860 7960 --- EXITING CONTEXT: getChannels() [OK]
2023-05-08T13:41:34.5071596+02:00 18860 7960 --- ENTERING CONTEXT: getBufferSize()
2023-05-08T13:41:34.5071655+02:00 18860 7960 Calculating default buffer size based on 44100 Hz sample rate
2023-05-08T13:41:34.5071722+02:00 18860 7960 Returning: min buffer size 44, max buffer size 44100, preferred buffer size 882, granularity 1
2023-05-08T13:41:34.5071787+02:00 18860 7960 --- EXITING CONTEXT: getBufferSize() [OK]
2023-05-08T13:41:34.5071884+02:00 18860 7960 --- ENTERING CONTEXT: outputReady()
2023-05-08T13:41:34.5071942+02:00 18860 7960 --- EXITING CONTEXT: outputReady() [OK]
2023-05-08T13:41:34.5072105+02:00 18860 7960 --- ENTERING CONTEXT: createBuffers()
2023-05-08T13:41:34.5072163+02:00 18860 7960 Request to create buffers for 4 channels, size 882 samples
2023-05-08T13:41:34.5072230+02:00 18860 7960 Allocated 2 buffer sets, 2/2 (I/O) channels per buffer set, 882 samples per channel, 4/4 (I/O) bytes per sample, memory range: 000000002ECA20C0-000000002ECA8F00
2023-05-08T13:41:34.5072307+02:00 18860 7960 ASIO buffer #0 is input channel 0 - first half: 000000002ECA20C0-000000002ECA2E88 - second half: 000000002ECA57E0-000000002ECA65A8
2023-05-08T13:41:34.5072379+02:00 18860 7960 ASIO buffer #1 is input channel 1 - first half: 000000002ECA2E88-000000002ECA3C50 - second half: 000000002ECA65A8-000000002ECA7370
2023-05-08T13:41:34.5072449+02:00 18860 7960 ASIO buffer #2 is output channel 0 - first half: 000000002ECA3C50-000000002ECA4A18 - second half: 000000002ECA7370-000000002ECA8138
2023-05-08T13:41:34.5072519+02:00 18860 7960 ASIO buffer #3 is output channel 1 - first half: 000000002ECA4A18-000000002ECA57E0 - second half: 000000002ECA8138-000000002ECA8F00
2023-05-08T13:41:34.5072589+02:00 18860 7960 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 1, sampleRate = 44100, framesPerBuffer = 882, callback = 00007FF9CDA83A71, callbackUserData = 000000002EBF12D0)
2023-05-08T13:41:34.5072664+02:00 18860 7960 Opening PortAudio stream with...
2023-05-08T13:41:34.5072722+02:00 18860 7960 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.06s
2023-05-08T13:41:34.5072803+02:00 18860 7960 ...output parameters: PortAudio stream parameters for device index 16, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.06s
2023-05-08T13:41:34.5072883+02:00 18860 7960 ...sample rate: 44100 Hz
2023-05-08T13:41:34.5072945+02:00 18860 7960 ...frames per buffer: 882
2023-05-08T13:41:34.5073004+02:00 18860 7960 ...stream flags: 8 [PrimeOutputBuffersUsingStreamCallback]
2023-05-08T13:41:34.5073068+02:00 18860 7960 ...stream callback: 00007FF9CDA83A71 (user data 000000002EBF12D0)
2023-05-08T13:41:34.5073140+02:00 18860 7960 [PortAudio] OpenStream:sampleRate = 44100.000000
2023-05-08T13:41:34.5073201+02:00 18860 7960 [PortAudio] OpenStream:framesPerBuffer = 882
2023-05-08T13:41:34.5073488+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5073633+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5073763+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5073889+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5074015+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5074139+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5074269+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5074393+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5074522+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5074648+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5074772+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5074896+02:00 18860 7960 [PortAudio] Pin create result = 0x00000491
2023-05-08T13:41:34.5075033+02:00 18860 7960 Destroying buffers
2023-05-08T13:41:34.5075124+02:00 18860 7960 --- EXITING CONTEXT: createBuffers() (-999 [ASE_HWMalfunction] unable to open PortAudio stream: Invalid device)
2023-05-08T13:41:34.5075310+02:00 18860 7960 --- ENTERING CONTEXT: disposeBuffers()
2023-05-08T13:41:34.5075413+02:00 18860 7960 --- EXITING CONTEXT: disposeBuffers() (-997 [ASE_InvalidMode] disposeBuffers() called before createBuffers())
2023-05-08T13:41:34.5075486+02:00 18860 7960 --- ENTERING CONTEXT: ~CFlexASIO()
2023-05-08T13:41:34.5075546+02:00 18860 7960 --- EXITING CONTEXT: ~CFlexASIO() [OK]
2023-05-08T13:41:34.5075605+02:00 18860 7960 Terminating PortAudio
2023-05-08T13:41:34.5075664+02:00 18860 7960 [PortAudio] TerminateHostApis in
2023-05-08T13:41:34.5075821+02:00 18860 7960 [PortAudio] TerminateHostApis out
2023-05-08T13:41:34.5075883+02:00 18860 7960 PortAudio terminated successfully
2023-05-08T13:41:34.5075944+02:00 18860 7960 [PortAudio] Disabling PortAudio debug output redirection

@lewie6
Copy link
Author

lewie6 commented May 8, 2023

Log if I removewasapiExclusiveMode = true (it works but is not 32bit)

2023-05-08T14:12:11.1935191+02:00 13196 15068 Logfile opened: "C:\\Users\\xxxx\\FlexASIO.log"
2023-05-08T14:12:11.1936056+02:00 13196 15068 Current log file size is 95 bytes (maximum allowed: 1073741824 bytes)
2023-05-08T14:12:11.1936214+02:00 13196 15068 Log time source: GetSystemTimePreciseAsFileTime
2023-05-08T14:12:11.1936312+02:00 13196 15068 Host process: C:\ProgramData\Ableton\Live 11 Suite\Program\Ableton Live 11 Suite.exe
2023-05-08T14:12:11.1936409+02:00 13196 15068 FlexASIO RelWithDebInfo x64 flexasio-1.9 built on 2022-05-07T10:02:18Z
2023-05-08T14:12:11.1936503+02:00 13196 15068 --- ENTERING CONTEXT: CFlexASIO()
2023-05-08T14:12:11.1936589+02:00 13196 15068 --- EXITING CONTEXT: CFlexASIO() [OK]
2023-05-08T14:12:11.1937826+02:00 13196 15068 --- ENTERING CONTEXT: init()
2023-05-08T14:12:11.1938090+02:00 13196 15068 Attempting to load configuration file: "C:\\Users\\xxxx\\FlexASIO.toml"
2023-05-08T14:12:11.1938830+02:00 13196 15068 Configuration file successfully parsed as valid TOML: backend = "Windows WASAPI"

[input]
sampleType = "Float32"
wasapiExplicitSampleFormat = true

[output]
sampleType = "Float32"
wasapiExplicitSampleFormat = true

2023-05-08T14:12:11.1939125+02:00 13196 15068 [PortAudio] PortAudio version: PortAudio V19.7.0-devel, revision 80ef9ac9c4ed1a4b9f3f4b11ad31ed9f69c4dc57-FlexASIO
2023-05-08T14:12:11.1939193+02:00 13196 15068 [PortAudio] Enabling PortAudio debug output redirection
2023-05-08T14:12:11.1939262+02:00 13196 15068 Initializing PortAudio
2023-05-08T14:12:11.1939418+02:00 13196 15068 [PortAudio] before paHostApiInitializers[0].
2023-05-08T14:12:11.1998064+02:00 13196 15068 [PortAudio] after paHostApiInitializers[0].
2023-05-08T14:12:11.1998246+02:00 13196 15068 [PortAudio] before paHostApiInitializers[1].
2023-05-08T14:12:11.2005467+02:00 13196 15068 [PortAudio] PA - PlatformId = 0x2
2023-05-08T14:12:11.2005653+02:00 13196 15068 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T14:12:11.2005723+02:00 13196 15068 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T14:12:11.2007571+02:00 13196 15068 [PortAudio] PA - PlatformId = 0x2
2023-05-08T14:12:11.2007712+02:00 13196 15068 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T14:12:11.2007783+02:00 13196 15068 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T14:12:11.2034527+02:00 13196 15068 [PortAudio] PA - PlatformId = 0x2
2023-05-08T14:12:11.2034724+02:00 13196 15068 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T14:12:11.2034799+02:00 13196 15068 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T14:12:11.2058020+02:00 13196 15068 [PortAudio] PA - PlatformId = 0x2
2023-05-08T14:12:11.2058216+02:00 13196 15068 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T14:12:11.2058292+02:00 13196 15068 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T14:12:11.2080329+02:00 13196 15068 [PortAudio] PA - PlatformId = 0x2
2023-05-08T14:12:11.2080538+02:00 13196 15068 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T14:12:11.2080612+02:00 13196 15068 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T14:12:11.2082085+02:00 13196 15068 [PortAudio] after paHostApiInitializers[1].
2023-05-08T14:12:11.2082239+02:00 13196 15068 [PortAudio] before paHostApiInitializers[2].
2023-05-08T14:12:11.2082511+02:00 13196 15068 [PortAudio] WASAPI: getting Windows version with RtlGetVersion(): major=10, minor=0, build=22621
2023-05-08T14:12:11.2082586+02:00 13196 15068 [PortAudio] WASAPI: Windows version = 5
2023-05-08T14:12:11.2114174+02:00 13196 15068 [PortAudio] WASAPI: device idx: 00
2023-05-08T14:12:11.2114379+02:00 13196 15068 [PortAudio] WASAPI: ---------------
2023-05-08T14:12:11.2115060+02:00 13196 15068 [PortAudio] WASAPI:0| name[BenQ GL2480 (NVIDIA High Definition Audio)]
2023-05-08T14:12:11.2116088+02:00 13196 15068 [PortAudio] WASAPI:0| form-factor[9]
2023-05-08T14:12:11.2116189+02:00 13196 15068 [PortAudio] WASAPI: IAudioClient version = 3
2023-05-08T14:12:11.2121678+02:00 13196 15068 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T14:12:11.2121845+02:00 13196 15068 [PortAudio] WASAPI: device idx: 01
2023-05-08T14:12:11.2122143+02:00 13196 15068 [PortAudio] WASAPI: ---------------
2023-05-08T14:12:11.2122796+02:00 13196 15068 [PortAudio] WASAPI:1| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T14:12:11.2123449+02:00 13196 15068 [PortAudio] WASAPI:1| form-factor[2]
2023-05-08T14:12:11.2129503+02:00 13196 15068 [PortAudio] WASAPI:1| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T14:12:11.2129667+02:00 13196 15068 [PortAudio] WASAPI: device idx: 02
2023-05-08T14:12:11.2129737+02:00 13196 15068 [PortAudio] WASAPI: ---------------
2023-05-08T14:12:11.2130305+02:00 13196 15068 [PortAudio] WASAPI:2| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T14:12:11.2130465+02:00 13196 15068 [PortAudio] WASAPI:2| form-factor[2]
2023-05-08T14:12:11.2132585+02:00 13196 15068 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T14:12:11.2132710+02:00 13196 15068 [PortAudio] WASAPI: device list ok - found 5 devices, 2 loopback devices
2023-05-08T14:12:11.2133007+02:00 13196 15068 [PortAudio] WASAPI: initialized ok
2023-05-08T14:12:11.2133078+02:00 13196 15068 [PortAudio] after paHostApiInitializers[2].
2023-05-08T14:12:11.2133142+02:00 13196 15068 [PortAudio] before paHostApiInitializers[3].
2023-05-08T14:12:11.2135924+02:00 13196 15068 [PortAudio] Setup called
2023-05-08T14:12:11.2136072+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2136503+02:00 13196 15068 [PortAudio] noError = 1
2023-05-08T14:12:11.2136578+02:00 13196 15068 [PortAudio] Device 0 has render alias
2023-05-08T14:12:11.2136895+02:00 13196 15068 [PortAudio] Device 0 has capture alias
2023-05-08T14:12:11.2136972+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2137131+02:00 13196 15068 [PortAudio] noError = 0
2023-05-08T14:12:11.2137297+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2137453+02:00 13196 15068 [PortAudio] noError = 0
2023-05-08T14:12:11.2137660+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2137817+02:00 13196 15068 [PortAudio] noError = 0
2023-05-08T14:12:11.2137976+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2138129+02:00 13196 15068 [PortAudio] noError = 0
2023-05-08T14:12:11.2138290+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2138459+02:00 13196 15068 [PortAudio] noError = 0
2023-05-08T14:12:11.2138627+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2138784+02:00 13196 15068 [PortAudio] noError = 0
2023-05-08T14:12:11.2138945+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2139106+02:00 13196 15068 [PortAudio] noError = 0
2023-05-08T14:12:11.2139265+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2139423+02:00 13196 15068 [PortAudio] noError = 0
2023-05-08T14:12:11.2139585+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2139898+02:00 13196 15068 [PortAudio] noError = 1
2023-05-08T14:12:11.2139969+02:00 13196 15068 [PortAudio] Device 9 has render alias
2023-05-08T14:12:11.2140261+02:00 13196 15068 [PortAudio] Device 9 has capture alias
2023-05-08T14:12:11.2140337+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2140618+02:00 13196 15068 [PortAudio] noError = 1
2023-05-08T14:12:11.2140689+02:00 13196 15068 [PortAudio] Device 10 has render alias
2023-05-08T14:12:11.2140983+02:00 13196 15068 [PortAudio] Device 10 has capture alias
2023-05-08T14:12:11.2141058+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2141343+02:00 13196 15068 [PortAudio] noError = 1
2023-05-08T14:12:11.2141413+02:00 13196 15068 [PortAudio] Device 11 has render alias
2023-05-08T14:12:11.2141697+02:00 13196 15068 [PortAudio] Device 11 has capture alias
2023-05-08T14:12:11.2141774+02:00 13196 15068 [PortAudio] Enum called
2023-05-08T14:12:11.2141840+02:00 13196 15068 [PortAudio] Interfaces found: 4
2023-05-08T14:12:11.2142133+02:00 13196 15068 [PortAudio] Device 0 has render alias
2023-05-08T14:12:11.2142427+02:00 13196 15068 [PortAudio] Device 0 has capture alias
2023-05-08T14:12:11.2142757+02:00 13196 15068 [PortAudio] Device 0 has realtime alias
2023-05-08T14:12:11.2143263+02:00 13196 15068 [PortAudio] Interface 0, Name: N
2023-05-08T14:12:11.2143433+02:00 13196 15068 [PortAudio] FilterNew: Creating filter 'NVIDIA High Definition Audio'
2023-05-08T14:12:11.2143514+02:00 13196 15068 [PortAudio] FilterNew: Opening filter...
2023-05-08T14:12:11.2143739+02:00 13196 15068 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0
2023-05-08T14:12:11.2143813+02:00 13196 15068 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T14:12:11.2143926+02:00 13196 15068 [PortAudio] PinNew: Creating pin 0:
2023-05-08T14:12:11.2144129+02:00 13196 15068 [PortAudio] PinNew: Checking 6 no of dataranges...
2023-05-08T14:12:11.2144195+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2144258+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2144322+02:00 13196 15068 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T14:12:11.2144385+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2144448+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2144510+02:00 13196 15068 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T14:12:11.2144572+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2144635+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2144698+02:00 13196 15068 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T14:12:11.2144760+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2144823+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2144885+02:00 13196 15068 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T14:12:11.2144947+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2145013+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2145075+02:00 13196 15068 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T14:12:11.2145139+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2145202+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2145264+02:00 13196 15068 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T14:12:11.2145327+02:00 13196 15068 [PortAudio] PinNew: Default sample rate = 44100 Hz
2023-05-08T14:12:11.2145424+02:00 13196 15068 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T14:12:11.2145487+02:00 13196 15068 [PortAudio] PinNew: Finding topology pin...
2023-05-08T14:12:11.2145552+02:00 13196 15068 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections...
2023-05-08T14:12:11.2145624+02:00 13196 15068 [PortAudio] FindStartConnectionTo: returning 000000001AA5D2E8
2023-05-08T14:12:11.2145688+02:00 13196 15068 [PortAudio] PinNew: Getting physical connection...
2023-05-08T14:12:11.2145768+02:00 13196 15068 [PortAudio] PinNew: Physical connection found!
2023-05-08T14:12:11.2145854+02:00 13196 15068 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_00A5&SUBSYS_14625130&REV_1001#5&2fc161c2&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo00'
2023-05-08T14:12:11.2145934+02:00 13196 15068 [PortAudio] FilterNew: Creating filter ''
2023-05-08T14:12:11.2145998+02:00 13196 15068 [PortAudio] FilterNew: Opening filter...
2023-05-08T14:12:11.2146162+02:00 13196 15068 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2023-05-08T14:12:11.2146229+02:00 13196 15068 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T14:12:11.2146299+02:00 13196 15068 [PortAudio]   Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T14:12:11.2146368+02:00 13196 15068 [PortAudio]   Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2023-05-08T14:12:11.2146477+02:00 13196 15068 [PortAudio] PinNew: Opening topology filter...
2023-05-08T14:12:11.2146566+02:00 13196 15068 [PortAudio] PinNew: Checking for output endpoint pin id...
2023-05-08T14:12:11.2146642+02:00 13196 15068 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2023-05-08T14:12:11.2146713+02:00 13196 15068 [PortAudio] FindStartConnectionTo: returning 000000001AA4E3D8
2023-05-08T14:12:11.2146779+02:00 13196 15068 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2023-05-08T14:12:11.2146845+02:00 13196 15068 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000000001AA4E3D8)
2023-05-08T14:12:11.2146908+02:00 13196 15068 [PortAudio] GetConnectionTo: Returning 000000001AA4E3E8
2023-05-08T14:12:11.2146971+02:00 13196 15068 [PortAudio] PinNew: Found endpoint pin id 1
2023-05-08T14:12:11.2147053+02:00 13196 15068 [PortAudio] PinNew: Pin name 'Output'
2023-05-08T14:12:11.2147117+02:00 13196 15068 [PortAudio] PinNew: Releasing topology filter...
2023-05-08T14:12:11.2147191+02:00 13196 15068 [PortAudio] Pin created successfully
2023-05-08T14:12:11.2147254+02:00 13196 15068 [PortAudio] PinNew: Creating pin 1:
2023-05-08T14:12:11.2147328+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2147392+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2147472+02:00 13196 15068 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2023-05-08T14:12:11.2149139+02:00 13196 15068 [PortAudio] Device 9 has render alias
2023-05-08T14:12:11.2149435+02:00 13196 15068 [PortAudio] Device 9 has capture alias
2023-05-08T14:12:11.2149752+02:00 13196 15068 [PortAudio] Device 9 has realtime alias
2023-05-08T14:12:11.2149940+02:00 13196 15068 [PortAudio] Interface 9, Name: Z
2023-05-08T14:12:11.2150051+02:00 13196 15068 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 Audio'
2023-05-08T14:12:11.2150131+02:00 13196 15068 [PortAudio] FilterNew: Opening filter...
2023-05-08T14:12:11.2150313+02:00 13196 15068 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=2
2023-05-08T14:12:11.2150385+02:00 13196 15068 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=2 -> ToNode=0,ToPin=1
2023-05-08T14:12:11.2150452+02:00 13196 15068 [PortAudio]   Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T14:12:11.2150517+02:00 13196 15068 [PortAudio]   Connection: 2 - FromNode=4294967295,FromPin=0 -> ToNode=1,ToPin=1
2023-05-08T14:12:11.2150581+02:00 13196 15068 [PortAudio]   Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T14:12:11.2150649+02:00 13196 15068 [PortAudio]   Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2023-05-08T14:12:11.2150718+02:00 13196 15068 [PortAudio]   Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2023-05-08T14:12:11.2150802+02:00 13196 15068 [PortAudio] PinNew: Creating pin 0:
2023-05-08T14:12:11.2150968+02:00 13196 15068 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T14:12:11.2151033+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2151099+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2151164+02:00 13196 15068 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T14:12:11.2151228+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2151291+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2151354+02:00 13196 15068 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T14:12:11.2151418+02:00 13196 15068 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T14:12:11.2151504+02:00 13196 15068 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T14:12:11.2151566+02:00 13196 15068 [PortAudio] PinNew: Finding topology pin...
2023-05-08T14:12:11.2151630+02:00 13196 15068 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 4 connections...
2023-05-08T14:12:11.2151694+02:00 13196 15068 [PortAudio] FindStartConnectionTo: returning 000000001A6739A8
2023-05-08T14:12:11.2151759+02:00 13196 15068 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2023-05-08T14:12:11.2151824+02:00 13196 15068 [PortAudio] GetConnectionTo: Checking 4 connections... (pFrom = 000000001A6739A8)
2023-05-08T14:12:11.2151996+02:00 13196 15068 [PortAudio] GetConnectionTo: Returning 000000001A6739B8
2023-05-08T14:12:11.2152069+02:00 13196 15068 [PortAudio] PinNew: Getting physical connection...
2023-05-08T14:12:11.2152157+02:00 13196 15068 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T14:12:11.2152444+02:00 13196 15068 [PortAudio] Pin created successfully
2023-05-08T14:12:11.2152517+02:00 13196 15068 [PortAudio] PinNew: Creating pin 1:
2023-05-08T14:12:11.2152595+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2152659+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2152724+02:00 13196 15068 [PortAudio] PinNew: Creating pin 2:
2023-05-08T14:12:11.2152801+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2152863+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2152927+02:00 13196 15068 [PortAudio] PinNew: Creating pin 3:
2023-05-08T14:12:11.2153079+02:00 13196 15068 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T14:12:11.2153144+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2153207+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2153271+02:00 13196 15068 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T14:12:11.2153333+02:00 13196 15068 [PortAudio] PinNew: DR major format 73647561
2023-05-08T14:12:11.2153396+02:00 13196 15068 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T14:12:11.2153459+02:00 13196 15068 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T14:12:11.2153526+02:00 13196 15068 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T14:12:11.2153610+02:00 13196 15068 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T14:12:11.2153673+02:00 13196 15068 [PortAudio] PinNew: Finding topology pin...
2023-05-08T14:12:11.2153737+02:00 13196 15068 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 4 connections...
2023-05-08T14:12:11.2153801+02:00 13196 15068 [PortAudio] FindStartConnectionFrom: returning 000000001A673998
2023-05-08T14:12:11.2153866+02:00 13196 15068 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=-1
2023-05-08T14:12:11.2153930+02:00 13196 15068 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000000001A673998)
2023-05-08T14:12:11.2153994+02:00 13196 15068 [PortAudio] GetConnectionFrom: Returning 000000001A673988
2023-05-08T14:12:11.2154057+02:00 13196 15068 [PortAudio] PinNew: Getting physical connection...
2023-05-08T14:12:11.2154142+02:00 13196 15068 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T14:12:11.2154362+02:00 13196 15068 [PortAudio] Pin created successfully
2023-05-08T14:12:11.2154458+02:00 13196 15068 [PortAudio] Filter (WaveRT) created with 2 valid pins (total I/Os: 2)
2023-05-08T14:12:11.2154764+02:00 13196 15068 [PortAudio] Device 10 has render alias
2023-05-08T14:12:11.2155044+02:00 13196 15068 [PortAudio] Device 10 has capture alias
2023-05-08T14:12:11.2155305+02:00 13196 15068 [PortAudio] Interface 10, Name: Z
2023-05-08T14:12:11.2155394+02:00 13196 15068 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 MIDI'
2023-05-08T14:12:11.2155461+02:00 13196 15068 [PortAudio] FilterNew: Opening filter...
2023-05-08T14:12:11.2155655+02:00 13196 15068 [PortAudio] DumpConnectionsAndNodes: connections=12, nodes=8
2023-05-08T14:12:11.2155723+02:00 13196 15068 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T14:12:11.2155790+02:00 13196 15068 [PortAudio]   Connection: 1 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2023-05-08T14:12:11.2155855+02:00 13196 15068 [PortAudio]   Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2023-05-08T14:12:11.2155919+02:00 13196 15068 [PortAudio]   Connection: 3 - FromNode=4294967295,FromPin=3 -> ToNode=3,ToPin=1
2023-05-08T14:12:11.2155983+02:00 13196 15068 [PortAudio]   Connection: 4 - FromNode=2,FromPin=0 -> ToNode=4,ToPin=1
2023-05-08T14:12:11.2156056+02:00 13196 15068 [PortAudio]   Connection: 5 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=4
2023-05-08T14:12:11.2156125+02:00 13196 15068 [PortAudio]   Connection: 6 - FromNode=3,FromPin=0 -> ToNode=5,ToPin=1
2023-05-08T14:12:11.2156190+02:00 13196 15068 [PortAudio]   Connection: 7 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=5
2023-05-08T14:12:11.2156254+02:00 13196 15068 [PortAudio]   Connection: 8 - FromNode=0,FromPin=0 -> ToNode=6,ToPin=1
2023-05-08T14:12:11.2156318+02:00 13196 15068 [PortAudio]   Connection: 9 - FromNode=6,FromPin=0 -> ToNode=4294967295,ToPin=6
2023-05-08T14:12:11.2156383+02:00 13196 15068 [PortAudio]   Connection: 10 - FromNode=1,FromPin=0 -> ToNode=7,ToPin=1
2023-05-08T14:12:11.2156448+02:00 13196 15068 [PortAudio]   Connection: 11 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=7
2023-05-08T14:12:11.2156517+02:00 13196 15068 [PortAudio]   Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2156585+02:00 13196 15068 [PortAudio]   Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2156654+02:00 13196 15068 [PortAudio]   Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2156720+02:00 13196 15068 [PortAudio]   Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2156785+02:00 13196 15068 [PortAudio]   Node: 4 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2156852+02:00 13196 15068 [PortAudio]   Node: 5 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2156918+02:00 13196 15068 [PortAudio]   Node: 6 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2156984+02:00 13196 15068 [PortAudio]   Node: 7 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2157069+02:00 13196 15068 [PortAudio] PinNew: Creating pin 0:
2023-05-08T14:12:11.2157230+02:00 13196 15068 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T14:12:11.2157296+02:00 13196 15068 [PortAudio] PinNew: DR major format e725d360
2023-05-08T14:12:11.2157359+02:00 13196 15068 [PortAudio] PinNew: Error -9999
2023-05-08T14:12:11.2157422+02:00 13196 15068 [PortAudio] PinNew: Creating pin 1:
2023-05-08T14:12:11.2157573+02:00 13196 15068 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T14:12:11.2157638+02:00 13196 15068 [PortAudio] PinNew: DR major format e725d360
2023-05-08T14:12:11.2157701+02:00 13196 15068 [PortAudio] PinNew: Error -9999
2023-05-08T14:12:11.2157765+02:00 13196 15068 [PortAudio] PinNew: Creating pin 2:
2023-05-08T14:12:11.2157841+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2157906+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2157970+02:00 13196 15068 [PortAudio] PinNew: Creating pin 3:
2023-05-08T14:12:11.2158046+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2158109+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2158172+02:00 13196 15068 [PortAudio] PinNew: Creating pin 4:
2023-05-08T14:12:11.2158323+02:00 13196 15068 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T14:12:11.2158388+02:00 13196 15068 [PortAudio] PinNew: DR major format e725d360
2023-05-08T14:12:11.2158449+02:00 13196 15068 [PortAudio] PinNew: Error -9999
2023-05-08T14:12:11.2158514+02:00 13196 15068 [PortAudio] PinNew: Creating pin 5:
2023-05-08T14:12:11.2158665+02:00 13196 15068 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T14:12:11.2158729+02:00 13196 15068 [PortAudio] PinNew: DR major format e725d360
2023-05-08T14:12:11.2158791+02:00 13196 15068 [PortAudio] PinNew: Error -9999
2023-05-08T14:12:11.2158854+02:00 13196 15068 [PortAudio] PinNew: Creating pin 6:
2023-05-08T14:12:11.2158929+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2158991+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2159054+02:00 13196 15068 [PortAudio] PinNew: Creating pin 7:
2023-05-08T14:12:11.2159132+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2159202+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2159269+02:00 13196 15068 [PortAudio] FilterNew: Error -9985
2023-05-08T14:12:11.2159351+02:00 13196 15068 [PortAudio] Filter NOT created
2023-05-08T14:12:11.2159642+02:00 13196 15068 [PortAudio] Device 11 has render alias
2023-05-08T14:12:11.2159923+02:00 13196 15068 [PortAudio] Device 11 has capture alias
2023-05-08T14:12:11.2160176+02:00 13196 15068 [PortAudio] Interface 11, Name: U
2023-05-08T14:12:11.2160261+02:00 13196 15068 [PortAudio] FilterNew: Creating filter 'USB MIDI Interface'
2023-05-08T14:12:11.2160326+02:00 13196 15068 [PortAudio] FilterNew: Opening filter...
2023-05-08T14:12:11.2160626+02:00 13196 15068 [PortAudio] DumpConnectionsAndNodes: connections=6, nodes=4
2023-05-08T14:12:11.2160703+02:00 13196 15068 [PortAudio]   Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T14:12:11.2160769+02:00 13196 15068 [PortAudio]   Connection: 1 - FromNode=4294967295,FromPin=2 -> ToNode=1,ToPin=1
2023-05-08T14:12:11.2160834+02:00 13196 15068 [PortAudio]   Connection: 2 - FromNode=1,FromPin=0 -> ToNode=2,ToPin=1
2023-05-08T14:12:11.2160899+02:00 13196 15068 [PortAudio]   Connection: 3 - FromNode=2,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T14:12:11.2160964+02:00 13196 15068 [PortAudio]   Connection: 4 - FromNode=0,FromPin=0 -> ToNode=3,ToPin=1
2023-05-08T14:12:11.2161031+02:00 13196 15068 [PortAudio]   Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T14:12:11.2161102+02:00 13196 15068 [PortAudio]   Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2161169+02:00 13196 15068 [PortAudio]   Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2161235+02:00 13196 15068 [PortAudio]   Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2161301+02:00 13196 15068 [PortAudio]   Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T14:12:11.2161374+02:00 13196 15068 [PortAudio] PinNew: Creating pin 0:
2023-05-08T14:12:11.2161499+02:00 13196 15068 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T14:12:11.2161565+02:00 13196 15068 [PortAudio] PinNew: DR major format e725d360
2023-05-08T14:12:11.2161628+02:00 13196 15068 [PortAudio] PinNew: Error -9999
2023-05-08T14:12:11.2161692+02:00 13196 15068 [PortAudio] PinNew: Creating pin 1:
2023-05-08T14:12:11.2161810+02:00 13196 15068 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T14:12:11.2161874+02:00 13196 15068 [PortAudio] PinNew: DR major format e725d360
2023-05-08T14:12:11.2161937+02:00 13196 15068 [PortAudio] PinNew: Error -9999
2023-05-08T14:12:11.2162000+02:00 13196 15068 [PortAudio] PinNew: Creating pin 2:
2023-05-08T14:12:11.2162071+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2162133+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2162197+02:00 13196 15068 [PortAudio] PinNew: Creating pin 3:
2023-05-08T14:12:11.2162271+02:00 13196 15068 [PortAudio] PinNew: Not source/sink
2023-05-08T14:12:11.2162335+02:00 13196 15068 [PortAudio] PinNew: Error -9996
2023-05-08T14:12:11.2162399+02:00 13196 15068 [PortAudio] FilterNew: Error -9985
2023-05-08T14:12:11.2162567+02:00 13196 15068 [PortAudio] Filter NOT created
2023-05-08T14:12:11.2165910+02:00 13196 15068 [PortAudio] after paHostApiInitializers[3].
2023-05-08T14:12:11.2166121+02:00 13196 15068 PortAudio initialization successful
2023-05-08T14:12:11.2166204+02:00 13196 15068 Found backend: PortAudio host API index 0 (name: 'MME', type: 2 [MME], default input device: 1, default output device: 3)
2023-05-08T14:12:11.2166299+02:00 13196 15068 Found backend: PortAudio host API index 1 (name: 'Windows DirectSound', type: 1 [DirectSound], default input device: 5, default output device: 7)
2023-05-08T14:12:11.2166375+02:00 13196 15068 Found backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 12, default output device: 11)
2023-05-08T14:12:11.2166449+02:00 13196 15068 Found backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 17, default output device: 16)
2023-05-08T14:12:11.2166550+02:00 13196 15068 Searching for a PortAudio host API named 'Windows WASAPI'
2023-05-08T14:12:11.2166625+02:00 13196 15068 Selected backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 12, default output device: 11)
2023-05-08T14:12:11.2166698+02:00 13196 15068 Found device: PortAudio device index 0 (name: 'Microsoft Sound Mapper - Input', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T14:12:11.2166840+02:00 13196 15068 Found device: PortAudio device index 1 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T14:12:11.2166932+02:00 13196 15068 Found device: PortAudio device index 2 (name: 'Microsoft Sound Mapper - Output', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T14:12:11.2167021+02:00 13196 15068 Found device: PortAudio device index 3 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T14:12:11.2167108+02:00 13196 15068 Found device: PortAudio device index 4 (name: 'BenQ GL2480 (NVIDIA High Defini', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T14:12:11.2167195+02:00 13196 15068 Found device: PortAudio device index 5 (name: 'Primary Sound Capture Driver', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T14:12:11.2167286+02:00 13196 15068 Found device: PortAudio device index 6 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T14:12:11.2167371+02:00 13196 15068 Found device: PortAudio device index 7 (name: 'Primary Sound Driver', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T14:12:11.2167456+02:00 13196 15068 Found device: PortAudio device index 8 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T14:12:11.2167541+02:00 13196 15068 Found device: PortAudio device index 9 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T14:12:11.2167626+02:00 13196 15068 Found device: PortAudio device index 10 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T14:12:11.2167720+02:00 13196 15068 Found device: PortAudio device index 11 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T14:12:11.2167806+02:00 13196 15068 Found device: PortAudio device index 12 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T14:12:11.2168039+02:00 13196 15068 Found device: PortAudio device index 13 (name: 'BenQ GL2480 (NVIDIA High Definition Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T14:12:11.2168136+02:00 13196 15068 Found device: PortAudio device index 14 (name: 'Line (2- ZOOM UAC-232 Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T14:12:11.2168224+02:00 13196 15068 Found device: PortAudio device index 15 (name: 'Output (NVIDIA High Definition Audio)', host API: 3, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T14:12:11.2168312+02:00 13196 15068 Found device: PortAudio device index 16 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T14:12:11.2168400+02:00 13196 15068 Found device: PortAudio device index 17 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T14:12:11.2168485+02:00 13196 15068 Selecting input device
2023-05-08T14:12:11.2168547+02:00 13196 15068 Selecting PortAudio device with host API index 2, minimum channel counts: 1 input, 0 output
2023-05-08T14:12:11.2168616+02:00 13196 15068 Using default device with index 12
2023-05-08T14:12:11.2168680+02:00 13196 15068 Selected input device: PortAudio device index 12 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T14:12:11.2168767+02:00 13196 15068 Selecting output device
2023-05-08T14:12:11.2168832+02:00 13196 15068 Selecting PortAudio device with host API index 2, minimum channel counts: 0 input, 1 output
2023-05-08T14:12:11.2168900+02:00 13196 15068 Using default device with index 11
2023-05-08T14:12:11.2168963+02:00 13196 15068 Selected output device: PortAudio device index 11 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T14:12:11.2169061+02:00 13196 15068 Selecting input sample type
2023-05-08T14:12:11.2169123+02:00 13196 15068 Selecting sample type from configuration
2023-05-08T14:12:11.2169207+02:00 13196 15068 Selected input sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2023-05-08T14:12:11.2169373+02:00 13196 15068 Selecting output sample type
2023-05-08T14:12:11.2169435+02:00 13196 15068 Selecting sample type from configuration
2023-05-08T14:12:11.2169497+02:00 13196 15068 Selected output sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2023-05-08T14:12:11.2169571+02:00 13196 15068 Selecting input channel mask
2023-05-08T14:12:11.2169631+02:00 13196 15068 Selecting channel mask from WASAPI device mix format
2023-05-08T14:12:11.2169701+02:00 13196 15068 WASAPI device mix format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 384000 average bytes/second, block alignment 8 bytes, 32 bits per sample, 32 valid bits per sample, channel mask 3 [Front Left, Front Right], subformat {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]
2023-05-08T14:12:11.2169832+02:00 13196 15068 Selected input channel mask: 3 [Front Left, Front Right]
2023-05-08T14:12:11.2169903+02:00 13196 15068 Selecting output channel mask
2023-05-08T14:12:11.2169969+02:00 13196 15068 Selecting channel mask from WASAPI device mix format
2023-05-08T14:12:11.2170034+02:00 13196 15068 WASAPI device mix format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 384000 average bytes/second, block alignment 8 bytes, 32 bits per sample, 32 valid bits per sample, channel mask 3 [Front Left, Front Right], subformat {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]
2023-05-08T14:12:11.2170133+02:00 13196 15068 Selected output channel mask: 3 [Front Left, Front Right]
2023-05-08T14:12:11.2170210+02:00 13196 15068 Default sample rate: 48000
2023-05-08T14:12:11.2170276+02:00 13196 15068 sysHandle = 000000000014064A
2023-05-08T14:12:11.2170344+02:00 13196 15068 Input channel count: 2
2023-05-08T14:12:11.2170408+02:00 13196 15068 Output channel count: 2
2023-05-08T14:12:11.2170473+02:00 13196 15068 --- EXITING CONTEXT: init() [OK]
2023-05-08T14:12:11.2170538+02:00 13196 15068 --- ENTERING CONTEXT: getDriverName()
2023-05-08T14:12:11.2170600+02:00 13196 15068 --- EXITING CONTEXT: getDriverName() [OK]
2023-05-08T14:12:11.2170670+02:00 13196 15068 --- ENTERING CONTEXT: getDriverVersion()
2023-05-08T14:12:11.2170732+02:00 13196 15068 --- EXITING CONTEXT: getDriverVersion() [OK]
2023-05-08T14:12:11.2170803+02:00 13196 15068 --- ENTERING CONTEXT: getClockSources()
2023-05-08T14:12:11.2170865+02:00 13196 15068 --- EXITING CONTEXT: getClockSources() [OK]
2023-05-08T14:12:11.2171135+02:00 13196 15068 --- ENTERING CONTEXT: setSampleRate()
2023-05-08T14:12:11.2171199+02:00 13196 15068 Request to set sample rate: 48000
2023-05-08T14:12:11.2171265+02:00 13196 15068 Requested sampled rate is equal to current sample rate
2023-05-08T14:12:11.2171326+02:00 13196 15068 --- EXITING CONTEXT: setSampleRate() [OK]
2023-05-08T14:12:11.2171438+02:00 13196 15068 --- ENTERING CONTEXT: getChannels()
2023-05-08T14:12:11.2171502+02:00 13196 15068 Returning 2 input channels and 2 output channels
2023-05-08T14:12:11.2171567+02:00 13196 15068 --- EXITING CONTEXT: getChannels() [OK]
2023-05-08T14:12:11.2171723+02:00 13196 15068 --- ENTERING CONTEXT: getBufferSize()
2023-05-08T14:12:11.2171789+02:00 13196 15068 Calculating default buffer size based on 48000 Hz sample rate
2023-05-08T14:12:11.2171855+02:00 13196 15068 Returning: min buffer size 48, max buffer size 48000, preferred buffer size 960, granularity 1
2023-05-08T14:12:11.2171925+02:00 13196 15068 --- EXITING CONTEXT: getBufferSize() [OK]
2023-05-08T14:12:11.2172041+02:00 13196 15068 --- ENTERING CONTEXT: outputReady()
2023-05-08T14:12:11.2172103+02:00 13196 15068 Host supports OutputReady
2023-05-08T14:12:11.2172164+02:00 13196 15068 --- EXITING CONTEXT: outputReady() [OK]
2023-05-08T14:12:11.2172344+02:00 13196 15068 --- ENTERING CONTEXT: createBuffers()
2023-05-08T14:12:11.2172405+02:00 13196 15068 Request to create buffers for 4 channels, size 1024 samples
2023-05-08T14:12:11.2172491+02:00 13196 15068 Allocated 2 buffer sets, 2/2 (I/O) channels per buffer set, 1024 samples per channel, 4/4 (I/O) bytes per sample, memory range: 000000001AAA8360-000000001AAB0360
2023-05-08T14:12:11.2172587+02:00 13196 15068 ASIO buffer #0 is input channel 0 - first half: 000000001AAA8360-000000001AAA9360 - second half: 000000001AAAC360-000000001AAAD360
2023-05-08T14:12:11.2172664+02:00 13196 15068 ASIO buffer #1 is input channel 1 - first half: 000000001AAA9360-000000001AAAA360 - second half: 000000001AAAD360-000000001AAAE360
2023-05-08T14:12:11.2172739+02:00 13196 15068 ASIO buffer #2 is output channel 0 - first half: 000000001AAAA360-000000001AAAB360 - second half: 000000001AAAE360-000000001AAAF360
2023-05-08T14:12:11.2172813+02:00 13196 15068 ASIO buffer #3 is output channel 1 - first half: 000000001AAAB360-000000001AAAC360 - second half: 000000001AAAF360-000000001AAB0360
2023-05-08T14:12:11.2172887+02:00 13196 15068 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 1024, callback = 00007FFA0CD53A71, callbackUserData = 000000001AA87FC0)
2023-05-08T14:12:11.2172973+02:00 13196 15068 Using shared mode for input WASAPI stream
2023-05-08T14:12:11.2173038+02:00 13196 15068 Enabling auto-conversion for input WASAPI stream
2023-05-08T14:12:11.2173099+02:00 13196 15068 Enabling explicit sample format for input WASAPI stream
2023-05-08T14:12:11.2173161+02:00 13196 15068 Using shared mode for output WASAPI stream
2023-05-08T14:12:11.2173222+02:00 13196 15068 Enabling auto-conversion for output WASAPI stream
2023-05-08T14:12:11.2173283+02:00 13196 15068 Enabling explicit sample format for output WASAPI stream
2023-05-08T14:12:11.2173353+02:00 13196 15068 Opening PortAudio stream with...

@lewie6
Copy link
Author

lewie6 commented May 8, 2023

@dechamps any ideas if there are any other settings I can try to see if it will work 32bit?

@dechamps
Copy link
Owner

dechamps commented May 8, 2023

In your last two attempts that failed, FlexASIO was being told to use 44100 Hz as the sample rate. This is inconsistent with your first log, which was trying 48000 Hz. The device default sample rate is 48000 Hz - attempting to use a different sample rate might not work. This makes it difficult to draw any conclusion from these two attempts.

Instead of using Ableton, you might want to try running FlexASIOTest, which will automatically try all available sample rates so won't be prone to this issue. It will also be more convenient and faster for trying out various configs.

It would be useful if you could re-run your last two failing attempts (sampleType = "Int24" and WDM-KS) with FlexASIOTest, or at least with a 48000 Hz sample rate.

By the way, another possibly useful thing to do is to try only one direction at a time (e.g. add device = "" under [input]) which would simplify things. Once we get it working in one direction, we can try re-enabling the other direction.

@lewie6
Copy link
Author

lewie6 commented May 8, 2023

@dechamps ok, thanks, I didn't realise the 48/41 kHz would have an effect here

So on 48 kHz;

If I change to sampleType = "Int24", it works fine (but of course not 32bit)

If I change to backend = "Windows WDM-KS", it does some strange stuff... basically all channels output an extreme amount of noise, even with the gain at 0

Do you want log files for those cases?

@dechamps
Copy link
Owner

dechamps commented May 8, 2023

Sadly the PortAudio WDM-KS backend is known to have… issues (PortAudio/portaudio#763) so I'm not too surprised it doesn't work well, but it's still encouraging that it manages to initialize at least. I'd still be interested in seeing a log for that because I'd like to check if it's really using 32-bit float or if it's downconverting behind the scenes.

If WASAPI Exclusive works with sampleType = "Int24" but not with sampleType = "Float32" (everything else being equal), then that's either a limitation of WASAPI Exclusive itself, or a bug in FlexASIO/PortAudio. When I have some time I'll investigate and see if this code path could hit a problem with that particular backend-side sample format.

@lewie6
Copy link
Author

lewie6 commented May 8, 2023

@dechamps cool, sure, here is the log with backend = "Windows WDM-KS"

Thanks 👍

2023-05-08T18:39:18.5509359+02:00 15004 15312 Logfile opened: "C:\Users\xxxx\FlexASIO.log"
2023-05-08T18:39:18.5510732+02:00 15004 15312 Current log file size is 95 bytes (maximum allowed: 1073741824 bytes)
2023-05-08T18:39:18.5510857+02:00 15004 15312 Log time source: GetSystemTimePreciseAsFileTime
2023-05-08T18:39:18.5510926+02:00 15004 15312 Host process: C:\ProgramData\Ableton\Live 11 Suite\Program\Ableton Live 11 Suite.exe
2023-05-08T18:39:18.5511000+02:00 15004 15312 FlexASIO RelWithDebInfo x64 flexasio-1.9 built on 2022-05-07T10:02:18Z
2023-05-08T18:39:18.5511067+02:00 15004 15312 --- ENTERING CONTEXT: CFlexASIO()
2023-05-08T18:39:18.5511130+02:00 15004 15312 --- EXITING CONTEXT: CFlexASIO() [OK]
2023-05-08T18:39:18.5511265+02:00 15004 15312 --- ENTERING CONTEXT: init()
2023-05-08T18:39:18.5511403+02:00 15004 15312 Attempting to load configuration file: "C:\Users\xxxx\FlexASIO.toml"
2023-05-08T18:39:18.5512174+02:00 15004 15312 Configuration file successfully parsed as valid TOML: backend = "Windows WDM-KS"

[input]
sampleType = "Float32"

[output]
sampleType = "Float32"

2023-05-08T18:39:18.5512509+02:00 15004 15312 [PortAudio] PortAudio version: PortAudio V19.7.0-devel, revision 80ef9ac9c4ed1a4b9f3f4b11ad31ed9f69c4dc57-FlexASIO
2023-05-08T18:39:18.5512816+02:00 15004 15312 [PortAudio] Enabling PortAudio debug output redirection
2023-05-08T18:39:18.5513036+02:00 15004 15312 Initializing PortAudio
2023-05-08T18:39:18.5513465+02:00 15004 15312 [PortAudio] before paHostApiInitializers[0].
2023-05-08T18:39:18.5572206+02:00 15004 15312 [PortAudio] after paHostApiInitializers[0].
2023-05-08T18:39:18.5572414+02:00 15004 15312 [PortAudio] before paHostApiInitializers[1].
2023-05-08T18:39:18.5580818+02:00 15004 15312 [PortAudio] PA - PlatformId = 0x2
2023-05-08T18:39:18.5581015+02:00 15004 15312 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T18:39:18.5581088+02:00 15004 15312 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T18:39:18.5583003+02:00 15004 15312 [PortAudio] PA - PlatformId = 0x2
2023-05-08T18:39:18.5583154+02:00 15004 15312 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T18:39:18.5583227+02:00 15004 15312 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T18:39:18.5610431+02:00 15004 15312 [PortAudio] PA - PlatformId = 0x2
2023-05-08T18:39:18.5610635+02:00 15004 15312 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T18:39:18.5610709+02:00 15004 15312 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T18:39:18.5634293+02:00 15004 15312 [PortAudio] PA - PlatformId = 0x2
2023-05-08T18:39:18.5634486+02:00 15004 15312 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T18:39:18.5634560+02:00 15004 15312 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T18:39:18.5657995+02:00 15004 15312 [PortAudio] PA - PlatformId = 0x2
2023-05-08T18:39:18.5658198+02:00 15004 15312 [PortAudio] PA - MajorVersion = 0xa
2023-05-08T18:39:18.5658271+02:00 15004 15312 [PortAudio] PA - MinorVersion = 0x0
2023-05-08T18:39:18.5659743+02:00 15004 15312 [PortAudio] after paHostApiInitializers[1].
2023-05-08T18:39:18.5659908+02:00 15004 15312 [PortAudio] before paHostApiInitializers[2].
2023-05-08T18:39:18.5660194+02:00 15004 15312 [PortAudio] WASAPI: getting Windows version with RtlGetVersion(): major=10, minor=0, build=22621
2023-05-08T18:39:18.5660270+02:00 15004 15312 [PortAudio] WASAPI: Windows version = 5
2023-05-08T18:39:18.5689425+02:00 15004 15312 [PortAudio] WASAPI: device idx: 00
2023-05-08T18:39:18.5689577+02:00 15004 15312 [PortAudio] WASAPI: ---------------
2023-05-08T18:39:18.5690203+02:00 15004 15312 [PortAudio] WASAPI:0| name[BenQ GL2480 (NVIDIA High Definition Audio)]
2023-05-08T18:39:18.5691649+02:00 15004 15312 [PortAudio] WASAPI:0| form-factor[9]
2023-05-08T18:39:18.5691937+02:00 15004 15312 [PortAudio] WASAPI: IAudioClient version = 3
2023-05-08T18:39:18.5699411+02:00 15004 15312 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T18:39:18.5699596+02:00 15004 15312 [PortAudio] WASAPI: device idx: 01
2023-05-08T18:39:18.5699667+02:00 15004 15312 [PortAudio] WASAPI: ---------------
2023-05-08T18:39:18.5700469+02:00 15004 15312 [PortAudio] WASAPI:1| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T18:39:18.5701098+02:00 15004 15312 [PortAudio] WASAPI:1| form-factor[2]
2023-05-08T18:39:18.5707549+02:00 15004 15312 [PortAudio] WASAPI:1| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T18:39:18.5707751+02:00 15004 15312 [PortAudio] WASAPI: device idx: 02
2023-05-08T18:39:18.5707825+02:00 15004 15312 [PortAudio] WASAPI: ---------------
2023-05-08T18:39:18.5708403+02:00 15004 15312 [PortAudio] WASAPI:2| name[Line (2- ZOOM UAC-232 Audio)]
2023-05-08T18:39:18.5708559+02:00 15004 15312 [PortAudio] WASAPI:2| form-factor[2]
2023-05-08T18:39:18.5711195+02:00 15004 15312 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2023-05-08T18:39:18.5711408+02:00 15004 15312 [PortAudio] WASAPI: device list ok - found 5 devices, 2 loopback devices
2023-05-08T18:39:18.5711723+02:00 15004 15312 [PortAudio] WASAPI: initialized ok
2023-05-08T18:39:18.5711801+02:00 15004 15312 [PortAudio] after paHostApiInitializers[2].
2023-05-08T18:39:18.5711867+02:00 15004 15312 [PortAudio] before paHostApiInitializers[3].
2023-05-08T18:39:18.5714662+02:00 15004 15312 [PortAudio] Setup called
2023-05-08T18:39:18.5714805+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5715220+02:00 15004 15312 [PortAudio] noError = 1
2023-05-08T18:39:18.5715298+02:00 15004 15312 [PortAudio] Device 0 has render alias
2023-05-08T18:39:18.5715609+02:00 15004 15312 [PortAudio] Device 0 has capture alias
2023-05-08T18:39:18.5715686+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5715843+02:00 15004 15312 [PortAudio] noError = 0
2023-05-08T18:39:18.5716009+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5716169+02:00 15004 15312 [PortAudio] noError = 0
2023-05-08T18:39:18.5716330+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5716483+02:00 15004 15312 [PortAudio] noError = 0
2023-05-08T18:39:18.5716647+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5716801+02:00 15004 15312 [PortAudio] noError = 0
2023-05-08T18:39:18.5716962+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5717129+02:00 15004 15312 [PortAudio] noError = 0
2023-05-08T18:39:18.5717295+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5717458+02:00 15004 15312 [PortAudio] noError = 0
2023-05-08T18:39:18.5717618+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5717780+02:00 15004 15312 [PortAudio] noError = 0
2023-05-08T18:39:18.5717942+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5718104+02:00 15004 15312 [PortAudio] noError = 0
2023-05-08T18:39:18.5718264+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5718586+02:00 15004 15312 [PortAudio] noError = 1
2023-05-08T18:39:18.5718657+02:00 15004 15312 [PortAudio] Device 9 has render alias
2023-05-08T18:39:18.5718950+02:00 15004 15312 [PortAudio] Device 9 has capture alias
2023-05-08T18:39:18.5719027+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5719329+02:00 15004 15312 [PortAudio] noError = 1
2023-05-08T18:39:18.5719399+02:00 15004 15312 [PortAudio] Device 10 has render alias
2023-05-08T18:39:18.5719689+02:00 15004 15312 [PortAudio] Device 10 has capture alias
2023-05-08T18:39:18.5719766+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5720061+02:00 15004 15312 [PortAudio] noError = 1
2023-05-08T18:39:18.5720132+02:00 15004 15312 [PortAudio] Device 11 has render alias
2023-05-08T18:39:18.5720431+02:00 15004 15312 [PortAudio] Device 11 has capture alias
2023-05-08T18:39:18.5720508+02:00 15004 15312 [PortAudio] Enum called
2023-05-08T18:39:18.5720572+02:00 15004 15312 [PortAudio] Interfaces found: 4
2023-05-08T18:39:18.5720866+02:00 15004 15312 [PortAudio] Device 0 has render alias
2023-05-08T18:39:18.5721161+02:00 15004 15312 [PortAudio] Device 0 has capture alias
2023-05-08T18:39:18.5721492+02:00 15004 15312 [PortAudio] Device 0 has realtime alias
2023-05-08T18:39:18.5721806+02:00 15004 15312 [PortAudio] Interface 0, Name: N
2023-05-08T18:39:18.5722162+02:00 15004 15312 [PortAudio] FilterNew: Creating filter 'NVIDIA High Definition Audio'
2023-05-08T18:39:18.5722255+02:00 15004 15312 [PortAudio] FilterNew: Opening filter...
2023-05-08T18:39:18.5722480+02:00 15004 15312 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0
2023-05-08T18:39:18.5722553+02:00 15004 15312 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T18:39:18.5722668+02:00 15004 15312 [PortAudio] PinNew: Creating pin 0:
2023-05-08T18:39:18.5722834+02:00 15004 15312 [PortAudio] PinNew: Checking 6 no of dataranges...
2023-05-08T18:39:18.5722899+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5722961+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5723025+02:00 15004 15312 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T18:39:18.5723089+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5723152+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5723215+02:00 15004 15312 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T18:39:18.5723278+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5723340+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5723402+02:00 15004 15312 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T18:39:18.5723464+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5723526+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5723588+02:00 15004 15312 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T18:39:18.5723650+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5723712+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5723775+02:00 15004 15312 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T18:39:18.5723840+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5723902+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5723964+02:00 15004 15312 [PortAudio] PinNew: Format PCM 16 bit supported
2023-05-08T18:39:18.5724028+02:00 15004 15312 [PortAudio] PinNew: Default sample rate = 44100 Hz
2023-05-08T18:39:18.5724125+02:00 15004 15312 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T18:39:18.5724188+02:00 15004 15312 [PortAudio] PinNew: Finding topology pin...
2023-05-08T18:39:18.5724253+02:00 15004 15312 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections...
2023-05-08T18:39:18.5724325+02:00 15004 15312 [PortAudio] FindStartConnectionTo: returning 000000001CA1C8F8
2023-05-08T18:39:18.5724389+02:00 15004 15312 [PortAudio] PinNew: Getting physical connection...
2023-05-08T18:39:18.5724469+02:00 15004 15312 [PortAudio] PinNew: Physical connection found!
2023-05-08T18:39:18.5724557+02:00 15004 15312 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_00A5&SUBSYS_14625130&REV_1001#5&2fc161c2&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo00'
2023-05-08T18:39:18.5724626+02:00 15004 15312 [PortAudio] FilterNew: Creating filter ''
2023-05-08T18:39:18.5724690+02:00 15004 15312 [PortAudio] FilterNew: Opening filter...
2023-05-08T18:39:18.5724861+02:00 15004 15312 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2023-05-08T18:39:18.5724928+02:00 15004 15312 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T18:39:18.5724994+02:00 15004 15312 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T18:39:18.5725064+02:00 15004 15312 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2023-05-08T18:39:18.5725180+02:00 15004 15312 [PortAudio] PinNew: Opening topology filter...
2023-05-08T18:39:18.5725272+02:00 15004 15312 [PortAudio] PinNew: Checking for output endpoint pin id...
2023-05-08T18:39:18.5725339+02:00 15004 15312 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2023-05-08T18:39:18.5725654+02:00 15004 15312 [PortAudio] FindStartConnectionTo: returning 000000001C9E46D8
2023-05-08T18:39:18.5725902+02:00 15004 15312 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2023-05-08T18:39:18.5726056+02:00 15004 15312 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000000001C9E46D8)
2023-05-08T18:39:18.5726126+02:00 15004 15312 [PortAudio] GetConnectionTo: Returning 000000001C9E46E8
2023-05-08T18:39:18.5726191+02:00 15004 15312 [PortAudio] PinNew: Found endpoint pin id 1
2023-05-08T18:39:18.5726301+02:00 15004 15312 [PortAudio] PinNew: Pin name 'Output'
2023-05-08T18:39:18.5726365+02:00 15004 15312 [PortAudio] PinNew: Releasing topology filter...
2023-05-08T18:39:18.5726461+02:00 15004 15312 [PortAudio] Pin created successfully
2023-05-08T18:39:18.5726526+02:00 15004 15312 [PortAudio] PinNew: Creating pin 1:
2023-05-08T18:39:18.5726610+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5726674+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5726761+02:00 15004 15312 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2023-05-08T18:39:18.5728635+02:00 15004 15312 [PortAudio] Device 9 has render alias
2023-05-08T18:39:18.5729043+02:00 15004 15312 [PortAudio] Device 9 has capture alias
2023-05-08T18:39:18.5729435+02:00 15004 15312 [PortAudio] Device 9 has realtime alias
2023-05-08T18:39:18.5729676+02:00 15004 15312 [PortAudio] Interface 9, Name: Z
2023-05-08T18:39:18.5729781+02:00 15004 15312 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 Audio'
2023-05-08T18:39:18.5729858+02:00 15004 15312 [PortAudio] FilterNew: Opening filter...
2023-05-08T18:39:18.5730063+02:00 15004 15312 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=2
2023-05-08T18:39:18.5730136+02:00 15004 15312 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=2 -> ToNode=0,ToPin=1
2023-05-08T18:39:18.5730203+02:00 15004 15312 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T18:39:18.5730268+02:00 15004 15312 [PortAudio] Connection: 2 - FromNode=4294967295,FromPin=0 -> ToNode=1,ToPin=1
2023-05-08T18:39:18.5730333+02:00 15004 15312 [PortAudio] Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T18:39:18.5730408+02:00 15004 15312 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2023-05-08T18:39:18.5730476+02:00 15004 15312 [PortAudio] Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2023-05-08T18:39:18.5730560+02:00 15004 15312 [PortAudio] PinNew: Creating pin 0:
2023-05-08T18:39:18.5730724+02:00 15004 15312 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T18:39:18.5730790+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5730853+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5730917+02:00 15004 15312 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T18:39:18.5730981+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5731043+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5731106+02:00 15004 15312 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T18:39:18.5731170+02:00 15004 15312 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T18:39:18.5731261+02:00 15004 15312 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T18:39:18.5731324+02:00 15004 15312 [PortAudio] PinNew: Finding topology pin...
2023-05-08T18:39:18.5731388+02:00 15004 15312 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 4 connections...
2023-05-08T18:39:18.5731452+02:00 15004 15312 [PortAudio] FindStartConnectionTo: returning 000000001C5BB568
2023-05-08T18:39:18.5731517+02:00 15004 15312 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2023-05-08T18:39:18.5731582+02:00 15004 15312 [PortAudio] GetConnectionTo: Checking 4 connections... (pFrom = 000000001C5BB568)
2023-05-08T18:39:18.5731665+02:00 15004 15312 [PortAudio] GetConnectionTo: Returning 000000001C5BB578
2023-05-08T18:39:18.5731739+02:00 15004 15312 [PortAudio] PinNew: Getting physical connection...
2023-05-08T18:39:18.5731829+02:00 15004 15312 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T18:39:18.5732117+02:00 15004 15312 [PortAudio] Pin created successfully
2023-05-08T18:39:18.5732191+02:00 15004 15312 [PortAudio] PinNew: Creating pin 1:
2023-05-08T18:39:18.5732270+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5732333+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5732398+02:00 15004 15312 [PortAudio] PinNew: Creating pin 2:
2023-05-08T18:39:18.5732474+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5732537+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5732601+02:00 15004 15312 [PortAudio] PinNew: Creating pin 3:
2023-05-08T18:39:18.5732764+02:00 15004 15312 [PortAudio] PinNew: Checking 2 no of dataranges...
2023-05-08T18:39:18.5732827+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5732891+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5732954+02:00 15004 15312 [PortAudio] PinNew: Format IEEE float 32 bit supported
2023-05-08T18:39:18.5733017+02:00 15004 15312 [PortAudio] PinNew: DR major format 73647561
2023-05-08T18:39:18.5733080+02:00 15004 15312 [PortAudio] PinNew: MaxChannel: 2
2023-05-08T18:39:18.5733143+02:00 15004 15312 [PortAudio] PinNew: Format PCM 24 bit supported
2023-05-08T18:39:18.5733206+02:00 15004 15312 [PortAudio] PinNew: Default sample rate = 48000 Hz
2023-05-08T18:39:18.5733293+02:00 15004 15312 [PortAudio] Failed PinQueryNotificationSupport
2023-05-08T18:39:18.5733360+02:00 15004 15312 [PortAudio] PinNew: Finding topology pin...
2023-05-08T18:39:18.5733424+02:00 15004 15312 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 4 connections...
2023-05-08T18:39:18.5733488+02:00 15004 15312 [PortAudio] FindStartConnectionFrom: returning 000000001C5BB558
2023-05-08T18:39:18.5733554+02:00 15004 15312 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=-1
2023-05-08T18:39:18.5733619+02:00 15004 15312 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000000001C5BB558)
2023-05-08T18:39:18.5733683+02:00 15004 15312 [PortAudio] GetConnectionFrom: Returning 000000001C5BB548
2023-05-08T18:39:18.5733745+02:00 15004 15312 [PortAudio] PinNew: Getting physical connection...
2023-05-08T18:39:18.5733830+02:00 15004 15312 [PortAudio] PinNew: No physical connection! Getting the pin name
2023-05-08T18:39:18.5734047+02:00 15004 15312 [PortAudio] Pin created successfully
2023-05-08T18:39:18.5734146+02:00 15004 15312 [PortAudio] Filter (WaveRT) created with 2 valid pins (total I/Os: 2)
2023-05-08T18:39:18.5734468+02:00 15004 15312 [PortAudio] Device 10 has render alias
2023-05-08T18:39:18.5734756+02:00 15004 15312 [PortAudio] Device 10 has capture alias
2023-05-08T18:39:18.5735023+02:00 15004 15312 [PortAudio] Interface 10, Name: Z
2023-05-08T18:39:18.5735112+02:00 15004 15312 [PortAudio] FilterNew: Creating filter 'ZOOM UAC-232 MIDI'
2023-05-08T18:39:18.5735178+02:00 15004 15312 [PortAudio] FilterNew: Opening filter...
2023-05-08T18:39:18.5735391+02:00 15004 15312 [PortAudio] DumpConnectionsAndNodes: connections=12, nodes=8
2023-05-08T18:39:18.5735460+02:00 15004 15312 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T18:39:18.5735536+02:00 15004 15312 [PortAudio] Connection: 1 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2023-05-08T18:39:18.5735603+02:00 15004 15312 [PortAudio] Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2023-05-08T18:39:18.5735669+02:00 15004 15312 [PortAudio] Connection: 3 - FromNode=4294967295,FromPin=3 -> ToNode=3,ToPin=1
2023-05-08T18:39:18.5735735+02:00 15004 15312 [PortAudio] Connection: 4 - FromNode=2,FromPin=0 -> ToNode=4,ToPin=1
2023-05-08T18:39:18.5735800+02:00 15004 15312 [PortAudio] Connection: 5 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=4
2023-05-08T18:39:18.5735874+02:00 15004 15312 [PortAudio] Connection: 6 - FromNode=3,FromPin=0 -> ToNode=5,ToPin=1
2023-05-08T18:39:18.5735946+02:00 15004 15312 [PortAudio] Connection: 7 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=5
2023-05-08T18:39:18.5736011+02:00 15004 15312 [PortAudio] Connection: 8 - FromNode=0,FromPin=0 -> ToNode=6,ToPin=1
2023-05-08T18:39:18.5736076+02:00 15004 15312 [PortAudio] Connection: 9 - FromNode=6,FromPin=0 -> ToNode=4294967295,ToPin=6
2023-05-08T18:39:18.5736140+02:00 15004 15312 [PortAudio] Connection: 10 - FromNode=1,FromPin=0 -> ToNode=7,ToPin=1
2023-05-08T18:39:18.5736205+02:00 15004 15312 [PortAudio] Connection: 11 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=7
2023-05-08T18:39:18.5736275+02:00 15004 15312 [PortAudio] Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5736342+02:00 15004 15312 [PortAudio] Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5736410+02:00 15004 15312 [PortAudio] Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5736476+02:00 15004 15312 [PortAudio] Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5736546+02:00 15004 15312 [PortAudio] Node: 4 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5736612+02:00 15004 15312 [PortAudio] Node: 5 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5736678+02:00 15004 15312 [PortAudio] Node: 6 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5736744+02:00 15004 15312 [PortAudio] Node: 7 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5736833+02:00 15004 15312 [PortAudio] PinNew: Creating pin 0:
2023-05-08T18:39:18.5736997+02:00 15004 15312 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T18:39:18.5737061+02:00 15004 15312 [PortAudio] PinNew: DR major format e725d360
2023-05-08T18:39:18.5737125+02:00 15004 15312 [PortAudio] PinNew: Error -9999
2023-05-08T18:39:18.5737189+02:00 15004 15312 [PortAudio] PinNew: Creating pin 1:
2023-05-08T18:39:18.5737341+02:00 15004 15312 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T18:39:18.5737405+02:00 15004 15312 [PortAudio] PinNew: DR major format e725d360
2023-05-08T18:39:18.5737468+02:00 15004 15312 [PortAudio] PinNew: Error -9999
2023-05-08T18:39:18.5737531+02:00 15004 15312 [PortAudio] PinNew: Creating pin 2:
2023-05-08T18:39:18.5737607+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5737669+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5737732+02:00 15004 15312 [PortAudio] PinNew: Creating pin 3:
2023-05-08T18:39:18.5737813+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5737876+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5737939+02:00 15004 15312 [PortAudio] PinNew: Creating pin 4:
2023-05-08T18:39:18.5738089+02:00 15004 15312 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T18:39:18.5738153+02:00 15004 15312 [PortAudio] PinNew: DR major format e725d360
2023-05-08T18:39:18.5738216+02:00 15004 15312 [PortAudio] PinNew: Error -9999
2023-05-08T18:39:18.5738278+02:00 15004 15312 [PortAudio] PinNew: Creating pin 5:
2023-05-08T18:39:18.5738430+02:00 15004 15312 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T18:39:18.5738493+02:00 15004 15312 [PortAudio] PinNew: DR major format e725d360
2023-05-08T18:39:18.5738556+02:00 15004 15312 [PortAudio] PinNew: Error -9999
2023-05-08T18:39:18.5738620+02:00 15004 15312 [PortAudio] PinNew: Creating pin 6:
2023-05-08T18:39:18.5738695+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5738758+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5738821+02:00 15004 15312 [PortAudio] PinNew: Creating pin 7:
2023-05-08T18:39:18.5738966+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5739037+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5739113+02:00 15004 15312 [PortAudio] FilterNew: Error -9985
2023-05-08T18:39:18.5739202+02:00 15004 15312 [PortAudio] Filter NOT created
2023-05-08T18:39:18.5739530+02:00 15004 15312 [PortAudio] Device 11 has render alias
2023-05-08T18:39:18.5739826+02:00 15004 15312 [PortAudio] Device 11 has capture alias
2023-05-08T18:39:18.5740085+02:00 15004 15312 [PortAudio] Interface 11, Name: U
2023-05-08T18:39:18.5740172+02:00 15004 15312 [PortAudio] FilterNew: Creating filter 'USB MIDI Interface'
2023-05-08T18:39:18.5740236+02:00 15004 15312 [PortAudio] FilterNew: Opening filter...
2023-05-08T18:39:18.5740585+02:00 15004 15312 [PortAudio] DumpConnectionsAndNodes: connections=6, nodes=4
2023-05-08T18:39:18.5740661+02:00 15004 15312 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2023-05-08T18:39:18.5740728+02:00 15004 15312 [PortAudio] Connection: 1 - FromNode=4294967295,FromPin=2 -> ToNode=1,ToPin=1
2023-05-08T18:39:18.5740794+02:00 15004 15312 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=2,ToPin=1
2023-05-08T18:39:18.5740859+02:00 15004 15312 [PortAudio] Connection: 3 - FromNode=2,FromPin=0 -> ToNode=4294967295,ToPin=1
2023-05-08T18:39:18.5740924+02:00 15004 15312 [PortAudio] Connection: 4 - FromNode=0,FromPin=0 -> ToNode=3,ToPin=1
2023-05-08T18:39:18.5740990+02:00 15004 15312 [PortAudio] Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4294967295,ToPin=3
2023-05-08T18:39:18.5741058+02:00 15004 15312 [PortAudio] Node: 0 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5741125+02:00 15004 15312 [PortAudio] Node: 1 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5741195+02:00 15004 15312 [PortAudio] Node: 2 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5741262+02:00 15004 15312 [PortAudio] Node: 3 - {265E0C3F-FA39-4DF3-AB04-BE01B91E299A}
2023-05-08T18:39:18.5741336+02:00 15004 15312 [PortAudio] PinNew: Creating pin 0:
2023-05-08T18:39:18.5741462+02:00 15004 15312 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T18:39:18.5741528+02:00 15004 15312 [PortAudio] PinNew: DR major format e725d360
2023-05-08T18:39:18.5741590+02:00 15004 15312 [PortAudio] PinNew: Error -9999
2023-05-08T18:39:18.5741654+02:00 15004 15312 [PortAudio] PinNew: Creating pin 1:
2023-05-08T18:39:18.5741772+02:00 15004 15312 [PortAudio] PinNew: Checking 1 no of dataranges...
2023-05-08T18:39:18.5741836+02:00 15004 15312 [PortAudio] PinNew: DR major format e725d360
2023-05-08T18:39:18.5741898+02:00 15004 15312 [PortAudio] PinNew: Error -9999
2023-05-08T18:39:18.5741962+02:00 15004 15312 [PortAudio] PinNew: Creating pin 2:
2023-05-08T18:39:18.5742032+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5742095+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5742158+02:00 15004 15312 [PortAudio] PinNew: Creating pin 3:
2023-05-08T18:39:18.5742229+02:00 15004 15312 [PortAudio] PinNew: Not source/sink
2023-05-08T18:39:18.5742291+02:00 15004 15312 [PortAudio] PinNew: Error -9996
2023-05-08T18:39:18.5742358+02:00 15004 15312 [PortAudio] FilterNew: Error -9985
2023-05-08T18:39:18.5742529+02:00 15004 15312 [PortAudio] Filter NOT created
2023-05-08T18:39:18.5745393+02:00 15004 15312 [PortAudio] after paHostApiInitializers[3].
2023-05-08T18:39:18.5745527+02:00 15004 15312 PortAudio initialization successful
2023-05-08T18:39:18.5745610+02:00 15004 15312 Found backend: PortAudio host API index 0 (name: 'MME', type: 2 [MME], default input device: 1, default output device: 3)
2023-05-08T18:39:18.5745707+02:00 15004 15312 Found backend: PortAudio host API index 1 (name: 'Windows DirectSound', type: 1 [DirectSound], default input device: 5, default output device: 7)
2023-05-08T18:39:18.5745782+02:00 15004 15312 Found backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 12, default output device: 11)
2023-05-08T18:39:18.5745855+02:00 15004 15312 Found backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 17, default output device: 16)
2023-05-08T18:39:18.5745949+02:00 15004 15312 Searching for a PortAudio host API named 'Windows WDM-KS'
2023-05-08T18:39:18.5746021+02:00 15004 15312 Selected backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 17, default output device: 16)
2023-05-08T18:39:18.5746098+02:00 15004 15312 Found device: PortAudio device index 0 (name: 'Microsoft Sound Mapper - Input', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T18:39:18.5746241+02:00 15004 15312 Found device: PortAudio device index 1 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T18:39:18.5746333+02:00 15004 15312 Found device: PortAudio device index 2 (name: 'Microsoft Sound Mapper - Output', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T18:39:18.5746422+02:00 15004 15312 Found device: PortAudio device index 3 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T18:39:18.5746510+02:00 15004 15312 Found device: PortAudio device index 4 (name: 'BenQ GL2480 (NVIDIA High Defini', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2023-05-08T18:39:18.5746596+02:00 15004 15312 Found device: PortAudio device index 5 (name: 'Primary Sound Capture Driver', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T18:39:18.5746688+02:00 15004 15312 Found device: PortAudio device index 6 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2023-05-08T18:39:18.5746773+02:00 15004 15312 Found device: PortAudio device index 7 (name: 'Primary Sound Driver', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T18:39:18.5746861+02:00 15004 15312 Found device: PortAudio device index 8 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T18:39:18.5746947+02:00 15004 15312 Found device: PortAudio device index 9 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2023-05-08T18:39:18.5747032+02:00 15004 15312 Found device: PortAudio device index 10 (name: 'BenQ GL2480 (NVIDIA High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T18:39:18.5747121+02:00 15004 15312 Found device: PortAudio device index 11 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2023-05-08T18:39:18.5747210+02:00 15004 15312 Found device: PortAudio device index 12 (name: 'Line (2- ZOOM UAC-232 Audio)', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T18:39:18.5747461+02:00 15004 15312 Found device: PortAudio device index 13 (name: 'BenQ GL2480 (NVIDIA High Definition Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T18:39:18.5747560+02:00 15004 15312 Found device: PortAudio device index 14 (name: 'Line (2- ZOOM UAC-232 Audio) [Loopback]', host API: 2, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2023-05-08T18:39:18.5747646+02:00 15004 15312 Found device: PortAudio device index 15 (name: 'Output (NVIDIA High Definition Audio)', host API: 3, default sample rate: 44100, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T18:39:18.5747734+02:00 15004 15312 Found device: PortAudio device index 16 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T18:39:18.5747822+02:00 15004 15312 Found device: PortAudio device index 17 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T18:39:18.5747908+02:00 15004 15312 Selecting input device
2023-05-08T18:39:18.5747973+02:00 15004 15312 Selecting PortAudio device with host API index 3, minimum channel counts: 1 input, 0 output
2023-05-08T18:39:18.5748042+02:00 15004 15312 Using default device with index 17
2023-05-08T18:39:18.5748106+02:00 15004 15312 Selected input device: PortAudio device index 17 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T18:39:18.5748195+02:00 15004 15312 Selecting output device
2023-05-08T18:39:18.5748257+02:00 15004 15312 Selecting PortAudio device with host API index 3, minimum channel counts: 0 input, 1 output
2023-05-08T18:39:18.5748323+02:00 15004 15312 Using default device with index 16
2023-05-08T18:39:18.5748390+02:00 15004 15312 Selected output device: PortAudio device index 16 (name: 'Line (ZOOM UAC-232 Audio)', host API: 3, default sample rate: 48000, max input channels: 0, max output channels: 2, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2023-05-08T18:39:18.5748489+02:00 15004 15312 Selecting input sample type
2023-05-08T18:39:18.5748552+02:00 15004 15312 Selecting sample type from configuration
2023-05-08T18:39:18.5748638+02:00 15004 15312 Selected input sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2023-05-08T18:39:18.5748756+02:00 15004 15312 Selecting output sample type
2023-05-08T18:39:18.5748818+02:00 15004 15312 Selecting sample type from configuration
2023-05-08T18:39:18.5749131+02:00 15004 15312 Selected output sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2023-05-08T18:39:18.5749257+02:00 15004 15312 Selecting input channel mask
2023-05-08T18:39:18.5749324+02:00 15004 15312 Not using a channel mask because not using WASAPI
2023-05-08T18:39:18.5749387+02:00 15004 15312 Selected input channel mask: 0
2023-05-08T18:39:18.5749455+02:00 15004 15312 Selecting output channel mask
2023-05-08T18:39:18.5749517+02:00 15004 15312 Not using a channel mask because not using WASAPI
2023-05-08T18:39:18.5749579+02:00 15004 15312 Selected output channel mask: 0
2023-05-08T18:39:18.5749657+02:00 15004 15312 Default sample rate: 48000
2023-05-08T18:39:18.5749742+02:00 15004 15312 sysHandle = 00000000003804EC
2023-05-08T18:39:18.5749814+02:00 15004 15312 Input channel count: 2
2023-05-08T18:39:18.5749880+02:00 15004 15312 Output channel count: 2
2023-05-08T18:39:18.5750081+02:00 15004 15312 --- EXITING CONTEXT: init() [OK]
2023-05-08T18:39:18.5750159+02:00 15004 15312 --- ENTERING CONTEXT: getDriverName()
2023-05-08T18:39:18.5750221+02:00 15004 15312 --- EXITING CONTEXT: getDriverName() [OK]
2023-05-08T18:39:18.5750293+02:00 15004 15312 --- ENTERING CONTEXT: getDriverVersion()
2023-05-08T18:39:18.5750354+02:00 15004 15312 --- EXITING CONTEXT: getDriverVersion() [OK]
2023-05-08T18:39:18.5750424+02:00 15004 15312 --- ENTERING CONTEXT: getClockSources()
2023-05-08T18:39:18.5750486+02:00 15004 15312 --- EXITING CONTEXT: getClockSources() [OK]
2023-05-08T18:39:18.5750762+02:00 15004 15312 --- ENTERING CONTEXT: setSampleRate()
2023-05-08T18:39:18.5750826+02:00 15004 15312 Request to set sample rate: 48000
2023-05-08T18:39:18.5750897+02:00 15004 15312 Requested sampled rate is equal to current sample rate
2023-05-08T18:39:18.5750960+02:00 15004 15312 --- EXITING CONTEXT: setSampleRate() [OK]
2023-05-08T18:39:18.5751075+02:00 15004 15312 --- ENTERING CONTEXT: getChannels()
2023-05-08T18:39:18.5751138+02:00 15004 15312 Returning 2 input channels and 2 output channels
2023-05-08T18:39:18.5751204+02:00 15004 15312 --- EXITING CONTEXT: getChannels() [OK]
2023-05-08T18:39:18.5751364+02:00 15004 15312 --- ENTERING CONTEXT: getBufferSize()
2023-05-08T18:39:18.5751428+02:00 15004 15312 Calculating default buffer size based on 48000 Hz sample rate
2023-05-08T18:39:18.5751495+02:00 15004 15312 Returning: min buffer size 48, max buffer size 48000, preferred buffer size 960, granularity 1
2023-05-08T18:39:18.5751567+02:00 15004 15312 --- EXITING CONTEXT: getBufferSize() [OK]
2023-05-08T18:39:18.5751683+02:00 15004 15312 --- ENTERING CONTEXT: outputReady()
2023-05-08T18:39:18.5751745+02:00 15004 15312 Host supports OutputReady
2023-05-08T18:39:18.5751807+02:00 15004 15312 --- EXITING CONTEXT: outputReady() [OK]
2023-05-08T18:39:18.5751981+02:00 15004 15312 --- ENTERING CONTEXT: createBuffers()
2023-05-08T18:39:18.5752044+02:00 15004 15312 Request to create buffers for 4 channels, size 1024 samples
2023-05-08T18:39:18.5752155+02:00 15004 15312 Allocated 2 buffer sets, 2/2 (I/O) channels per buffer set, 1024 samples per channel, 4/4 (I/O) bytes per sample, memory range: 000000001CA5B7A0-000000001CA637A0
2023-05-08T18:39:18.5752253+02:00 15004 15312 ASIO buffer #0 is input channel 0 - first half: 000000001CA5B7A0-000000001CA5C7A0 - second half: 000000001CA5F7A0-000000001CA607A0
2023-05-08T18:39:18.5752336+02:00 15004 15312 ASIO buffer #1 is input channel 1 - first half: 000000001CA5C7A0-000000001CA5D7A0 - second half: 000000001CA607A0-000000001CA617A0
2023-05-08T18:39:18.5752413+02:00 15004 15312 ASIO buffer #2 is output channel 0 - first half: 000000001CA5D7A0-000000001CA5E7A0 - second half: 000000001CA617A0-000000001CA627A0
2023-05-08T18:39:18.5752489+02:00 15004 15312 ASIO buffer #3 is output channel 1 - first half: 000000001CA5E7A0-000000001CA5F7A0 - second half: 000000001CA627A0-000000001CA637A0
2023-05-08T18:39:18.5752567+02:00 15004 15312 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 1024, callback = 00007FFA13863A71, callbackUserData = 000000001CA4A550)
2023-05-08T18:39:18.5752656+02:00 15004 15312 Opening PortAudio stream with...
2023-05-08T18:39:18.5752718+02:00 15004 15312 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.064s
2023-05-08T18:39:18.5752823+02:00 15004 15312 ...output parameters: PortAudio stream parameters for device index 16, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0.064s
2023-05-08T18:39:18.5752906+02:00 15004 15312 ...sample rate: 48000 Hz
2023-05-08T18:39:18.5752974+02:00 15004 15312 ...frames per buffer: 1024
2023-05-08T18:39:18.5753035+02:00 15004 15312 ...stream flags: 8 [PrimeOutputBuffersUsingStreamCallback]
2023-05-08T18:39:18.5753103+02:00 15004 15312 ...stream callback: 00007FFA13863A71 (user data 000000001CA4A550)
2023-05-08T18:39:18.5753287+02:00 15004 15312 [PortAudio] OpenStream:sampleRate = 48000.000000
2023-05-08T18:39:18.5753368+02:00 15004 15312 [PortAudio] OpenStream:framesPerBuffer = 1024
2023-05-08T18:39:18.5767520+02:00 15004 15312 [PortAudio] Pin create result = 0x00000000
2023-05-08T18:39:18.5767653+02:00 15004 15312 [PortAudio] Capture pin frames: 0
2023-05-08T18:39:18.5781581+02:00 15004 15312 [PortAudio] Pin create result = 0x00000000
2023-05-08T18:39:18.5781709+02:00 15004 15312 [PortAudio] Render pin frames: 0
2023-05-08T18:39:18.5781778+02:00 15004 15312 [PortAudio] Input frames chosen:3072
2023-05-08T18:39:18.5781843+02:00 15004 15312 [PortAudio] Output frames chosen:3072
2023-05-08T18:39:18.5805327+02:00 15004 15312 [PortAudio] PinGetBuffer: SubType_kNotification
2023-05-08T18:39:18.5805573+02:00 15004 15312 [PortAudio] Input buffer start = 00000000267C0000, size = 49152
2023-05-08T18:39:18.5809900+02:00 15004 15312 [PortAudio] PinGetBuffer: SubType_kNotification
2023-05-08T18:39:18.5810012+02:00 15004 15312 [PortAudio] Output buffer start = 00000000267D0000, size = 49152, membarrier = 0
2023-05-08T18:39:18.5810101+02:00 15004 15312 [PortAudio] BytesPerInputFrame = 8
2023-05-08T18:39:18.5810173+02:00 15004 15312 [PortAudio] BytesPerOutputFrame = 8
2023-05-08T18:39:18.5810329+02:00 15004 15312 [PortAudio] Failed to register position register
2023-05-08T18:39:18.5810404+02:00 15004 15312 [PortAudio] Failed to register capture position register, using PinGetAudioPositionViaIOCTLWrite
2023-05-08T18:39:18.5810646+02:00 15004 15312 [PortAudio] Failed to register position register
2023-05-08T18:39:18.5810718+02:00 15004 15312 [PortAudio] Failed to register rendering position register, using PinGetAudioPositionViaIOCTLRead
2023-05-08T18:39:18.5810825+02:00 15004 15312 PortAudio stream opened: 000000001C9A70B0
2023-05-08T18:39:18.5810904+02:00 15004 15312 Stream info: PortAudio stream info version 2, input latency 0.0640833s, output latency 0.0640833s, sample rate 48000 Hz
2023-05-08T18:39:18.5811035+02:00 15004 15312 Opening config directory for watching
2023-05-08T18:39:18.5811279+02:00 15004 15312 Starting configuration file watcher
2023-05-08T18:39:18.5811481+02:00 15004 15312 Handling config file event
2023-05-08T18:39:18.5811986+02:00 15004 15312 Attempting to load configuration file: "C:\Users\xxxx\FlexASIO.toml"
2023-05-08T18:39:18.5812626+02:00 15004 15312 Configuration file successfully parsed as valid TOML: backend = "Windows WDM-KS"

[input]
sampleType = "Float32"

[output]
sampleType = "Float32"

2023-05-08T18:39:18.5812884+02:00 15004 15312 New config is identical to initial config, not taking any action
2023-05-08T18:39:18.5813190+02:00 15004 15312 Probing for message selector: 1 [kAsioSelectorSupported]
2023-05-08T18:39:18.5813300+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 1, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5813463+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5813533+02:00 15004 15312 Probing for message selector: 2 [kAsioEngineVersion]
2023-05-08T18:39:18.5813608+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 2, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5813693+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5813762+02:00 15004 15312 Sending message: selector = 2 [kAsioEngineVersion], value = 0, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5813843+02:00 15004 15312 Result: 2
2023-05-08T18:39:18.5813910+02:00 15004 15312 Probing for message selector: 3 [kAsioResetRequest]
2023-05-08T18:39:18.5813982+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 3, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5814062+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5814130+02:00 15004 15312 Probing for message selector: 4 [kAsioBufferSizeChange]
2023-05-08T18:39:18.5813744+02:00 15004 3324 Config watcher thread running
2023-05-08T18:39:18.5814232+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 4, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5814658+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5814739+02:00 15004 15312 Probing for message selector: 5 [kAsioResyncRequest]
2023-05-08T18:39:18.5814811+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 5, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5814892+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5814959+02:00 15004 15312 Probing for message selector: 6 [kAsioLatenciesChanged]
2023-05-08T18:39:18.5815030+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 6, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5815111+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5815177+02:00 15004 15312 Probing for message selector: 7 [kAsioSupportsTimeInfo]
2023-05-08T18:39:18.5815247+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 7, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5815326+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5815392+02:00 15004 15312 Probing for message selector: 8 [kAsioSupportsTimeCode]
2023-05-08T18:39:18.5815463+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 8, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5815540+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5815607+02:00 15004 15312 Probing for message selector: 9 [kAsioMMCCommand]
2023-05-08T18:39:18.5815678+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 9, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5815755+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5815821+02:00 15004 15312 Probing for message selector: 10 [kAsioSupportsInputMonitor]
2023-05-08T18:39:18.5815893+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 10, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5815972+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5816039+02:00 15004 15312 Probing for message selector: 11 [kAsioSupportsInputGain]
2023-05-08T18:39:18.5816112+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 11, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5816189+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5816256+02:00 15004 15312 Probing for message selector: 12 [kAsioSupportsInputMeter]
2023-05-08T18:39:18.5816327+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 12, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5816404+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5816471+02:00 15004 15312 Probing for message selector: 13 [kAsioSupportsOutputGain]
2023-05-08T18:39:18.5816540+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 13, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5816618+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5816684+02:00 15004 15312 Probing for message selector: 14 [kAsioSupportsOutputMeter]
2023-05-08T18:39:18.5816753+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 14, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5816831+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5816897+02:00 15004 15312 Probing for message selector: 15 [kAsioOverload]
2023-05-08T18:39:18.5816969+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 15, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5817046+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5817116+02:00 15004 15312 --- EXITING CONTEXT: createBuffers() [OK]
2023-05-08T18:39:18.5817223+02:00 15004 15312 --- ENTERING CONTEXT: getChannelInfo()
2023-05-08T18:39:18.5817292+02:00 15004 15312 CFlexASIO::getChannelInfo()
2023-05-08T18:39:18.5817359+02:00 15004 15312 Channel info requested for input channel 0
2023-05-08T18:39:18.5817471+02:00 15004 15312 Channel 0 is outside channel mask 0
2023-05-08T18:39:18.5817551+02:00 15004 15312 Returning: IN 0, active, group 0, type 19 [ASIOSTFloat32LSB]
2023-05-08T18:39:18.5817628+02:00 15004 15312 --- EXITING CONTEXT: getChannelInfo() [OK]
2023-05-08T18:39:18.5817863+02:00 15004 15312 --- ENTERING CONTEXT: getChannelInfo()
2023-05-08T18:39:18.5817930+02:00 15004 15312 CFlexASIO::getChannelInfo()
2023-05-08T18:39:18.5817996+02:00 15004 15312 Channel info requested for input channel 1
2023-05-08T18:39:18.5818070+02:00 15004 15312 Channel 1 is outside channel mask 0
2023-05-08T18:39:18.5818139+02:00 15004 15312 Returning: IN 1, active, group 0, type 19 [ASIOSTFloat32LSB]
2023-05-08T18:39:18.5818214+02:00 15004 15312 --- EXITING CONTEXT: getChannelInfo() [OK]
2023-05-08T18:39:18.5818362+02:00 15004 15312 --- ENTERING CONTEXT: getChannelInfo()
2023-05-08T18:39:18.5818428+02:00 15004 15312 CFlexASIO::getChannelInfo()
2023-05-08T18:39:18.5818497+02:00 15004 15312 Channel info requested for output channel 0
2023-05-08T18:39:18.5818571+02:00 15004 15312 Channel 0 is outside channel mask 0
2023-05-08T18:39:18.5818640+02:00 15004 15312 Returning: OUT 0, active, group 0, type 19 [ASIOSTFloat32LSB]
2023-05-08T18:39:18.5818715+02:00 15004 15312 --- EXITING CONTEXT: getChannelInfo() [OK]
2023-05-08T18:39:18.5819285+02:00 15004 15312 --- ENTERING CONTEXT: getChannelInfo()
2023-05-08T18:39:18.5819369+02:00 15004 15312 CFlexASIO::getChannelInfo()
2023-05-08T18:39:18.5819435+02:00 15004 15312 Channel info requested for output channel 1
2023-05-08T18:39:18.5819510+02:00 15004 15312 Channel 1 is outside channel mask 0
2023-05-08T18:39:18.5819581+02:00 15004 15312 Returning: OUT 1, active, group 0, type 19 [ASIOSTFloat32LSB]
2023-05-08T18:39:18.5819657+02:00 15004 15312 --- EXITING CONTEXT: getChannelInfo() [OK]
2023-05-08T18:39:18.5819877+02:00 15004 15312 --- ENTERING CONTEXT: getChannelInfo()
2023-05-08T18:39:18.5819945+02:00 15004 15312 CFlexASIO::getChannelInfo()
2023-05-08T18:39:18.5820011+02:00 15004 15312 Channel info requested for input channel 0
2023-05-08T18:39:18.5820089+02:00 15004 15312 Channel 0 is outside channel mask 0
2023-05-08T18:39:18.5820159+02:00 15004 15312 Returning: IN 0, active, group 0, type 19 [ASIOSTFloat32LSB]
2023-05-08T18:39:18.5820232+02:00 15004 15312 --- EXITING CONTEXT: getChannelInfo() [OK]
2023-05-08T18:39:18.5820308+02:00 15004 15312 --- ENTERING CONTEXT: getChannelInfo()
2023-05-08T18:39:18.5820374+02:00 15004 15312 CFlexASIO::getChannelInfo()
2023-05-08T18:39:18.5820440+02:00 15004 15312 Channel info requested for input channel 1
2023-05-08T18:39:18.5820512+02:00 15004 15312 Channel 1 is outside channel mask 0
2023-05-08T18:39:18.5820582+02:00 15004 15312 Returning: IN 1, active, group 0, type 19 [ASIOSTFloat32LSB]
2023-05-08T18:39:18.5820655+02:00 15004 15312 --- EXITING CONTEXT: getChannelInfo() [OK]
2023-05-08T18:39:18.5820724+02:00 15004 15312 --- ENTERING CONTEXT: getChannelInfo()
2023-05-08T18:39:18.5820790+02:00 15004 15312 CFlexASIO::getChannelInfo()
2023-05-08T18:39:18.5820856+02:00 15004 15312 Channel info requested for output channel 0
2023-05-08T18:39:18.5820929+02:00 15004 15312 Channel 0 is outside channel mask 0
2023-05-08T18:39:18.5820998+02:00 15004 15312 Returning: OUT 0, active, group 0, type 19 [ASIOSTFloat32LSB]
2023-05-08T18:39:18.5821071+02:00 15004 15312 --- EXITING CONTEXT: getChannelInfo() [OK]
2023-05-08T18:39:18.5821141+02:00 15004 15312 --- ENTERING CONTEXT: getChannelInfo()
2023-05-08T18:39:18.5821210+02:00 15004 15312 CFlexASIO::getChannelInfo()
2023-05-08T18:39:18.5821275+02:00 15004 15312 Channel info requested for output channel 1
2023-05-08T18:39:18.5821347+02:00 15004 15312 Channel 1 is outside channel mask 0
2023-05-08T18:39:18.5821416+02:00 15004 15312 Returning: OUT 1, active, group 0, type 19 [ASIOSTFloat32LSB]
2023-05-08T18:39:18.5821490+02:00 15004 15312 --- EXITING CONTEXT: getChannelInfo() [OK]
2023-05-08T18:39:18.5821603+02:00 15004 15312 --- ENTERING CONTEXT: getSampleRate()
2023-05-08T18:39:18.5821681+02:00 15004 15312 Returning sample rate: 48000
2023-05-08T18:39:18.5821775+02:00 15004 15312 --- EXITING CONTEXT: getSampleRate() [OK]
2023-05-08T18:39:18.5821909+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5821981+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5822052+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5822238+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5822304+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5822375+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5822443+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5822513+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5822582+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5823332+02:00 15004 15312 --- ENTERING CONTEXT: canSampleRate()
2023-05-08T18:39:18.5823411+02:00 15004 15312 Checking for sample rate: 22050
2023-05-08T18:39:18.5823488+02:00 15004 15312 Faking sample rate 22050 as available because an exclusive stream is currently running
2023-05-08T18:39:18.5823564+02:00 15004 15312 --- EXITING CONTEXT: canSampleRate() [OK]
2023-05-08T18:39:18.5823633+02:00 15004 15312 --- ENTERING CONTEXT: canSampleRate()
2023-05-08T18:39:18.5823699+02:00 15004 15312 Checking for sample rate: 32000
2023-05-08T18:39:18.5823770+02:00 15004 15312 Faking sample rate 32000 as available because an exclusive stream is currently running
2023-05-08T18:39:18.5823842+02:00 15004 15312 --- EXITING CONTEXT: canSampleRate() [OK]
2023-05-08T18:39:18.5823908+02:00 15004 15312 --- ENTERING CONTEXT: canSampleRate()
2023-05-08T18:39:18.5823975+02:00 15004 15312 Checking for sample rate: 44100
2023-05-08T18:39:18.5824044+02:00 15004 15312 Faking sample rate 44100 as available because an exclusive stream is currently running
2023-05-08T18:39:18.5824115+02:00 15004 15312 --- EXITING CONTEXT: canSampleRate() [OK]
2023-05-08T18:39:18.5824181+02:00 15004 15312 --- ENTERING CONTEXT: canSampleRate()
2023-05-08T18:39:18.5824251+02:00 15004 15312 Checking for sample rate: 48000
2023-05-08T18:39:18.5824321+02:00 15004 15312 Faking sample rate 48000 as available because an exclusive stream is currently running
2023-05-08T18:39:18.5824392+02:00 15004 15312 --- EXITING CONTEXT: canSampleRate() [OK]
2023-05-08T18:39:18.5824459+02:00 15004 15312 --- ENTERING CONTEXT: canSampleRate()
2023-05-08T18:39:18.5824524+02:00 15004 15312 Checking for sample rate: 88200
2023-05-08T18:39:18.5824593+02:00 15004 15312 Faking sample rate 88200 as available because an exclusive stream is currently running
2023-05-08T18:39:18.5824666+02:00 15004 15312 --- EXITING CONTEXT: canSampleRate() [OK]
2023-05-08T18:39:18.5824731+02:00 15004 15312 --- ENTERING CONTEXT: canSampleRate()
2023-05-08T18:39:18.5824797+02:00 15004 15312 Checking for sample rate: 96000
2023-05-08T18:39:18.5824866+02:00 15004 15312 Faking sample rate 96000 as available because an exclusive stream is currently running
2023-05-08T18:39:18.5824937+02:00 15004 15312 --- EXITING CONTEXT: canSampleRate() [OK]
2023-05-08T18:39:18.5825004+02:00 15004 15312 --- ENTERING CONTEXT: canSampleRate()
2023-05-08T18:39:18.5825070+02:00 15004 15312 Checking for sample rate: 176400
2023-05-08T18:39:18.5825141+02:00 15004 15312 Faking sample rate 176400 as available because an exclusive stream is currently running
2023-05-08T18:39:18.5825211+02:00 15004 15312 --- EXITING CONTEXT: canSampleRate() [OK]
2023-05-08T18:39:18.5825278+02:00 15004 15312 --- ENTERING CONTEXT: canSampleRate()
2023-05-08T18:39:18.5825347+02:00 15004 15312 Checking for sample rate: 192000
2023-05-08T18:39:18.5825417+02:00 15004 15312 Faking sample rate 192000 as available because an exclusive stream is currently running
2023-05-08T18:39:18.5825497+02:00 15004 15312 --- EXITING CONTEXT: canSampleRate() [OK]
2023-05-08T18:39:18.5825650+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5825719+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5825791+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5825859+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5825927+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5825996+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5836589+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5836723+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5836797+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5836917+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5836987+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5837057+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5837172+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5837240+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5837309+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5837419+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5837486+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5837554+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5837634+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5837701+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5837774+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5837886+02:00 15004 15312 --- ENTERING CONTEXT: getLatencies()
2023-05-08T18:39:18.5837952+02:00 15004 15312 Returning input latency of 3076 samples and output latency of 3076 samples
2023-05-08T18:39:18.5838021+02:00 15004 15312 --- EXITING CONTEXT: getLatencies() [OK]
2023-05-08T18:39:18.5840139+02:00 15004 15312 --- ENTERING CONTEXT: start()
2023-05-08T18:39:18.5840242+02:00 15004 15312 Checking if the host supports time info
2023-05-08T18:39:18.5840311+02:00 15004 15312 Sending message: selector = 1 [kAsioSelectorSupported], value = 7, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5840418+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5840488+02:00 15004 15312 Sending message: selector = 7 [kAsioSupportsTimeInfo], value = 0, message = 0000000000000000, opt = 0000000000000000
2023-05-08T18:39:18.5840568+02:00 15004 15312 Result: 1
2023-05-08T18:39:18.5840636+02:00 15004 15312 The host supports time info
2023-05-08T18:39:18.5840734+02:00 15004 15312 Starting high resolution timer
2023-05-08T18:39:18.5841360+02:00 15004 15312 Starting PortAudio stream 000000001C9A70B0
2023-05-08T18:39:18.5842446+02:00 15004 19084 [PortAudio] In buffer len: 128.000 ms
2023-05-08T18:39:18.5842862+02:00 15004 19084 [PortAudio] Out buffer len: 128.000 ms
2023-05-08T18:39:18.5842936+02:00 15004 19084 [PortAudio] Timeout = 1024 ms
2023-05-08T18:39:18.6068152+02:00 15004 19084 [PortAudio] PreparePinsForStart = 0
2023-05-08T18:39:18.6068502+02:00 15004 19084 [PortAudio] Set mm thread characteristic to 'Pro Audio' failed, reverting to SetThreadPriority
2023-05-08T18:39:18.6068678+02:00 15004 15312 [PortAudio] Processing thread started!
2023-05-08T18:39:18.6068937+02:00 15004 15312 PortAudio stream started
2023-05-08T18:39:18.6069029+02:00 15004 15312 --- EXITING CONTEXT: start() [OK]
2023-05-08T18:39:18.6068759+02:00 15004 19084 [PortAudio] StartPins = 0
2023-05-08T18:39:18.7358947+02:00 15004 19084 --- ENTERING STREAM CALLBACK
2023-05-08T18:39:18.7359510+02:00 15004 19084 Updated sample position: timestamp 123250378000000, 0 samples
2023-05-08T18:39:18.7359600+02:00 15004 19084 PortAudio stream callback with input 000000001CA1C1B0, output 000000001CA1C8B0, 1024 frames, time info (PortAudio stream callback time info with input buffer ADC time 0, current time 123251, output buffer DAC time 0.0213333), flags 0
2023-05-08T18:39:18.7359810+02:00 15004 19084 Transferring output buffers from buffer index #1 to PortAudio
2023-05-08T18:39:18.7359886+02:00 15004 19084 --- EXITING STREAM CALLBACK (0 [paContinue])
2023-05-08T18:39:18.7359975+02:00 15004 19084 --- ENTERING STREAM CALLBACK
2023-05-08T18:39:18.7360041+02:00 15004 19084 Updated sample position: timestamp 123250378000000, 0 samples
2023-05-08T18:39:18.7360105+02:00 15004 19084 PortAudio stream callback with input 000000001CA1C1B0, output 000000001CA1C8B0, 1024 frames, time info (PortAudio stream callback time info with input buffer ADC time 0.0213333, current time 123251, output buffer DAC time 0.0426667), flags 0
2023-05-08T18:39:18.7360198+02:00 15004 19084 Transferring input buffers from PortAudio to ASIO buffer index #0
2023-05-08T18:39:18.7360267+02:00 15004 19084 Firing ASIO bufferSwitchTimeInfo() callback with buffer index: 0, time info: (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 123250378000000, sample position 0, sample rate 48000 Hz, flags 7 [kSystemTimeValid, kSamplePositionValid, kSampleRateValid], reserved 0 0 0 0 0 0 0 0 0 0 0 0), time code (ASIO time code with speed 0, samples 0, flags 0, future 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants