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

WASAPI gets the channel count wrong, fails to initialize #3

Closed
omarcostahamido opened this issue Oct 13, 2018 · 42 comments
Closed

WASAPI gets the channel count wrong, fails to initialize #3

omarcostahamido opened this issue Oct 13, 2018 · 42 comments
Labels
bug portaudio Requires changes in PortAudio upstream.

Comments

@omarcostahamido
Copy link

Can't use FlexASIO.
Installed everything with the new installer 0.2.
Any DAW says that it can't be openned (see screenshot).
screenshot 2018-10-13 14 35 45_1
I then tried to open FlexASIO using jackd on the command line to see what kind of errors it throws.
(see attached txt log file)
FlexASIO_JackPortaudio_log.txt
I noticed at some point it refering to directories I don't have like:

c:\users\edechamps\downloads\pa_stable_v190600_20161030\portaudio\src\hostapi\wasapi\pa_win_wasapi.c

@dechamps
Copy link
Owner

dechamps commented Oct 13, 2018

Is this the first time you try this at all, or did it used to work with FlexASIO 0.1? Is your DAW a 32-bit or a 64-bit application?

The relevant error is AUDCLNT_E_UNSUPPORTED_FORMAT, which suggests some kind of issue with device parameters such as sample rate or channel count.

Note that, as explained in the README, your default physical input and output audio devices need to be configured with the same sample rate in the Windows settings (control panel). This is because of combined limitations of ASIO, WASAPI, and FlexASIO. You should double-check that, because that's a fairly common failure mode.

That said, I'm not entirely sure I would trust the messages in your log because it looks like you are using an application (jackd) that is already using PortAudio itself (-d portaudio). Therefore it's not clear if the error messages are being logged by PortAudio calls from FlexASIO, or direct PortAudio calls directly from jackd, which throws doubt into the investigation.

One way you can get debug messages from FlexASIO itself is by running your DAW application (or jackd) under a debugger. Any debugger will do as long as it has an output text window that shows messages from OutputDebugString() (which is probably all of them). For example you can download the free version of Visual Studio 2017 and attach the integrated debugger to your DAW process. It might also help to use Process Monitor to get more details as to what exactly the DAW was trying to do when it threw that error (is it loading the FlexASIO DLL correctly?).

@josephernest
Copy link

I have the same problem @omarcostahamido @dechamps, with Ableton Live and Sound Forge too.
Windows 7 64 bit here.

I had the same problem with version 0.1.

Maybe could you add:

  • a config.ini file that allows to choose the output device ID used by Flex
  • a listdevices.exe small standalone tool that lists the PortAudio devices with ID + device name + API name

Maybe PortAudio is choosing a wrong device as output. In my memories from a few years ago about PortAudio, it has a huuuuuuuuge list of available devices and many of them are unusable (dummy devices, etc.).

@omarcostahamido
Copy link
Author

omarcostahamido commented Oct 14, 2018

For what it's worth, I did double-check the sample rate (and bit rate!) of my default output and input devices. Heck, I even tried all combinations with 44.1K, 48k, 16bit, 24bit, "Allow applications to take exclusive control of this device" on/off, "Give exclusive mode applications priority" on/off, and even unninstalled jack, jacktrip and ASIO4ALL... nothing worked.
I've asked for help to a friend of mine who has visual studio installed, but he said he could probably only get to it later this week.

@josephernest
Copy link

@omarcostahamido Idem I desinstalled all other ASIO4ALL, jack, etc. but the problem it's still there.

I think a listdevices.exe that lists all Portaudio device IDs + a config.ini for Flex that allows to change the used device ID would help to solve the problem.

@dechamps
Copy link
Owner

I only tested FlexASIO with Room EQ Wizard as the ASIO host application, because that's the only software I use. It's quite possible that other applications like Ableton Live and Sound Forge are making ASIO calls in ways that FlexASIO doesn't like for some reason. One thing I could try is to download the trial versions of these applications so that I can debug things.

I agree that having at least some kind of configuration (config file or registry) would help, even if it's not a GUI. I can look into this if I find the time.

In the mean time, I did a bit more searching and it turns out that there is a much faster and lighter solution than installing Visual Studio to get the FlexASIO debug logs: just use WinDbg, which is much smaller. You can even get a fancy new version directly from the Microsoft Store. Attach WinDbg to the process of the ASIO host application ("File", "Attach to process"), and then try to use FlexASIO. You should see in the main debug text output panel some messages from FlexASIO. If you don't see anything, it either means you're not attaching to the right process, or the application can't even get to the FlexASIO DLL entry point (in which case Process Monitor can be used to pinpoint the cause).

(I realize that I should probably change the debug log output to go to a text file, that would make things much easier.)

As for using the wrong devices… the device selection logic in FlexASIO is quite trivial: it will use the Windows devices that you selected as "default device" in the Windows sound control panel, period. It doesn't matter that PortAudio has a huge list of devices to choose from - FlexASIO will always choose the default ones.

@omarcostahamido
Copy link
Author

omarcostahamido commented Oct 14, 2018

@dechamps Thank you for the instructions on the simplified debugging method.

Here we go, I used both Ableton Live and Reaper:
FlexASIO_AbletonLive_WinDbg_log.txt
FlexASIO_Reaper_WinDbg_log.txt
(see attached txt log files)

fingers crossed :)

edit:
I was using laptop's speakers and microphone. No other devices attached. both 48k, 16bit, no "exclusive mode things" selected.

@dechamps
Copy link
Owner

dechamps commented Oct 14, 2018

I'll need some time to dig into this, but looking at these logs the first thing that jumps at me is that, for some reason, FlexASIO seems to think that your input and output devices both have 7.1 channels:

FlexASIO: [91066522] Selected host API #1 (Windows WASAPI)
FlexASIO: [91066522] Getting input device info
FlexASIO: [91066522] Selected input device: Microphone (Realtek High Definition Audio)
FlexASIO: [91066522] Getting output device info
FlexASIO: [91066522] Selected output device: Speakers (Realtek High Definition Audio)
FlexASIO: [91066522] CFlexASIO::getChannels()
FlexASIO: [91066522] Returning 8 input channels and 8 output channels

It would of course be very surprising if your laptop microphone input was a 7.1 input, so there might be a bug in there somewhere. I think what might be happening is that FlexASIO is attempting to access your devices with an 8-channel configuration, which is unlikely to work for obvious reasons.

Do you have a separate audio device with 8 channels installed? Maybe it's confused between multiple devices for some reason. In any case, it clearly looks like a bug, either in FlexASIO or PortAudio.

@omarcostahamido
Copy link
Author

omarcostahamido commented Oct 14, 2018

I had vb-audio cable installed.
I deactivated it but I get the same results:

FlexASIO: [93239539] Selected host API #1 (Windows WASAPI)
FlexASIO: [93239539] Getting input device info
FlexASIO: [93239540] Selected input device: Microphone (Realtek High Definition Audio)
FlexASIO: [93239540] Getting output device info
FlexASIO: [93239540] Selected output device: Speakers (Realtek High Definition Audio)
FlexASIO: [93239540] Initialized successfully
FlexASIO: [93239540] CFlexASIO::getDriverName()
FlexASIO: [93239540] CFlexASIO::getDriverVersion()
FlexASIO: [93239540] CFlexASIO::getClockSources()
FlexASIO: [93239540] CFlexASIO::setSampleRate(48000)
FlexASIO: [93239541] CFlexASIO::getChannels()
FlexASIO: [93239541] Returning 8 input channels and 8 output channels

Also, I should say that one of the main reasons why I was interested in FlexASIO in the first place was because it seemed like the only solution to overcome the ASIO4ALL limitation of not being able to access the 8 hdmi audio outputs of updated nvidia drivers.

@dechamps
Copy link
Owner

dechamps commented Oct 14, 2018

To be clear, FlexASIO does support devices with high channel counts - I'm using it with a 5.1 output myself. It definitely makes sense to use it with a 7.1 HDMI output, and it should work with those, that's what I designed it for.

I suspect there's some kind of bug lurking around somewhere related to the channel counts. That said, I've never seen FlexASIO get the channel counts wrong on my system, so I'm not sure how I could reproduce it. I'll double-check the code and see if I can come up with possible scenarios where the channel count could come out wrong.

(A possible workaround would be to switch PortAudio to the DirectSound driver instead of the WASAPI driver, but that requires a rebuild… I can feel the need for some kind of configuration mechanism.)

@josephernest
Copy link

A possible workaround would be to switch PortAudio to the DirectSound driver instead of the WASAPI driver, but that requires a rebuild… I can feel the need for some kind of configuration mechanism.

No please don't do this, because WASAPI is said to have a much better latency than the usual way with Directsound, etc. To be able to use WASAPI is the reason why I'm trying to use Flex :)
Just adding a .ini file:

config.ini
deviceID=12

would be perfect :)

I also tried WinDbg. Here is the error with SoundForge: The ASIO device FlexASIO does not support the current sample rate.

FlexASIO: [4505318] CFlexASIO::CFlexASIO()
FlexASIO: [4505318] CFlexASIO::init()
FlexASIO: [4505319] Initializing PortAudio
FlexASIO: [4505440] Selected host API #1 (Windows WASAPI)
FlexASIO: [4505440] Getting input device info
FlexASIO: [4505441] Selected input device: Microphone interne (Conexant 20672 SmartAudio HD)
FlexASIO: [4505442] Getting output device info
FlexASIO: [4505442] Selected output device: Speakers (Conexant 20672 SmartAudio HD)
FlexASIO: [4505442] Initialized successfully
FlexASIO: [4505442] CFlexASIO::getDriverName()
FlexASIO: [4505442] CFlexASIO::getDriverVersion()
FlexASIO: [4505442] CFlexASIO::getChannels()
FlexASIO: [4505442] Returning 2 input channels and 2 output channels
FlexASIO: [4505442] CFlexASIO::getBufferSize()
FlexASIO: [4505442] Returning: min buffer size 48, max buffer size 48000, preferred buffer size 1024, granularity 1
FlexASIO: [4505493] CFlexASIO::canSampleRate(48000)
FlexASIO: [4505493] CFlexASIO::OpenStream(48000, 0)
FlexASIO: [4505539] Cannot do this sample rate: Invalid device
FlexASIO: [4505540] CFlexASIO::getChannelInfo()
FlexASIO: [4505541] Channel info requested for output channel 0
FlexASIO: [4505541] Returning: OUT 0 FL (Front Left), inactive, group 0, type 19
FlexASIO: [4505561] CFlexASIO::getChannelInfo()
FlexASIO: [4505561] Channel info requested for input channel 0
FlexASIO: [4505562] Returning: IN 0 FL (Front Left), inactive, group 0, type 19
FlexASIO: [4505565] CFlexASIO::getChannelInfo()
FlexASIO: [4505565] Channel info requested for input channel 1
FlexASIO: [4505565] Returning: IN 1 FR (Front Right), inactive, group 0, type 19
FlexASIO: [4506340] CFlexASIO::canSampleRate(48000)
FlexASIO: [4506341] CFlexASIO::OpenStream(48000, 0)
FlexASIO: [4506387] Cannot do this sample rate: Invalid device
FlexASIO: [4508312] CFlexASIO::~CFlexASIO()
FlexASIO: [4508312] Closing PortAudio
FlexASIO: [4508315] PortAudio closed successfully

@dechamps
Copy link
Owner

dechamps commented Oct 15, 2018

No please don't do this, because WASAPI is said to have a much better latency than the usual way with Directsound, etc. To be able to use WASAPI is the reason why I'm trying to use Flex :)

In any case this would always be an option. That said, please keep in mind that FlexASIO is not designed with latency in mind. Depending on how buffers are negotiated between ASIO and PortAudio, you might end up with more buffering than would be technically necessary, and latency will suffer as a result. However I do agree it's better than nothing. In any case, latency is an issue we can revisit later, we need to get it to work first :)

@josephernest: it looks like your issue is different - it seems to return the proper channel counts, but then it's unable to open the device through PortAudio for some reason. I presume you've double-checked that both your "Microphone interne (Conexant 20672 SmartAudio HD)" and "Speakers (Conexant 20672 SmartAudio HD)" devices are configured with a 48 kHz sample rate in the Windows device settings?

The next step for troubleshooting this would be to obtain debug logs from PortAudio itself. Sadly, these are even harder to get to than FlexASIO debug logs - filed #4 to fix that. I don't know if it's possible to get them when running applications like Ableton Live or SoundForge. However, by happy coincidence, it turns out they were captured in @omarcostahamido's jackd logs, because that's a console application. So, coming back to @omarcostahamido's channel count issue, here's what PortAudio logged:

WASAPI: device idx: 00
WASAPI: ---------------
WASAPI:0| name[Speakers (Realtek High Definition Audio)]
WASAPI:0| form-factor[1]
WASAPI:0| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
WASAPI: device idx: 05
WASAPI: ---------------
WASAPI:5| name[Microphone (Realtek High Definition Audio)]
WASAPI:5| form-factor[4]
WASAPI:5| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
WASAPI: device idx: 06

And then, of course:

WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
 [FUNCTION: CreateAudioClient FILE: c:\users\edechamps\downloads\pa_stable_v190600_20161030\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2597}]
WASAPI ERROR PAERROR: -9998 : Invalid number of channels
 [FUNCTION: ActivateAudioClientInput FILE: c:\users\edechamps\downloads\pa_stable_v190600_20161030\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3037}]
WASAPI ERROR PAERROR: -9996 : Invalid device
 [FUNCTION: OpenStream FILE: c:\users\edechamps\downloads\pa_stable_v190600_20161030\portaudio\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3226}]

Meanwhile, other devices are correctly reported as 2-channel. It's not clear why it's choking on these devices specifically.

This doesn't even seem to be a FlexASIO bug, because, as far as I can tell from this log, jackd is failing while trying to use PortAudio directly, before it even tries to load FlexASIO.

Looking into PortAudio code (pa_win_wasapi.c), I noticed that it's using PKEY_AudioEngine_DeviceFormat to get the channel count. I suspect that's subtly wrong for WASAPI Shared Mode. IAudioClient::GetMixFormat() seems better suited for this, because it returns the format used internally by the Windows audio engine, which in shared mode is exactly what we want. In fact, MSDN goes so far as to state that the format returned by GetMixFormat() is guaranteed to work in shared mode. I would expect GetMixFormat() to return the appropriate number of channels (here, 2), though of course we would need to double-check that.

This would also mean that this issue would be quite specific to the physical audio driver used (here, Realtek). You might want to try other audio devices (make them the default devices in Windows to make FlexASIO use them) and see what happens. For example, it looks like your "VB-Audio Hi-Fi Cable" has a correct channel count.

If my hypothesis is correct, I would need to fix PortAudio itself. In the mean time DirectSound will almost certainly work (it's a completely different code path in PortAudio), though I understand that's not an ideal solution. And even then, I would need to take care of #6 first for DirectSound to even be usable in the first place.

@omarcostahamido
Copy link
Author

omarcostahamido commented Oct 15, 2018

Touché!
using vb-audio-cable as default device did not crash FlexASIO:

> (3be8.358c): C++ EH exception - code e06d7363 (first chance)
> ModLoad: 00007ffb`5bdb0000 00007ffb`5bdc8000   C:\Program Files\FlexASIO\FlexASIO_x64.dll
> ModLoad: 00007ffb`55120000 00007ffb`5515f000   C:\Program Files\FlexASIO\portaudio_x64.dll
> FlexASIO: [165456232] CFlexASIO::CFlexASIO()
> FlexASIO: [165456233] CFlexASIO::init()
> FlexASIO: [165456233] Initializing PortAudio
> FlexASIO: [165456324] Selected host API #1 (Windows WASAPI)
> FlexASIO: [165456324] Getting input device info
> FlexASIO: [165456324] Selected input device: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
> FlexASIO: [165456324] Getting output device info
> FlexASIO: [165456324] Selected output device: Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)
> FlexASIO: [165456324] Initialized successfully
> FlexASIO: [165456324] CFlexASIO::getDriverName()
> FlexASIO: [165456325] CFlexASIO::getDriverVersion()
> FlexASIO: [165456325] CFlexASIO::getClockSources()
> FlexASIO: [165456325] CFlexASIO::setSampleRate(48000)
> FlexASIO: [165456325] CFlexASIO::getChannels()
> FlexASIO: [165456325] Returning 2 input channels and 2 output channels
> FlexASIO: [165456325] CFlexASIO::getBufferSize()
> FlexASIO: [165456325] Returning: min buffer size 48, max buffer size 48000, preferred buffer size 1024, granularity 1
> FlexASIO: [165456326] CFlexASIO::outputReady()
> FlexASIO: [165456326] CFlexASIO::createBuffers(4, 1024)
> FlexASIO: [165456326] Buffers instantiated, memory range : 00000000350A6AD0-00000000350AEAD0
> FlexASIO: [165456326] ASIO buffer #0 is input channel 0 - first half: 00000000350A6AD0-00000000350A7AD0 - second half: 00000000350AAAD0-00000000350ABAD0
> FlexASIO: [165456326] ASIO buffer #1 is input channel 1 - first half: 00000000350A7AD0-00000000350A8AD0 - second half: 00000000350ABAD0-00000000350ACAD0
> FlexASIO: [165456326] ASIO buffer #2 is output channel 0 - first half: 00000000350A8AD0-00000000350A9AD0 - second half: 00000000350ACAD0-00000000350ADAD0
> FlexASIO: [165456326] ASIO buffer #3 is output channel 1 - first half: 00000000350A9AD0-00000000350AAAD0 - second half: 00000000350ADAD0-00000000350AEAD0
> FlexASIO: [165456327] Opening PortAudio stream
> FlexASIO: [165456327] CFlexASIO::OpenStream(48000, 1024)
> FlexASIO: [165456344] CFlexASIO::getChannelInfo()
> FlexASIO: [165456344] Channel info requested for input channel 0
> FlexASIO: [165456344] Returning: IN 0 FL (Front Left), active, group 0, type 19
> FlexASIO: [165456344] CFlexASIO::getChannelInfo()
> FlexASIO: [165456344] Channel info requested for input channel 1
> FlexASIO: [165456344] Returning: IN 1 FR (Front Right), active, group 0, type 19
> FlexASIO: [165456345] CFlexASIO::getChannelInfo()
> FlexASIO: [165456345] Channel info requested for output channel 0
> FlexASIO: [165456345] Returning: OUT 0 FL (Front Left), active, group 0, type 19
> FlexASIO: [165456345] CFlexASIO::getChannelInfo()
> FlexASIO: [165456345] Channel info requested for output channel 1
> FlexASIO: [165456345] Returning: OUT 1 FR (Front Right), active, group 0, type 19
> FlexASIO: [165456346] CFlexASIO::getChannelInfo()
> FlexASIO: [165456346] Channel info requested for input channel 0
> FlexASIO: [165456346] Returning: IN 0 FL (Front Left), active, group 0, type 19
> FlexASIO: [165456346] CFlexASIO::getChannelInfo()
> FlexASIO: [165456346] Channel info requested for input channel 1
> FlexASIO: [165456346] Returning: IN 1 FR (Front Right), active, group 0, type 19
> FlexASIO: [165456346] CFlexASIO::getChannelInfo()
> FlexASIO: [165456346] Channel info requested for output channel 0
> FlexASIO: [165456346] Returning: OUT 0 FL (Front Left), active, group 0, type 19
> FlexASIO: [165456346] CFlexASIO::getChannelInfo()
> FlexASIO: [165456346] Channel info requested for output channel 1
> FlexASIO: [165456347] Returning: OUT 1 FR (Front Right), active, group 0, type 19
> FlexASIO: [165456347] CFlexASIO::getSampleRate()
> FlexASIO: [165456347] Returning sample rate: 48000
> FlexASIO: [165456347] CFlexASIO::getLatencies()
> FlexASIO: [165456347] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456347] CFlexASIO::getLatencies()
> FlexASIO: [165456347] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456347] CFlexASIO::getLatencies()
> FlexASIO: [165456347] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456348] CFlexASIO::canSampleRate(22050)
> FlexASIO: [165456348] CFlexASIO::OpenStream(22050, 0)
> FlexASIO: [165456349] Cannot do this sample rate: Invalid device
> FlexASIO: [165456349] CFlexASIO::canSampleRate(32000)
> FlexASIO: [165456349] CFlexASIO::OpenStream(32000, 0)
> FlexASIO: [165456351] Cannot do this sample rate: Invalid device
> FlexASIO: [165456351] CFlexASIO::canSampleRate(44100)
> FlexASIO: [165456351] CFlexASIO::OpenStream(44100, 0)
> FlexASIO: [165456353] Cannot do this sample rate: Invalid device
> FlexASIO: [165456353] CFlexASIO::canSampleRate(48000)
> FlexASIO: [165456353] CFlexASIO::OpenStream(48000, 0)
> FlexASIO: [165456363] Sample rate is available
> FlexASIO: [165456364] CFlexASIO::canSampleRate(88200)
> FlexASIO: [165456364] CFlexASIO::OpenStream(88200, 0)
> FlexASIO: [165456366] Cannot do this sample rate: Invalid device
> FlexASIO: [165456366] CFlexASIO::canSampleRate(96000)
> FlexASIO: [165456366] CFlexASIO::OpenStream(96000, 0)
> FlexASIO: [165456367] Cannot do this sample rate: Invalid device
> FlexASIO: [165456367] CFlexASIO::canSampleRate(176400)
> FlexASIO: [165456367] CFlexASIO::OpenStream(176400, 0)
> FlexASIO: [165456368] Cannot do this sample rate: Invalid device
> FlexASIO: [165456368] CFlexASIO::canSampleRate(192000)
> FlexASIO: [165456368] CFlexASIO::OpenStream(192000, 0)
> FlexASIO: [165456370] Cannot do this sample rate: Invalid device
> FlexASIO: [165456370] CFlexASIO::getLatencies()
> FlexASIO: [165456370] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456370] CFlexASIO::getLatencies()
> FlexASIO: [165456370] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456383] CFlexASIO::getLatencies()
> FlexASIO: [165456383] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456383] CFlexASIO::getLatencies()
> FlexASIO: [165456383] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456383] CFlexASIO::getLatencies()
> FlexASIO: [165456383] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456383] CFlexASIO::getLatencies()
> FlexASIO: [165456383] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456384] CFlexASIO::getLatencies()
> FlexASIO: [165456384] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456384] CFlexASIO::getLatencies()
> FlexASIO: [165456384] Returning input latency of 2048 samples and output latency of 3072 samples
> FlexASIO: [165456385] CFlexASIO::start()
> FlexASIO: [165456385] The host supports time info
> FlexASIO: [165456385] Starting stream
> FlexASIO: [165456390] Started successfully
> FlexASIO: [165456417] CFlexASIO::StreamCallback(1024)
> FlexASIO: [165456417] Transferring between PortAudio and buffer #0
> FlexASIO: [165456417] Handing off the buffer to the ASIO host
> FlexASIO: [165456417] Returning from stream callback
> FlexASIO: [165456438] CFlexASIO::StreamCallback(1024)
> FlexASIO: [165456438] Transferring between PortAudio and buffer #1
> FlexASIO: [165456438] Handing off the buffer to the ASIO host
> FlexASIO: [165456438] Returning from stream callback
> FlexASIO: [165456456] CFlexASIO::StreamCallback(1024)
> FlexASIO: [165456456] Transferring between PortAudio and buffer #0
> FlexASIO: [165456456] Handing off the buffer to the ASIO host
> FlexASIO: [165456456] Returning from stream callback
> FlexASIO: [165456476] CFlexASIO::StreamCallback(1024)
> FlexASIO: [165456476] Transferring between PortAudio and buffer #1
> FlexASIO: [165456476] Handing off the buffer to the ASIO host
> FlexASIO: [165456477] Returning from stream callback
> FlexASIO: [165456497] CFlexASIO::StreamCallback(1024)
> FlexASIO: [165456497] Transferring between PortAudio and buffer #0
> FlexASIO: [165456497] Handing off the buffer to the ASIO host
> FlexASIO: [165456497] Returning from stream callback
> FlexASIO: [165456518] CFlexASIO::StreamCallback(1024)
> etc.


Now, using flexASIO with vb-audio-cable is not very useful.
And in a real case scenario, I might not be able to select the "same device" for input and output.
(eg. when I'll be connected to hdmi audio out - my ultimate goal)
So, I would still think it's worth trying to implement the things that you discussed in order to make it more robust :)
Thank you, @dechamps

@dechamps
Copy link
Owner

Glad to hear it. I think my next steps would be:

  1. Improve the story around testing and troubleshooting FlexASIO so that we can understand these problems better: Make FlexASIO easier to test #7 Make it easier to get FlexASIO debug logs #5 Make it easier to get PortAudio debug logs #4
  2. Make FlexASIO configurable so that we can experiment with parameters: Make FlexASIO configurable #6
  3. Investigate and fix PortAudio itself so that it reports the correct device format when used in WASAPI Shared Mode.

I really can't make any promises at to if and when I'll get to the bottom of this list (or even to the top). However, if I do find the time to work on this, this is the plan.

@josephernest
Copy link

josephernest commented Oct 15, 2018

Big up for all your work already @dechamps!
Flex can have a big future when it'll work because I think it could work in multi-client (whereas ASIO4ALL and similar drivers don't!) because it finally uses WASAPI with PortAudio.

I double-checked: yes the playback device was configured to 48khz:

Imgur

But still the same error...

@dechamps
Copy link
Owner

@josephernest: it's not just the playback device that needs to be set to 48 kHz, the input device "Microphone interne (Conexant 20672 SmartAudio HD)" needs to be set to 48 kHz as well. Why do you mean by "multi-client"?

@josephernest
Copy link

josephernest commented Oct 15, 2018 via email

@omarcostahamido
Copy link
Author

@dechamps :

Glad to hear it. I think my next steps would be:

  1. Improve the story around testing and troubleshooting FlexASIO so that we can understand these problems better: Make FlexASIO easier to test #7 Make it easier to get FlexASIO debug logs #5 Make it easier to get PortAudio debug logs #4
  2. Make FlexASIO configurable so that we can experiment with parameters: Make FlexASIO configurable #6
  3. Investigate and fix PortAudio itself so that it reports the correct device format when used in WASAPI Shared Mode.

I really can't make any promises at to if and when I'll get to the bottom of this list (or even to the top). However, if I do find the time to work on this, this is the plan.

For what it's worth, you can skip 1, and rely instead on your friendly human debugger - me.
I'm not sure which one would be easier to implement - 2 or 3. Because I really wish to try either of these to see if I can fix the issue with my super average audio devices - laptop speakers, and microphone.
Then, once that it's fixed - either through hand writing the ini settings or by portaudio learning how to properly get channel count -, it would be safe to assume that it's robust enough that it will work in any scenario.
fingers crossed.

@dechamps
Copy link
Owner

Now that I set playback but also input to 48khz, it works, no more bug when opening the device...

Glad to hear it! It means the only bug that still needs fixing is @omarcostahamido's channel count bug then.

strangely, MIDI input doesn't work anymore

That's really weird, FlexASIO shouldn't have anything to do with MIDI at all. Maybe there's some kind of Windows audio stack limitation where WASAPI can't be used with MIDI simultaneously, but that would be very weird. (I don't know anything about MIDI at all, to be honest.)

Also, the latency is reported in a wrong way: https://imgur.com/a/xLsBuKX 1024 samples => 64.0 ms latency is wrong! It should be ~21ms

It's the latency that PortAudio reports; FlexASIO just passes it along. I'd have to double check, but I suspect the number is correct. This is a consequence of what I wrote in the README: "The thing is, due to the way ASIO works (static buffer sizes), PortAudio sometimes has no choice but to add additional buffering (which adds latency) in order to meet the requirements of both FlexASIO and the system API it's using."

The buffer size between your ASIO host application and FlexASIO is 1024 samples, but then PortAudio adds more buffers on top of that in order to keep WASAPI happy, hence the additional latency. This is a consequence of the naive way FlexASIO is written, as it doesn't try to optimize buffer sizes in any way. I suspect it is possible to improve on this, but that will require some code. Filed #8 about that.

Multiclient: when you use software #1 with ASIO4ALL (e.g. Ableton Live), then if you open software #2 (e.g. Firefox with a Youtube page), it cannot have access to sound playback because sound is blocked by software #1. Thus ASIO4ALL is not multiclient.

Ah, yes, indeed, that's because FlexASIO uses WASAPI shared mode, not exclusive mode. "Shared" means that the audio is going through the normal Windows audio pipeline, including the Windows mixer, which is why you can play sound from multiple applications simultaneously. "Exclusive" means the application takes full control of the audio device and accesses the hardware directly, preventing other applications from using it. IIRC, ASIO4ALL uses WDM-KS, which is more or less equivalent to WASAPI Exclusive.

The downside of shared mode is that the Windows audio pipeline that the audio goes through might add its own latency. For example, AFAIK the buffer size that the Windows audio engine uses internally is 20 ms, and there is no way to change it. In Exclusive mode one has full control over hardware buffers and can choose smaller sizes. This is why software like ASIO4ALL assumes that you want exclusive mode, because if you're using ASIO it probably means you care about latency.

When FlexASIO is made configurable (#6), it should be possible to let you choose between WASAPI Shared and WASAPI Exclusive, so that you can make the best tradeoff between latency and convenience for your own use case.

Let's discuss about that by IRC, skype, or anything else, it will be easier than Github issue messaging ;)

I would prefer not to, because I want this discussion to be easily discoverable and searchable by others.

@josephernest
Copy link

josephernest commented Oct 15, 2018

That's really weird, FlexASIO shouldn't have anything to do with MIDI at all. Maybe there's some kind of Windows audio stack limitation where WASAPI can't be used with MIDI simultaneously, but that would be very weird.

I think it has to do with the latency problem (see below), Ableton detects
something doesn't work in the real time, that's why it doesn't pass MIDI
input (even the one coming from the "computer keyboard MIDI input"... do you
have the same problem @omarcostahamido, can you use keyboard keys to
produce MIDI input inside Ableton, when FlexAsio is used?)

Also, the latency is reported in a wrong way: https://imgur.com/a/xLsBuKX 1024 samples => 64.0 ms latency is wrong! It should be ~21ms
It's the latency that PortAudio reports; FlexASIO just passes it along. I'd have to double check, but I suspect the number is correct.

No, I tested by triggering samples with the mouse, and I can guarantee the
latency is much better (I'm really used to measuring latency), I can feel
it's closer to < 20ms. I'm sure it's not 64 ms at least. When it's > 50ms
you can feel a lag. Here there was totally no lag, like with ASIO4ALL.
So this shows the latency is probably bad reported. That could explain why
realtime things like MIDI messages are not well understood / maybe because
not in right timing?

Interesting case with SoundForge in this screencast video:

  • 1st half of video: Windows Sound Mapper (default playback device): look at
    the cursor: it moves normally

  • 2nd half of video: FlexASIO: the sound is ok, but look at the cursor: the
    cursor moves randomly
    like if the software doesn't know where the current
    playback position is! Do you have this as well @omarcostahamido?

@omarcostahamido
Copy link
Author

@josephernest
Why, I do also have the MIDI weirdness!
I only had experienced such behaviour in Ableton Live when the audio driver is set to none, and thus no sound can be heard, and apparently all MIDI gets blocked as well. So your suspicion is as good as mine: something is not working in real time.
As far latency is concerned mine says exactly the same, but I do feel the 64ms latency, if not more!

that soundforge screencast is crazy.

@omarcostahamido
Copy link
Author

@dechamps
More updates.
I just tried setting up vb-audio-cable input default device, and laptop speakers output default device. And it worked... I mean, I still have the MIDI bug, but at least I have sound coming out of laptop speakers. And yes, the latency is much lower now, and likely to be below 64ms.
This rules out one problem. And so the culprit for me right now seems to be the laptop microphones, who apparently really don't like to be mistaken for 8 channels - what a blasphemy!

@omarcostahamido
Copy link
Author

@josephernest
In the mean time I remember the following:
Ableton is known for not giving us WASAPI support for ages.
Since FlexASIO, AFAIU, is trying to use WASAPI, could that be the reason why MIDI is not working?

@josephernest
Copy link

josephernest commented Oct 16, 2018

@omarcostahamido Maybe, but since the issue is also present with SoundForge (see screencast), this might be a more general problem, that Flex does not report playback position / or "number of samples written to output" / or latency compensation (there's such thing when you code plugins, I can imagine there's something equivalent in ASIO drivers?)

Edit: maybe in https://github.com/dechamps/FlexASIO/blob/master/flexasio.cpp#L614
StreamCallback or getSamplePosition, something reports the position in a wrong way?

@dechamps
Copy link
Owner

Interesting case with SoundForge in this screencast video:

  • 2nd half of video: FlexASIO: the sound is ok, but look at the cursor: the
    cursor moves randomly
    like if the software doesn't know where the current
    playback position is!

Edit: maybe in https://github.com/dechamps/FlexASIO/blob/master/flexasio.cpp#L614
StreamCallback or getSamplePosition, something reports the position in a wrong way?

Yes, that might be the case. I suspect that the application I use with FlexASIO (Room EQ Wizard) doesn't use timing information at all, so if that code is wrong I would not have noticed. Thanks for the report, filed #9 to investigate.

@dechamps
Copy link
Owner

dechamps commented Nov 1, 2018

@omarcostahamido: FlexASIO 0.4, which I just released, allows you to choose which backend you want to use. If you don't configure anything, the new default backend, DirectSound, should already solve your problem because it uses different code from WASAPI Shared and should therefore report the correct channel counts.

I understand that backends other than WASAPI Shared might not be optimal for you, and in any case I want WASAPI Shared to work, so I am keeping this issue open to investigate and fix the WASAPI Shared channel count bug that you found. I definitely think this bug can be fixed, because PortAudio allows me to access the underlying WASAPI interfaces, so I should be able to just call GetMixFormat() myself, working around PortAudio limitations.

@omarcostahamido
Copy link
Author

@dechamps just for the record, I am really enjoying seeing all the issues and documentation that you started, and I am very grateful for your work. Furthermore, I've been referring this as a must to windows users.

@dechamps
Copy link
Owner

While working on #22 I accidentally stumbled upon this bug myself: FlexASIO was attempting to open my stereo USB device with 6 output channels instead of 2.

Upon closer examination, it looks like the problem is partly caused by FlexASIO using PaWasapi_GetDeviceDefaultFormat() to get the channel count when using WASAPI. The channel count in PaDeviceInfo, however, appears to be correct. So one possible fix could be to just stop trusting PaWasapi_GetDeviceDefaultFormat() and stick with PaDeviceInfo instead.

@dechamps
Copy link
Owner

Strike my last, this was caused by a bug in my new code - it was still using the channel count for the default device, not the specified device. Disregard my last comment.

@omarcostahamido
Copy link
Author

Oh man, I got very excited for a moment.
WASAPI correct channel count problem will live another day...

@dechamps
Copy link
Owner

Status update: it looks like the workaround I was planning to implement is not as trivial as it sounds, because I just realized there is a chicken-and-egg problem - in order to get the information I need to call PaWasapi_GetAudioClient(), but that requires a stream… which can't be opened because of the channel count issue. Sigh.

So it looks like this is not as easy to fix as I thought, but the good news is, FlexASIO 0.5 which I just released should provide you with a clean workaround. It introduces a new channels option which allows you to manually override channel counts at will. Therefore, I believe the following configuration will finally allow you to use WASAPI shared with your input device:

backend = "Windows WASAPI"

[input]
channels = 2

If this still doesn't work for you, please provide a log. In any case, I will keep this issue open because ideally I'd like to make that work out-of-the-box without having to work around broken channel count reporting by PortAudio.

@dechamps dechamps changed the title Can't open FlexASIO WASAPI Shared gets the channel count wrong, fails to initialize Nov 18, 2018
@dechamps
Copy link
Owner

@omarcostahamido: I am now focused on fixing your channel count issue. Unfortunately, I am unable to reproduce this problem on my end - none of the three Windows machines I've tested show this bug. I suspect it is highly specific to your audio drivers.

This means I'll need some more information from you so that I can send a clear bug report to PortAudio (as well as to try to fix it myself).

Specifically, I need to make sure the bug can be reproduced with the latest PortAudio code. I have built a special variant of FlexASIO 1.0 that includes PortAudio DLLs built from the latest PortAudio master tree for testing purposes.

Could you please do the following:

  1. Install FlexASIO-1.0-portaudio-g0cdb346.zip
  2. Use the following configuration file (nothing else):
    backend = "Windows WASAPI"
    
    [input]
    device = "Microphone (Realtek High Definition Audio)"
    
    [output]
    device = ""
  3. Enable logging (clear the log if there's already one)
  4. Run PortAudioDevices_x64.exe, copy-paste the output here
  5. Run FlexASIOTest_x64.exe, copy-paste the output here
  6. Attach the logfile to your report

This will help demonstrate the issue on the PortAudio side. Thanks!

It would also help to have more information about this specific audio input hardware. What brand/model is it? What is the hardware driver version (as shown in the Windows Device Manager)? What is your Windows version?

@omarcostahamido
Copy link
Author

@dechamps I'm on it. Give me a couple minutes.

@omarcostahamido
Copy link
Author

PortAudioDevices_x64.exe cmd:

C:\Program Files\FlexASIO\x64>PortAudioDevices_x64.exe
Device index: 0
Device name: Microsoft Sound Mapper - Input
Default sample rate: 44100
Input: max channel count 2, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 1
Device name: Microphone (Realtek High Defini
Default sample rate: 44100
Input: max channel count 2, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]
DEFAULT INPUT DEVICE for this host API

Device index: 2
Device name: Hi-Fi Cable Output (VB-Audio Hi
Default sample rate: 44100
Input: max channel count 8, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 3
Device name: Stereo Mix (Realtek High Defini
Default sample rate: 44100
Input: max channel count 2, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 4
Device name: Microsoft Sound Mapper - Output
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 2, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 5
Device name: Speakers (Realtek High Definiti
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 2, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]
DEFAULT OUTPUT DEVICE for this host API

Device index: 6
Device name: ASUS VS247 (NVIDIA High Definit
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 2, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 7
Device name: Hi-Fi Cable Input (VB-Audio Hi-
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 8, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 8
Device name: Primary Sound Capture Driver
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]
DEFAULT INPUT DEVICE for this host API

Device index: 9
Device name: Microphone (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 10
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 8, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 11
Device name: Stereo Mix (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 12
Device name: Primary Sound Driver
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 8, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]
DEFAULT OUTPUT DEVICE for this host API

Device index: 13
Device name: Speakers (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 14
Device name: ASUS VS247 (NVIDIA High Definition Audio)
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 15
Device name: Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 8, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 16
Device name: ASUS VS247 (NVIDIA High Definition Audio)
Default sample rate: 48000
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.003s (low) 0.01s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 192000 average bytes/second, block alignment 4 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 3 [Front Left, Front Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 17
Device name: Speakers (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 8, default latency 0.003s (low) 0.01s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
DEFAULT OUTPUT DEVICE for this host API
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 8 channels, 48000 samples/second, 768000 average bytes/second, block alignment 16 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 18
Device name: Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)
Default sample rate: 48000
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.003s (low) 0.01s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 192000 average bytes/second, block alignment 4 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 3 [Front Left, Front Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 19
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 48000
Input: max channel count 2, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 192000 average bytes/second, block alignment 4 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 3 [Front Left, Front Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 20
Device name: Microphone (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 8, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
DEFAULT INPUT DEVICE for this host API
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 8 channels, 48000 samples/second, 768000 average bytes/second, block alignment 16 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 21
Device name: Stereo Mix (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 8, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 8 channels, 48000 samples/second, 768000 average bytes/second, block alignment 16 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 22
Device name: Microphone (Realtek HD Audio Mic input)
Default sample rate: 44100
Input: max channel count 2, default latency 0.01s (low) 0.04s (high)
Output: max channel count 0, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]
DEFAULT INPUT DEVICE for this host API

Device index: 23
Device name: SPDIF Out (Realtek HDA SPDIF Out)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.04s (high)
Output: max channel count 2, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 24
Device name: Stereo Mix (Realtek HD Audio Stereo input)
Default sample rate: 44100
Input: max channel count 2, default latency 0.01s (low) 0.04s (high)
Output: max channel count 0, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 25
Device name: Speakers (Realtek HD Audio output)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.04s (high)
Output: max channel count 2, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]
DEFAULT OUTPUT DEVICE for this host API

Device index: 26
Device name: Output ()
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.04s (high)
Output: max channel count 2, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 27
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 8, default latency 0.01s (low) 0.0853333s (high)
Output: max channel count 0, default latency 0.01s (low) 0.0853333s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 28
Device name: Speakers (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.0853333s (high)
Output: max channel count 8, default latency 0.01s (low) 0.0853333s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]


PortAudioDevices_x64.exe log:

2018-11-18T10:41:26.2728186-08:00 21840 24844 Logfile opened
2018-11-18T10:41:26.2737970-08:00 21840 24844 Log time source: GetSystemTimePreciseAsFileTime
2018-11-18T10:41:26.2739217-08:00 21840 24844 FlexASIO Release x64 1.0 built on 2018-11-18T17:18:22.4545644+00:00
2018-11-18T10:41:26.2739673-08:00 21840 24844 Host process: C:\Program Files\FlexASIO\x64\PortAudioDevices_x64.exe
2018-11-18T10:41:26.2740920-08:00 21840 24844 PortAudio version: PortAudio V19.6.0-devel, revision 0cdb346fdca725cfc98da5cbe2d079096f91b624-vcpkg
2018-11-18T10:41:26.2741635-08:00 21840 24844 Enabling PortAudio debug output redirection
2018-11-18T10:41:26.2742473-08:00 21840 24844 [PortAudio] before paHostApiInitializers[0].
2018-11-18T10:41:26.3215884-08:00 21840 24844 [PortAudio] after paHostApiInitializers[0].
2018-11-18T10:41:26.3216409-08:00 21840 24844 [PortAudio] before paHostApiInitializers[1].
2018-11-18T10:41:27.1470870-08:00 21840 24844 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:41:27.1471432-08:00 21840 24844 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:41:27.1471640-08:00 21840 24844 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:41:27.1519029-08:00 21840 24844 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:41:27.1519339-08:00 21840 24844 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:41:27.1519539-08:00 21840 24844 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:41:27.1555857-08:00 21840 24844 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:41:27.1556145-08:00 21840 24844 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:41:27.1556342-08:00 21840 24844 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:41:27.1605453-08:00 21840 24844 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:41:27.1605744-08:00 21840 24844 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:41:27.1605941-08:00 21840 24844 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:41:27.1896696-08:00 21840 24844 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:41:27.1897115-08:00 21840 24844 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:41:27.1897319-08:00 21840 24844 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:41:27.2131449-08:00 21840 24844 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:41:27.2132073-08:00 21840 24844 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:41:27.2132471-08:00 21840 24844 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:41:27.2374453-08:00 21840 24844 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:41:27.2374880-08:00 21840 24844 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:41:27.2375077-08:00 21840 24844 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:41:27.2569368-08:00 21840 24844 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:41:27.2569809-08:00 21840 24844 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:41:27.2570009-08:00 21840 24844 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:41:27.2573236-08:00 21840 24844 [PortAudio] after paHostApiInitializers[1].
2018-11-18T10:41:27.2573517-08:00 21840 24844 [PortAudio] before paHostApiInitializers[2].
2018-11-18T10:41:27.2899502-08:00 21840 24844 [PortAudio] WASAPI: device idx: 00
2018-11-18T10:41:27.2899907-08:00 21840 24844 [PortAudio] WASAPI: ---------------
2018-11-18T10:41:27.2943361-08:00 21840 24844 [PortAudio] WASAPI:0| name[ASUS VS247 (NVIDIA High Definition Audio)]
2018-11-18T10:41:27.2960471-08:00 21840 24844 [PortAudio] WASAPI:0| form-factor[9]
2018-11-18T10:41:27.2960858-08:00 21840 24844 [PortAudio] WASAPI: getting Windows version with RtlGetVersion()
2018-11-18T10:41:27.2961069-08:00 21840 24844 [PortAudio] WASAPI: Windows version = 5
2018-11-18T10:41:27.2961248-08:00 21840 24844 [PortAudio] WASAPI: IAudioClient version = 3
2018-11-18T10:41:27.2992986-08:00 21840 24844 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:41:27.2993413-08:00 21840 24844 [PortAudio] WASAPI: device idx: 01
2018-11-18T10:41:27.2993595-08:00 21840 24844 [PortAudio] WASAPI: ---------------
2018-11-18T10:41:27.3032643-08:00 21840 24844 [PortAudio] WASAPI:1| name[Speakers (Realtek High Definition Audio)]
2018-11-18T10:41:27.3047862-08:00 21840 24844 [PortAudio] WASAPI:1| form-factor[1]
2018-11-18T10:41:27.3078845-08:00 21840 24844 [PortAudio] WASAPI:1| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:41:27.3079362-08:00 21840 24844 [PortAudio] WASAPI: device idx: 02
2018-11-18T10:41:27.3079581-08:00 21840 24844 [PortAudio] WASAPI: ---------------
2018-11-18T10:41:27.3107602-08:00 21840 24844 [PortAudio] WASAPI:2| name[Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)]
2018-11-18T10:41:27.3118470-08:00 21840 24844 [PortAudio] WASAPI:2| form-factor[1]
2018-11-18T10:41:27.3142023-08:00 21840 24844 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:41:27.3142519-08:00 21840 24844 [PortAudio] WASAPI: device idx: 03
2018-11-18T10:41:27.3142851-08:00 21840 24844 [PortAudio] WASAPI: ---------------
2018-11-18T10:41:27.3173397-08:00 21840 24844 [PortAudio] WASAPI:3| name[Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)]
2018-11-18T10:41:27.3184443-08:00 21840 24844 [PortAudio] WASAPI:3| form-factor[2]
2018-11-18T10:41:27.3205116-08:00 21840 24844 [PortAudio] WASAPI:3| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:41:27.3205630-08:00 21840 24844 [PortAudio] WASAPI: device idx: 04
2018-11-18T10:41:27.3205958-08:00 21840 24844 [PortAudio] WASAPI: ---------------
2018-11-18T10:41:27.3242885-08:00 21840 24844 [PortAudio] WASAPI:4| name[Microphone (Realtek High Definition Audio)]
2018-11-18T10:41:27.3258168-08:00 21840 24844 [PortAudio] WASAPI:4| form-factor[4]
2018-11-18T10:41:27.3289549-08:00 21840 24844 [PortAudio] WASAPI:4| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:41:27.3290599-08:00 21840 24844 [PortAudio] WASAPI: device idx: 05
2018-11-18T10:41:27.3291193-08:00 21840 24844 [PortAudio] WASAPI: ---------------
2018-11-18T10:41:27.3331347-08:00 21840 24844 [PortAudio] WASAPI:5| name[Stereo Mix (Realtek High Definition Audio)]
2018-11-18T10:41:27.3346813-08:00 21840 24844 [PortAudio] WASAPI:5| form-factor[10]
2018-11-18T10:41:27.3378445-08:00 21840 24844 [PortAudio] WASAPI:5| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:41:27.3379356-08:00 21840 24844 [PortAudio] WASAPI: device list created ok
2018-11-18T10:41:27.3379976-08:00 21840 24844 [PortAudio] WASAPI: initialized ok
2018-11-18T10:41:27.3380326-08:00 21840 24844 [PortAudio] after paHostApiInitializers[2].
2018-11-18T10:41:27.3380501-08:00 21840 24844 [PortAudio] before paHostApiInitializers[3].
2018-11-18T10:41:27.3399763-08:00 21840 24844 [PortAudio] Setup called
2018-11-18T10:41:27.3400066-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3400646-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3401226-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3401682-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3402491-08:00 21840 24844 [PortAudio] Device 1 has capture alias
2018-11-18T10:41:27.3402732-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3403479-08:00 21840 24844 [PortAudio] noError = 1
2018-11-18T10:41:27.3403695-08:00 21840 24844 [PortAudio] Device 2 has render alias
2018-11-18T10:41:27.3404118-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3404541-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3405299-08:00 21840 24844 [PortAudio] Device 3 has capture alias
2018-11-18T10:41:27.3405536-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3406273-08:00 21840 24844 [PortAudio] noError = 1
2018-11-18T10:41:27.3406484-08:00 21840 24844 [PortAudio] Device 4 has render alias
2018-11-18T10:41:27.3406915-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3407330-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3407772-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3408187-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3408636-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3409395-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3410208-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3410726-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3411189-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3411612-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3412053-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3412827-08:00 21840 24844 [PortAudio] noError = 1
2018-11-18T10:41:27.3413042-08:00 21840 24844 [PortAudio] Device 10 has render alias
2018-11-18T10:41:27.3413800-08:00 21840 24844 [PortAudio] Device 10 has capture alias
2018-11-18T10:41:27.3414037-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3414745-08:00 21840 24844 [PortAudio] noError = 1
2018-11-18T10:41:27.3414960-08:00 21840 24844 [PortAudio] Device 11 has render alias
2018-11-18T10:41:27.3415645-08:00 21840 24844 [PortAudio] Device 11 has capture alias
2018-11-18T10:41:27.3415882-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3416258-08:00 21840 24844 [PortAudio] noError = 0
2018-11-18T10:41:27.3416674-08:00 21840 24844 [PortAudio] Enum called
2018-11-18T10:41:27.3416878-08:00 21840 24844 [PortAudio] Interfaces found: 6
2018-11-18T10:41:27.3418235-08:00 21840 24844 [PortAudio] Device 1 has capture alias
2018-11-18T10:41:27.3419091-08:00 21840 24844 [PortAudio] Device 1 has realtime alias
2018-11-18T10:41:27.3419718-08:00 21840 24844 [PortAudio] Interface 1, Name: R
2018-11-18T10:41:27.3419977-08:00 21840 24844 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Mic input'
2018-11-18T10:41:27.3420159-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3420717-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:41:27.3420940-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3421122-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:41:27.3421312-08:00 21840 24844 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3421600-08:00 21840 24844 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:41:27.3421997-08:00 21840 24844 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:41:27.3422183-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3422351-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3422522-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3422694-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3422861-08:00 21840 24844 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-18T10:41:27.3423033-08:00 21840 24844 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:41:27.3423266-08:00 21840 24844 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:41:27.3423445-08:00 21840 24844 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:41:27.3423620-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections...
2018-11-18T10:41:27.3423791-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: returning 0000025F28C99378
2018-11-18T10:41:27.3423966-08:00 21840 24844 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1
2018-11-18T10:41:27.3424141-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 0000025F28C99378)
2018-11-18T10:41:27.3424313-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C99368
2018-11-18T10:41:27.3424481-08:00 21840 24844 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:41:27.3424732-08:00 21840 24844 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:41:27.3424973-08:00 21840 24844 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtMicInTopo'
2018-11-18T10:41:27.3425166-08:00 21840 24844 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:41:27.3425363-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3425772-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=3
2018-11-18T10:41:27.3425976-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3426154-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=2,ToPin=1
2018-11-18T10:41:27.3426330-08:00 21840 24844 [PortAudio] Connection: 2 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1
2018-11-18T10:41:27.3426505-08:00 21840 24844 [PortAudio] Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:41:27.3426687-08:00 21840 24844 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3426869-08:00 21840 24844 [PortAudio] Node: 1 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3427052-08:00 21840 24844 [PortAudio] Node: 2 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3427321-08:00 21840 24844 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:41:27.3427580-08:00 21840 24844 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-18T10:41:27.3427770-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 4 connections...
2018-11-18T10:41:27.3427945-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: returning 0000025F28C72C78
2018-11-18T10:41:27.3428120-08:00 21840 24844 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-18T10:41:27.3428295-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 0000025F28C72C78)
2018-11-18T10:41:27.3428466-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C72C68
2018-11-18T10:41:27.3428638-08:00 21840 24844 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-18T10:41:27.3429193-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 0000025F28C72C68)
2018-11-18T10:41:27.3429503-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C72C58
2018-11-18T10:41:27.3429678-08:00 21840 24844 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-18T10:41:27.3429850-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 0000025F28C72C58)
2018-11-18T10:41:27.3430021-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C72C48
2018-11-18T10:41:27.3430189-08:00 21840 24844 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:41:27.3430619-08:00 21840 24844 [PortAudio] PinNew: Input friendly name 'M'
2018-11-18T10:41:27.3430827-08:00 21840 24844 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:41:27.3431035-08:00 21840 24844 [PortAudio] Pin created successfully
2018-11-18T10:41:27.3431213-08:00 21840 24844 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:41:27.3431421-08:00 21840 24844 [PortAudio] PinNew: Not source/sink
2018-11-18T10:41:27.3431600-08:00 21840 24844 [PortAudio] PinNew: Error -9996
2018-11-18T10:41:27.3431819-08:00 21840 24844 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:41:27.3432628-08:00 21840 24844 [PortAudio] Device 2 has render alias
2018-11-18T10:41:27.3433617-08:00 21840 24844 [PortAudio] Device 2 has realtime alias
2018-11-18T10:41:27.3434083-08:00 21840 24844 [PortAudio] Interface 2, Name: R
2018-11-18T10:41:27.3434320-08:00 21840 24844 [PortAudio] FilterNew: Creating filter 'Realtek HDA SPDIF Out'
2018-11-18T10:41:27.3434503-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3434911-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:41:27.3435115-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3435294-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:41:27.3435480-08:00 21840 24844 [PortAudio] Node: 0 - {DFF21FE5-F70F-11D0-B917-00A0C9223196}
2018-11-18T10:41:27.3435947-08:00 21840 24844 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:41:27.3436366-08:00 21840 24844 [PortAudio] PinNew: Checking 6 no of dataranges...
2018-11-18T10:41:27.3436556-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3436727-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3436895-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3437066-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3437234-08:00 21840 24844 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-18T10:41:27.3437402-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3437570-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3437737-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3437909-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3438077-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3438244-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3438412-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3438583-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3438765-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3438937-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3439105-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3439272-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3439440-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3439608-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3439776-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3439943-08:00 21840 24844 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:41:27.3440177-08:00 21840 24844 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:41:27.3440352-08:00 21840 24844 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:41:27.3440530-08:00 21840 24844 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-18T10:41:27.3440698-08:00 21840 24844 [PortAudio] FindStartConnectionTo: returning 0000025F28C993C8
2018-11-18T10:41:27.3440873-08:00 21840 24844 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-18T10:41:27.3441048-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 0000025F28C993C8)
2018-11-18T10:41:27.3441220-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C993D8
2018-11-18T10:41:27.3441391-08:00 21840 24844 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:41:27.3441588-08:00 21840 24844 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:41:27.3441814-08:00 21840 24844 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtSpdifTopo'
2018-11-18T10:41:27.3442007-08:00 21840 24844 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:41:27.3442179-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3442554-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:41:27.3442751-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3442926-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:41:27.3443109-08:00 21840 24844 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3443368-08:00 21840 24844 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:41:27.3443637-08:00 21840 24844 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-18T10:41:27.3443842-08:00 21840 24844 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-18T10:41:27.3444017-08:00 21840 24844 [PortAudio] FindStartConnectionTo: returning 0000025F28C991B8
2018-11-18T10:41:27.3444188-08:00 21840 24844 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-18T10:41:27.3444363-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 0000025F28C991B8)
2018-11-18T10:41:27.3444531-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C991C8
2018-11-18T10:41:27.3444702-08:00 21840 24844 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:41:27.3444947-08:00 21840 24844 [PortAudio] GetNameFromCategory: USB GUID 0605 -> 'SPDIF'
2018-11-18T10:41:27.3445136-08:00 21840 24844 [PortAudio] PinNew: Pin name 'S'
2018-11-18T10:41:27.3445308-08:00 21840 24844 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:41:27.3445505-08:00 21840 24844 [PortAudio] Pin created successfully
2018-11-18T10:41:27.3445680-08:00 21840 24844 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:41:27.3445906-08:00 21840 24844 [PortAudio] PinNew: Not source/sink
2018-11-18T10:41:27.3446084-08:00 21840 24844 [PortAudio] PinNew: Error -9996
2018-11-18T10:41:27.3446303-08:00 21840 24844 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:41:27.3447313-08:00 21840 24844 [PortAudio] Device 3 has capture alias
2018-11-18T10:41:27.3448108-08:00 21840 24844 [PortAudio] Device 3 has realtime alias
2018-11-18T10:41:27.3448590-08:00 21840 24844 [PortAudio] Interface 3, Name: R
2018-11-18T10:41:27.3449031-08:00 21840 24844 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Stereo input'
2018-11-18T10:41:27.3449344-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3449749-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:41:27.3449953-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3450132-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:41:27.3450322-08:00 21840 24844 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3450551-08:00 21840 24844 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:41:27.3450923-08:00 21840 24844 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:41:27.3451102-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3451273-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3451441-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3451609-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3451777-08:00 21840 24844 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-18T10:41:27.3451948-08:00 21840 24844 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:41:27.3452178-08:00 21840 24844 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:41:27.3452357-08:00 21840 24844 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:41:27.3452532-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections...
2018-11-18T10:41:27.3452703-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: returning 0000025F28C99468
2018-11-18T10:41:27.3452878-08:00 21840 24844 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1
2018-11-18T10:41:27.3453053-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 0000025F28C99468)
2018-11-18T10:41:27.3453224-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C99458
2018-11-18T10:41:27.3453392-08:00 21840 24844 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:41:27.3453596-08:00 21840 24844 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:41:27.3453844-08:00 21840 24844 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtStereoMixTopo'
2018-11-18T10:41:27.3454052-08:00 21840 24844 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:41:27.3454231-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3454603-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2
2018-11-18T10:41:27.3454800-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2018-11-18T10:41:27.3454975-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=1,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3455150-08:00 21840 24844 [PortAudio] Connection: 2 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:41:27.3455332-08:00 21840 24844 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3455515-08:00 21840 24844 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3455774-08:00 21840 24844 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:41:27.3456025-08:00 21840 24844 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-18T10:41:27.3456218-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 3 connections...
2018-11-18T10:41:27.3456393-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: returning 0000025F28CB7C98
2018-11-18T10:41:27.3456569-08:00 21840 24844 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0
2018-11-18T10:41:27.3456740-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 0000025F28CB7C98)
2018-11-18T10:41:27.3456911-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28CB7C88
2018-11-18T10:41:27.3457083-08:00 21840 24844 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0
2018-11-18T10:41:27.3457254-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 0000025F28CB7C88)
2018-11-18T10:41:27.3457422-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28CB7C78
2018-11-18T10:41:27.3457593-08:00 21840 24844 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:41:27.3457998-08:00 21840 24844 [PortAudio] PinNew: Input friendly name 'S'
2018-11-18T10:41:27.3458206-08:00 21840 24844 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:41:27.3458410-08:00 21840 24844 [PortAudio] Pin created successfully
2018-11-18T10:41:27.3458600-08:00 21840 24844 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:41:27.3459173-08:00 21840 24844 [PortAudio] PinNew: Not source/sink
2018-11-18T10:41:27.3459552-08:00 21840 24844 [PortAudio] PinNew: Error -9996
2018-11-18T10:41:27.3459902-08:00 21840 24844 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:41:27.3460708-08:00 21840 24844 [PortAudio] Device 4 has render alias
2018-11-18T10:41:27.3461791-08:00 21840 24844 [PortAudio] Device 4 has realtime alias
2018-11-18T10:41:27.3462272-08:00 21840 24844 [PortAudio] Interface 4, Name: R
2018-11-18T10:41:27.3462513-08:00 21840 24844 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio output'
2018-11-18T10:41:27.3462692-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3463104-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:41:27.3463304-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3463487-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:41:27.3463669-08:00 21840 24844 [PortAudio] Node: 0 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3463902-08:00 21840 24844 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:41:27.3464271-08:00 21840 24844 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:41:27.3464453-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3464646-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3464829-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3465000-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3465171-08:00 21840 24844 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-18T10:41:27.3465339-08:00 21840 24844 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:41:27.3465573-08:00 21840 24844 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:41:27.3465751-08:00 21840 24844 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:41:27.3465926-08:00 21840 24844 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-18T10:41:27.3466098-08:00 21840 24844 [PortAudio] FindStartConnectionTo: returning 0000025F28C98F78
2018-11-18T10:41:27.3466273-08:00 21840 24844 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-18T10:41:27.3466448-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 0000025F28C98F78)
2018-11-18T10:41:27.3466619-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C98F88
2018-11-18T10:41:27.3466787-08:00 21840 24844 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:41:27.3466991-08:00 21840 24844 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:41:27.3467214-08:00 21840 24844 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\SingleLineOutTopo'
2018-11-18T10:41:27.3467407-08:00 21840 24844 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:41:27.3467582-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3467957-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2
2018-11-18T10:41:27.3468151-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3468326-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1
2018-11-18T10:41:27.3468501-08:00 21840 24844 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:41:27.3468906-08:00 21840 24844 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3469296-08:00 21840 24844 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3469716-08:00 21840 24844 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:41:27.3469978-08:00 21840 24844 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-18T10:41:27.3470295-08:00 21840 24844 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 3 connections...
2018-11-18T10:41:27.3470660-08:00 21840 24844 [PortAudio] FindStartConnectionTo: returning 0000025F28CB7778
2018-11-18T10:41:27.3470839-08:00 21840 24844 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2018-11-18T10:41:27.3471149-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 0000025F28CB7778)
2018-11-18T10:41:27.3471320-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28CB7788
2018-11-18T10:41:27.3471681-08:00 21840 24844 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2018-11-18T10:41:27.3471863-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 0000025F28CB7788)
2018-11-18T10:41:27.3472166-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28CB7798
2018-11-18T10:41:27.3472334-08:00 21840 24844 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:41:27.3472545-08:00 21840 24844 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers'
2018-11-18T10:41:27.3472724-08:00 21840 24844 [PortAudio] PinNew: Pin name 'S'
2018-11-18T10:41:27.3472895-08:00 21840 24844 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:41:27.3473092-08:00 21840 24844 [PortAudio] Pin created successfully
2018-11-18T10:41:27.3473479-08:00 21840 24844 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:41:27.3473727-08:00 21840 24844 [PortAudio] PinNew: Not source/sink
2018-11-18T10:41:27.3473906-08:00 21840 24844 [PortAudio] PinNew: Error -9996
2018-11-18T10:41:27.3474124-08:00 21840 24844 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:41:27.3476907-08:00 21840 24844 [PortAudio] Device 10 has render alias
2018-11-18T10:41:27.3477651-08:00 21840 24844 [PortAudio] Device 10 has capture alias
2018-11-18T10:41:27.3478460-08:00 21840 24844 [PortAudio] Device 10 has realtime alias
2018-11-18T10:41:27.3478923-08:00 21840 24844 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:41:27.3479134-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3479568-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0
2018-11-18T10:41:27.3479769-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:41:27.3480010-08:00 21840 24844 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:41:27.3480392-08:00 21840 24844 [PortAudio] PinNew: Checking 16 no of dataranges...
2018-11-18T10:41:27.3480575-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3480746-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3480918-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3481085-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3481253-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3481417-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3481585-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3481753-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3481924-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3482092-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3482256-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3482424-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3482591-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3482759-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3482923-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3483091-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3483255-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3483423-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3483591-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3483755-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3483922-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3484087-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3484254-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3484422-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3484590-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3484758-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3484922-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3485122-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3485421-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3485728-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3486023-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3486235-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3486701-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3487026-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3487201-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3487372-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3487540-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3487708-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3487879-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3488047-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3488420-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3488934-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3489240-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3489408-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3489579-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3489747-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3489915-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:41:27.3490083-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3490250-08:00 21840 24844 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:41:27.3490498-08:00 21840 24844 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:41:27.3490677-08:00 21840 24844 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:41:27.3490848-08:00 21840 24844 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections...
2018-11-18T10:41:27.3491042-08:00 21840 24844 [PortAudio] FindStartConnectionTo: returning 0000025F28C80AD8
2018-11-18T10:41:27.3491213-08:00 21840 24844 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:41:27.3491421-08:00 21840 24844 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:41:27.3491833-08:00 21840 24844 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_0083&SUBSYS_00000000&REV_1001#5&1c12507c&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo01'
2018-11-18T10:41:27.3492055-08:00 21840 24844 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:41:27.3492365-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3492767-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:41:27.3492963-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3493153-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:41:27.3493346-08:00 21840 24844 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3493609-08:00 21840 24844 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:41:27.3493864-08:00 21840 24844 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-18T10:41:27.3494054-08:00 21840 24844 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-18T10:41:27.3494236-08:00 21840 24844 [PortAudio] FindStartConnectionTo: returning 0000025F28C99278
2018-11-18T10:41:27.3494415-08:00 21840 24844 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-18T10:41:27.3494590-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 0000025F28C99278)
2018-11-18T10:41:27.3494758-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C99288
2018-11-18T10:41:27.3494929-08:00 21840 24844 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:41:27.3495141-08:00 21840 24844 [PortAudio] PinNew: Pin name 'O'
2018-11-18T10:41:27.3495319-08:00 21840 24844 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:41:27.3495534-08:00 21840 24844 [PortAudio] Pin created successfully
2018-11-18T10:41:27.3495724-08:00 21840 24844 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:41:27.3495932-08:00 21840 24844 [PortAudio] PinNew: Not source/sink
2018-11-18T10:41:27.3496111-08:00 21840 24844 [PortAudio] PinNew: Error -9996
2018-11-18T10:41:27.3496326-08:00 21840 24844 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:41:27.3497106-08:00 21840 24844 [PortAudio] Device 11 has render alias
2018-11-18T10:41:27.3497799-08:00 21840 24844 [PortAudio] Device 11 has capture alias
2018-11-18T10:41:27.3498445-08:00 21840 24844 [PortAudio] Interface 11, Name: V
2018-11-18T10:41:27.3498926-08:00 21840 24844 [PortAudio] FilterNew: Creating filter 'VB-Audio Hi-Fi Cable'
2018-11-18T10:41:27.3499250-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3500217-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=5, nodes=3
2018-11-18T10:41:27.3500563-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3500950-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:41:27.3501311-08:00 21840 24844 [PortAudio] Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2018-11-18T10:41:27.3501504-08:00 21840 24844 [PortAudio] Connection: 3 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1
2018-11-18T10:41:27.3501694-08:00 21840 24844 [PortAudio] Connection: 4 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-18T10:41:27.3501894-08:00 21840 24844 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3502211-08:00 21840 24844 [PortAudio] Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3502394-08:00 21840 24844 [PortAudio] Node: 2 - {9DB7B9E0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3502623-08:00 21840 24844 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:41:27.3502995-08:00 21840 24844 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:41:27.3503178-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3503349-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 8
2018-11-18T10:41:27.3503517-08:00 21840 24844 [PortAudio] PinNew: Format PCM 8 bit supported
2018-11-18T10:41:27.3503685-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3503852-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3504024-08:00 21840 24844 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:41:27.3504221-08:00 21840 24844 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:41:27.3504399-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 5 connections...
2018-11-18T10:41:27.3504582-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: returning 0000025F28C70B08
2018-11-18T10:41:27.3504757-08:00 21840 24844 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=-1
2018-11-18T10:41:27.3504932-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 5 connections... (pTo = 0000025F28C70B08)
2018-11-18T10:41:27.3505103-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C70AF8
2018-11-18T10:41:27.3505271-08:00 21840 24844 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:41:27.3505472-08:00 21840 24844 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:41:27.3505687-08:00 21840 24844 [PortAudio] PinNew: Creating topology filter '\?\ROOT#MEDIA#0000#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topology'
2018-11-18T10:41:27.3505873-08:00 21840 24844 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:41:27.3506044-08:00 21840 24844 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:41:27.3506412-08:00 21840 24844 [PortAudio] DumpConnectionsAndNodes: connections=10, nodes=8
2018-11-18T10:41:27.3506620-08:00 21840 24844 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:41:27.3506828-08:00 21840 24844 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1
2018-11-18T10:41:27.3507025-08:00 21840 24844 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=3,ToPin=1
2018-11-18T10:41:27.3507211-08:00 21840 24844 [PortAudio] Connection: 3 - FromNode=4294967295,FromPin=1 -> ToNode=2,ToPin=1
2018-11-18T10:41:27.3507393-08:00 21840 24844 [PortAudio] Connection: 4 - FromNode=2,FromPin=0 -> ToNode=6,ToPin=1
2018-11-18T10:41:27.3507572-08:00 21840 24844 [PortAudio] Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4,ToPin=1
2018-11-18T10:41:27.3507754-08:00 21840 24844 [PortAudio] Connection: 6 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=2
2018-11-18T10:41:27.3507933-08:00 21840 24844 [PortAudio] Connection: 7 - FromNode=6,FromPin=0 -> ToNode=7,ToPin=1
2018-11-18T10:41:27.3508115-08:00 21840 24844 [PortAudio] Connection: 8 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-18T10:41:27.3508294-08:00 21840 24844 [PortAudio] Connection: 9 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-18T10:41:27.3508968-08:00 21840 24844 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3509443-08:00 21840 24844 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3509632-08:00 21840 24844 [PortAudio] Node: 2 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3509822-08:00 21840 24844 [PortAudio] Node: 3 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3510008-08:00 21840 24844 [PortAudio] Node: 4 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3510194-08:00 21840 24844 [PortAudio] Node: 5 - {2CEAF780-C556-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3510383-08:00 21840 24844 [PortAudio] Node: 6 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3510569-08:00 21840 24844 [PortAudio] Node: 7 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:41:27.3510836-08:00 21840 24844 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:41:27.3511109-08:00 21840 24844 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-18T10:41:27.3511310-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 10 connections...
2018-11-18T10:41:27.3511492-08:00 21840 24844 [PortAudio] FindStartConnectionFrom: returning 0000025F28C98E48
2018-11-18T10:41:27.3511674-08:00 21840 24844 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-18T10:41:27.3511857-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 0000025F28C98E48)
2018-11-18T10:41:27.3512039-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C98E38
2018-11-18T10:41:27.3512221-08:00 21840 24844 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-18T10:41:27.3512404-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 0000025F28C98E38)
2018-11-18T10:41:27.3512582-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C98E08
2018-11-18T10:41:27.3512765-08:00 21840 24844 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-18T10:41:27.3512943-08:00 21840 24844 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 0000025F28C98E08)
2018-11-18T10:41:27.3513122-08:00 21840 24844 [PortAudio] GetConnectionFrom: Returning 0000025F28C98DF8
2018-11-18T10:41:27.3513304-08:00 21840 24844 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:41:27.3513738-08:00 21840 24844 [PortAudio] PinNew: Input friendly name 'H'
2018-11-18T10:41:27.3513954-08:00 21840 24844 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:41:27.3514165-08:00 21840 24844 [PortAudio] Pin created successfully
2018-11-18T10:41:27.3514351-08:00 21840 24844 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:41:27.3514570-08:00 21840 24844 [PortAudio] PinNew: Not source/sink
2018-11-18T10:41:27.3514756-08:00 21840 24844 [PortAudio] PinNew: Error -9996
2018-11-18T10:41:27.3514960-08:00 21840 24844 [PortAudio] PinNew: Creating pin 2:
2018-11-18T10:41:27.3515343-08:00 21840 24844 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:41:27.3515540-08:00 21840 24844 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:41:27.3515719-08:00 21840 24844 [PortAudio] PinNew: MaxChannel: 8
2018-11-18T10:41:27.3515897-08:00 21840 24844 [PortAudio] PinNew: Format PCM 8 bit supported
2018-11-18T10:41:27.3516072-08:00 21840 24844 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:41:27.3516251-08:00 21840 24844 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:41:27.3516426-08:00 21840 24844 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:41:27.3516630-08:00 21840 24844 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:41:27.3516816-08:00 21840 24844 [PortAudio] FindStartConnectionTo: Startpin 2, Checking 5 connections...
2018-11-18T10:41:27.3516995-08:00 21840 24844 [PortAudio] FindStartConnectionTo: returning 0000025F28C70B18
2018-11-18T10:41:27.3517177-08:00 21840 24844 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1
2018-11-18T10:41:27.3517360-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 0000025F28C70B18)
2018-11-18T10:41:27.3517535-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C70B28
2018-11-18T10:41:27.3517717-08:00 21840 24844 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1
2018-11-18T10:41:27.3517896-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 0000025F28C70B28)
2018-11-18T10:41:27.3518074-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C70B38
2018-11-18T10:41:27.3518249-08:00 21840 24844 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:41:27.3518472-08:00 21840 24844 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:41:27.3518917-08:00 21840 24844 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:41:27.3519687-08:00 21840 24844 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-18T10:41:27.3519891-08:00 21840 24844 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 10 connections...
2018-11-18T10:41:27.3520208-08:00 21840 24844 [PortAudio] FindStartConnectionTo: returning 0000025F28C98DC8
2018-11-18T10:41:27.3520390-08:00 21840 24844 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-18T10:41:27.3520576-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 0000025F28C98DC8)
2018-11-18T10:41:27.3520755-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C98DD8
2018-11-18T10:41:27.3520937-08:00 21840 24844 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-18T10:41:27.3521120-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 0000025F28C98DD8)
2018-11-18T10:41:27.3521298-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C98DE8
2018-11-18T10:41:27.3521481-08:00 21840 24844 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-18T10:41:27.3521659-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 0000025F28C98DE8)
2018-11-18T10:41:27.3521838-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C98E18
2018-11-18T10:41:27.3522017-08:00 21840 24844 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-18T10:41:27.3522199-08:00 21840 24844 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 0000025F28C98E18)
2018-11-18T10:41:27.3522378-08:00 21840 24844 [PortAudio] GetConnectionTo: Returning 0000025F28C98E28
2018-11-18T10:41:27.3522553-08:00 21840 24844 [PortAudio] PinNew: Found endpoint pin id 2
2018-11-18T10:41:27.3522772-08:00 21840 24844 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers'
2018-11-18T10:41:27.3522965-08:00 21840 24844 [PortAudio] PinNew: Pin name 'S'
2018-11-18T10:41:27.3523144-08:00 21840 24844 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:41:27.3523362-08:00 21840 24844 [PortAudio] Pin created successfully
2018-11-18T10:41:27.3523559-08:00 21840 24844 [PortAudio] PinNew: Creating pin 3:
2018-11-18T10:41:27.3523793-08:00 21840 24844 [PortAudio] PinNew: Not source/sink
2018-11-18T10:41:27.3523982-08:00 21840 24844 [PortAudio] PinNew: Error -9996
2018-11-18T10:41:27.3524212-08:00 21840 24844 [PortAudio] Filter (WaveCyclic) created with 2 valid pins (total I/Os: 2)
2018-11-18T10:41:27.3571332-08:00 21840 24844 [PortAudio] after paHostApiInitializers[3].
2018-11-18T10:41:27.4994460-08:00 21840 24844 [PortAudio] TerminateHostApis in
2018-11-18T10:41:27.4995831-08:00 21840 24844 [PortAudio] TerminateHostApis out
2018-11-18T10:41:27.4996108-08:00 21840 24844 Disabling PortAudio debug output redirection
2018-11-18T10:41:27.4996360-08:00 21840 24844 Closing logfile


FlexASIOTest_x64.exe cmd:

C:\Program Files\FlexASIO\x64>FlexASIOTest_x64.exe
ASIOInit(asioVersion = 2)
-> 0 [ASE_OK]
asioVersion = 2 driverVersion = 2 name = FlexASIO errorMessage = No ASIO Driver Error sysRef = 0000000000000000

ASIOGetChannels()
-> 0 [ASE_OK]
Channel count: 8 input, 0 output

ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 48000

ASIOCanSampleRate(44100)
-> -995 [ASE_NoClock]
ASIOCanSampleRate(48000)
-> -995 [ASE_NoClock]
ASIOCanSampleRate(96000)
-> -995 [ASE_NoClock]
ASIOCanSampleRate(192000)
-> -995 [ASE_NoClock]
ASIOCanSampleRate(48000)
-> -995 [ASE_NoClock]

ASIOGetBufferSize()
-> 0 [ASE_OK]
Buffer size: min 48 max 48000 preferred 960 granularity 1

ASIOOutputReady()
-> -1000 [ASE_NotPresent]

ASIOGetChannelInfo(channel = 0 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 0 FL (Front Left)
ASIOGetChannelInfo(channel = 1 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 1 FR (Front Right)
ASIOGetChannelInfo(channel = 2 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 2 FC (Front Center)
ASIOGetChannelInfo(channel = 3 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 3 LFE (Low Frequency)
ASIOGetChannelInfo(channel = 4 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 4 BL (Back Left)
ASIOGetChannelInfo(channel = 5 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 5 BR (Back Right)
ASIOGetChannelInfo(channel = 6 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 6 SL (Side Left)
ASIOGetChannelInfo(channel = 7 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 7 SR (Side Right)

ASIOCreateBuffers(isInput = 1 channelNum = 0 isInput = 1 channelNum = 1 isInput = 1 channelNum = 2 isInput = 1 channelNum = 3 isInput = 1 channelNum = 4 isInput = 1 channelNum = 5 isInput = 1 channelNum = 6 isInput = 1 channelNum = 7 , bufferSize = 960, bufferSwitch = 00007FF6915C2170 sampleRateDidChange = 00007FF6915C21E0 asioMessage = 00007FF6915C2250 bufferSwitchTimeInfo = 00007FF6915C22E0)
-> -999 [ASE_HWMalfunction]


FlexASIOTest_x64.exe log:

2018-11-18T10:50:12.4287147-08:00 14080 24076 Logfile opened
2018-11-18T10:50:12.4296516-08:00 14080 24076 Log time source: GetSystemTimePreciseAsFileTime
2018-11-18T10:50:12.4297136-08:00 14080 24076 FlexASIO Release x64 1.0 built on 2018-11-18T17:18:22.4545644+00:00
2018-11-18T10:50:12.4297530-08:00 14080 24076 Host process: C:\Program Files\FlexASIO\x64\FlexASIOTest_x64.exe
2018-11-18T10:50:12.4297990-08:00 14080 24076 --- ENTERING CONTEXT: CFlexASIO()
2018-11-18T10:50:12.4298650-08:00 14080 24076 --- EXITING CONTEXT: CFlexASIO() [OK]
2018-11-18T10:50:12.4301666-08:00 14080 24076 --- ENTERING CONTEXT: init()
2018-11-18T10:50:12.4302242-08:00 14080 24076 Attempting to load configuration file: "C:\Users\Omar\FlexASIO.toml"
2018-11-18T10:50:12.4304072-08:00 14080 24076 Configuration file successfully parsed as valid TOML: backend = "Windows WASAPI"

[input]
device = "Microphone (Realtek High Definition Audio)"

[output]
device = ""

2018-11-18T10:50:12.4304648-08:00 14080 24076 PortAudio version: PortAudio V19.6.0-devel, revision 0cdb346fdca725cfc98da5cbe2d079096f91b624-vcpkg
2018-11-18T10:50:12.4304878-08:00 14080 24076 Enabling PortAudio debug output redirection
2018-11-18T10:50:12.4305071-08:00 14080 24076 Initializing PortAudio
2018-11-18T10:50:12.4305341-08:00 14080 24076 [PortAudio] before paHostApiInitializers[0].
2018-11-18T10:50:12.4721658-08:00 14080 24076 [PortAudio] after paHostApiInitializers[0].
2018-11-18T10:50:12.4722202-08:00 14080 24076 [PortAudio] before paHostApiInitializers[1].
2018-11-18T10:50:13.2384634-08:00 14080 24076 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:50:13.2385149-08:00 14080 24076 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:50:13.2385375-08:00 14080 24076 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:50:13.2434234-08:00 14080 24076 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:50:13.2434551-08:00 14080 24076 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:50:13.2434762-08:00 14080 24076 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:50:13.2469772-08:00 14080 24076 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:50:13.2470078-08:00 14080 24076 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:50:13.2470289-08:00 14080 24076 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:50:13.2520293-08:00 14080 24076 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:50:13.2520651-08:00 14080 24076 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:50:13.2521161-08:00 14080 24076 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:50:13.2795683-08:00 14080 24076 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:50:13.2796092-08:00 14080 24076 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:50:13.2796285-08:00 14080 24076 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:50:13.3037056-08:00 14080 24076 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:50:13.3037483-08:00 14080 24076 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:50:13.3037673-08:00 14080 24076 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:50:13.3285241-08:00 14080 24076 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:50:13.3285683-08:00 14080 24076 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:50:13.3285872-08:00 14080 24076 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:50:13.3482876-08:00 14080 24076 [PortAudio] PA - PlatformId = 0x2
2018-11-18T10:50:13.3483281-08:00 14080 24076 [PortAudio] PA - MajorVersion = 0x6
2018-11-18T10:50:13.3483478-08:00 14080 24076 [PortAudio] PA - MinorVersion = 0x2
2018-11-18T10:50:13.3486122-08:00 14080 24076 [PortAudio] after paHostApiInitializers[1].
2018-11-18T10:50:13.3486526-08:00 14080 24076 [PortAudio] before paHostApiInitializers[2].
2018-11-18T10:50:13.3838597-08:00 14080 24076 [PortAudio] WASAPI: device idx: 00
2018-11-18T10:50:13.3839056-08:00 14080 24076 [PortAudio] WASAPI: ---------------
2018-11-18T10:50:13.3885920-08:00 14080 24076 [PortAudio] WASAPI:0| name[ASUS VS247 (NVIDIA High Definition Audio)]
2018-11-18T10:50:13.3903983-08:00 14080 24076 [PortAudio] WASAPI:0| form-factor[9]
2018-11-18T10:50:13.3904398-08:00 14080 24076 [PortAudio] WASAPI: getting Windows version with RtlGetVersion()
2018-11-18T10:50:13.3905040-08:00 14080 24076 [PortAudio] WASAPI: Windows version = 5
2018-11-18T10:50:13.3905266-08:00 14080 24076 [PortAudio] WASAPI: IAudioClient version = 3
2018-11-18T10:50:13.3937160-08:00 14080 24076 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:50:13.3937729-08:00 14080 24076 [PortAudio] WASAPI: device idx: 01
2018-11-18T10:50:13.3937918-08:00 14080 24076 [PortAudio] WASAPI: ---------------
2018-11-18T10:50:13.3975276-08:00 14080 24076 [PortAudio] WASAPI:1| name[Speakers (Realtek High Definition Audio)]
2018-11-18T10:50:13.3989971-08:00 14080 24076 [PortAudio] WASAPI:1| form-factor[1]
2018-11-18T10:50:13.4027030-08:00 14080 24076 [PortAudio] WASAPI:1| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:50:13.4028080-08:00 14080 24076 [PortAudio] WASAPI: device idx: 02
2018-11-18T10:50:13.4028273-08:00 14080 24076 [PortAudio] WASAPI: ---------------
2018-11-18T10:50:13.4055500-08:00 14080 24076 [PortAudio] WASAPI:2| name[Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)]
2018-11-18T10:50:13.4066331-08:00 14080 24076 [PortAudio] WASAPI:2| form-factor[1]
2018-11-18T10:50:13.4090764-08:00 14080 24076 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:50:13.4091275-08:00 14080 24076 [PortAudio] WASAPI: device idx: 03
2018-11-18T10:50:13.4091606-08:00 14080 24076 [PortAudio] WASAPI: ---------------
2018-11-18T10:50:13.4119084-08:00 14080 24076 [PortAudio] WASAPI:3| name[Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)]
2018-11-18T10:50:13.4129499-08:00 14080 24076 [PortAudio] WASAPI:3| form-factor[2]
2018-11-18T10:50:13.4150348-08:00 14080 24076 [PortAudio] WASAPI:3| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:50:13.4150859-08:00 14080 24076 [PortAudio] WASAPI: device idx: 04
2018-11-18T10:50:13.4151187-08:00 14080 24076 [PortAudio] WASAPI: ---------------
2018-11-18T10:50:13.4188744-08:00 14080 24076 [PortAudio] WASAPI:4| name[Microphone (Realtek High Definition Audio)]
2018-11-18T10:50:13.4203699-08:00 14080 24076 [PortAudio] WASAPI:4| form-factor[4]
2018-11-18T10:50:13.4240863-08:00 14080 24076 [PortAudio] WASAPI:4| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:50:13.4241502-08:00 14080 24076 [PortAudio] WASAPI: device idx: 05
2018-11-18T10:50:13.4241819-08:00 14080 24076 [PortAudio] WASAPI: ---------------
2018-11-18T10:50:13.4279253-08:00 14080 24076 [PortAudio] WASAPI:5| name[Stereo Mix (Realtek High Definition Audio)]
2018-11-18T10:50:13.4294186-08:00 14080 24076 [PortAudio] WASAPI:5| form-factor[10]
2018-11-18T10:50:13.4325183-08:00 14080 24076 [PortAudio] WASAPI:5| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-18T10:50:13.4325905-08:00 14080 24076 [PortAudio] WASAPI: device list created ok
2018-11-18T10:50:13.4326707-08:00 14080 24076 [PortAudio] WASAPI: initialized ok
2018-11-18T10:50:13.4327244-08:00 14080 24076 [PortAudio] after paHostApiInitializers[2].
2018-11-18T10:50:13.4327619-08:00 14080 24076 [PortAudio] before paHostApiInitializers[3].
2018-11-18T10:50:13.4346680-08:00 14080 24076 [PortAudio] Setup called
2018-11-18T10:50:13.4347183-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4347869-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4348347-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4348777-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4349565-08:00 14080 24076 [PortAudio] Device 1 has capture alias
2018-11-18T10:50:13.4349805-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4350568-08:00 14080 24076 [PortAudio] noError = 1
2018-11-18T10:50:13.4350783-08:00 14080 24076 [PortAudio] Device 2 has render alias
2018-11-18T10:50:13.4351333-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4351764-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4352522-08:00 14080 24076 [PortAudio] Device 3 has capture alias
2018-11-18T10:50:13.4352799-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4353576-08:00 14080 24076 [PortAudio] noError = 1
2018-11-18T10:50:13.4353791-08:00 14080 24076 [PortAudio] Device 4 has render alias
2018-11-18T10:50:13.4354218-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4354637-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4355086-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4355546-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4356600-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4357351-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4357931-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4358365-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4358821-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4359236-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4359674-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4360429-08:00 14080 24076 [PortAudio] noError = 1
2018-11-18T10:50:13.4360644-08:00 14080 24076 [PortAudio] Device 10 has render alias
2018-11-18T10:50:13.4361362-08:00 14080 24076 [PortAudio] Device 10 has capture alias
2018-11-18T10:50:13.4361603-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4362289-08:00 14080 24076 [PortAudio] noError = 1
2018-11-18T10:50:13.4362500-08:00 14080 24076 [PortAudio] Device 11 has render alias
2018-11-18T10:50:13.4363193-08:00 14080 24076 [PortAudio] Device 11 has capture alias
2018-11-18T10:50:13.4363430-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4363817-08:00 14080 24076 [PortAudio] noError = 0
2018-11-18T10:50:13.4364243-08:00 14080 24076 [PortAudio] Enum called
2018-11-18T10:50:13.4364448-08:00 14080 24076 [PortAudio] Interfaces found: 6
2018-11-18T10:50:13.4366135-08:00 14080 24076 [PortAudio] Device 1 has capture alias
2018-11-18T10:50:13.4367590-08:00 14080 24076 [PortAudio] Device 1 has realtime alias
2018-11-18T10:50:13.4368174-08:00 14080 24076 [PortAudio] Interface 1, Name: R
2018-11-18T10:50:13.4368422-08:00 14080 24076 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Mic input'
2018-11-18T10:50:13.4368604-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4369115-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:50:13.4369326-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4369508-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:50:13.4369698-08:00 14080 24076 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4369953-08:00 14080 24076 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:50:13.4370340-08:00 14080 24076 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:50:13.4370526-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4370694-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4370865-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4371033-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4371204-08:00 14080 24076 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-18T10:50:13.4371376-08:00 14080 24076 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:50:13.4371609-08:00 14080 24076 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:50:13.4371784-08:00 14080 24076 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:50:13.4371959-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections...
2018-11-18T10:50:13.4372130-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: returning 00000247B3D40F38
2018-11-18T10:50:13.4372306-08:00 14080 24076 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1
2018-11-18T10:50:13.4372481-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 00000247B3D40F38)
2018-11-18T10:50:13.4372677-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D40F28
2018-11-18T10:50:13.4372867-08:00 14080 24076 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:50:13.4373097-08:00 14080 24076 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:50:13.4373327-08:00 14080 24076 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtMicInTopo'
2018-11-18T10:50:13.4373516-08:00 14080 24076 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:50:13.4373691-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4374081-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=3
2018-11-18T10:50:13.4374282-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4374457-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=2,ToPin=1
2018-11-18T10:50:13.4374636-08:00 14080 24076 [PortAudio] Connection: 2 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1
2018-11-18T10:50:13.4374807-08:00 14080 24076 [PortAudio] Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:50:13.4374993-08:00 14080 24076 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4375176-08:00 14080 24076 [PortAudio] Node: 1 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4375358-08:00 14080 24076 [PortAudio] Node: 2 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4375665-08:00 14080 24076 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:50:13.4376197-08:00 14080 24076 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-18T10:50:13.4376526-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 4 connections...
2018-11-18T10:50:13.4376701-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: returning 00000247B3D32B58
2018-11-18T10:50:13.4376876-08:00 14080 24076 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-18T10:50:13.4377051-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 00000247B3D32B58)
2018-11-18T10:50:13.4377222-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D32B48
2018-11-18T10:50:13.4377394-08:00 14080 24076 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-18T10:50:13.4377569-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 00000247B3D32B48)
2018-11-18T10:50:13.4377740-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D32B38
2018-11-18T10:50:13.4377911-08:00 14080 24076 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-18T10:50:13.4378083-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 00000247B3D32B38)
2018-11-18T10:50:13.4378254-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D32B28
2018-11-18T10:50:13.4378422-08:00 14080 24076 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:50:13.4378852-08:00 14080 24076 [PortAudio] PinNew: Input friendly name 'M'
2018-11-18T10:50:13.4379064-08:00 14080 24076 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:50:13.4379272-08:00 14080 24076 [PortAudio] Pin created successfully
2018-11-18T10:50:13.4379450-08:00 14080 24076 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:50:13.4379662-08:00 14080 24076 [PortAudio] PinNew: Not source/sink
2018-11-18T10:50:13.4379841-08:00 14080 24076 [PortAudio] PinNew: Error -9996
2018-11-18T10:50:13.4380056-08:00 14080 24076 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:50:13.4380862-08:00 14080 24076 [PortAudio] Device 2 has render alias
2018-11-18T10:50:13.4381912-08:00 14080 24076 [PortAudio] Device 2 has realtime alias
2018-11-18T10:50:13.4382736-08:00 14080 24076 [PortAudio] Interface 2, Name: R
2018-11-18T10:50:13.4383010-08:00 14080 24076 [PortAudio] FilterNew: Creating filter 'Realtek HDA SPDIF Out'
2018-11-18T10:50:13.4383199-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4383608-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:50:13.4383812-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4383994-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:50:13.4384184-08:00 14080 24076 [PortAudio] Node: 0 - {DFF21FE5-F70F-11D0-B917-00A0C9223196}
2018-11-18T10:50:13.4384410-08:00 14080 24076 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:50:13.4384793-08:00 14080 24076 [PortAudio] PinNew: Checking 6 no of dataranges...
2018-11-18T10:50:13.4384975-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4385147-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4385314-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4385529-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4385704-08:00 14080 24076 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-18T10:50:13.4385871-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4386039-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4386207-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4386375-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4386546-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4386714-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4386882-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4387049-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4387221-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4387388-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4387556-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4387724-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4387892-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4388056-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4388224-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4388395-08:00 14080 24076 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:50:13.4388628-08:00 14080 24076 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:50:13.4388807-08:00 14080 24076 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:50:13.4388982-08:00 14080 24076 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-18T10:50:13.4389153-08:00 14080 24076 [PortAudio] FindStartConnectionTo: returning 00000247B3D40FE8
2018-11-18T10:50:13.4389328-08:00 14080 24076 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-18T10:50:13.4389504-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 00000247B3D40FE8)
2018-11-18T10:50:13.4389675-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D40FF8
2018-11-18T10:50:13.4389843-08:00 14080 24076 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:50:13.4390043-08:00 14080 24076 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:50:13.4390269-08:00 14080 24076 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtSpdifTopo'
2018-11-18T10:50:13.4390455-08:00 14080 24076 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:50:13.4390630-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4391024-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:50:13.4391236-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4391418-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:50:13.4391604-08:00 14080 24076 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4391859-08:00 14080 24076 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:50:13.4392115-08:00 14080 24076 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-18T10:50:13.4392301-08:00 14080 24076 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-18T10:50:13.4392476-08:00 14080 24076 [PortAudio] FindStartConnectionTo: returning 00000247B3D41168
2018-11-18T10:50:13.4392651-08:00 14080 24076 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-18T10:50:13.4392826-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 00000247B3D41168)
2018-11-18T10:50:13.4392997-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D41178
2018-11-18T10:50:13.4393169-08:00 14080 24076 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:50:13.4393413-08:00 14080 24076 [PortAudio] GetNameFromCategory: USB GUID 0605 -> 'SPDIF'
2018-11-18T10:50:13.4393602-08:00 14080 24076 [PortAudio] PinNew: Pin name 'S'
2018-11-18T10:50:13.4393778-08:00 14080 24076 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:50:13.4393974-08:00 14080 24076 [PortAudio] Pin created successfully
2018-11-18T10:50:13.4394153-08:00 14080 24076 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:50:13.4394357-08:00 14080 24076 [PortAudio] PinNew: Not source/sink
2018-11-18T10:50:13.4394536-08:00 14080 24076 [PortAudio] PinNew: Error -9996
2018-11-18T10:50:13.4394751-08:00 14080 24076 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:50:13.4396418-08:00 14080 24076 [PortAudio] Device 3 has capture alias
2018-11-18T10:50:13.4397847-08:00 14080 24076 [PortAudio] Device 3 has realtime alias
2018-11-18T10:50:13.4398336-08:00 14080 24076 [PortAudio] Interface 3, Name: R
2018-11-18T10:50:13.4398573-08:00 14080 24076 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Stereo input'
2018-11-18T10:50:13.4398755-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4399157-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:50:13.4399357-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4399536-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:50:13.4399722-08:00 14080 24076 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4399952-08:00 14080 24076 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:50:13.4400324-08:00 14080 24076 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:50:13.4400502-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4400674-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4400841-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4401013-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4401181-08:00 14080 24076 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-18T10:50:13.4401348-08:00 14080 24076 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:50:13.4401582-08:00 14080 24076 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:50:13.4401757-08:00 14080 24076 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:50:13.4401932-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections...
2018-11-18T10:50:13.4402129-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: returning 00000247B3D40D88
2018-11-18T10:50:13.4402322-08:00 14080 24076 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1
2018-11-18T10:50:13.4402501-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 00000247B3D40D88)
2018-11-18T10:50:13.4402672-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D40D78
2018-11-18T10:50:13.4402840-08:00 14080 24076 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:50:13.4403044-08:00 14080 24076 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:50:13.4403270-08:00 14080 24076 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtStereoMixTopo'
2018-11-18T10:50:13.4403460-08:00 14080 24076 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:50:13.4403635-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4404003-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2
2018-11-18T10:50:13.4404196-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2018-11-18T10:50:13.4404375-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=1,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4404550-08:00 14080 24076 [PortAudio] Connection: 2 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:50:13.4404736-08:00 14080 24076 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4404918-08:00 14080 24076 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4405177-08:00 14080 24076 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:50:13.4405473-08:00 14080 24076 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-18T10:50:13.4405674-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 3 connections...
2018-11-18T10:50:13.4405849-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: returning 00000247B3D76778
2018-11-18T10:50:13.4406024-08:00 14080 24076 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0
2018-11-18T10:50:13.4406199-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 00000247B3D76778)
2018-11-18T10:50:13.4406370-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D76768
2018-11-18T10:50:13.4406545-08:00 14080 24076 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0
2018-11-18T10:50:13.4406720-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 00000247B3D76768)
2018-11-18T10:50:13.4406892-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D76758
2018-11-18T10:50:13.4407063-08:00 14080 24076 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:50:13.4407471-08:00 14080 24076 [PortAudio] PinNew: Input friendly name 'S'
2018-11-18T10:50:13.4407679-08:00 14080 24076 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:50:13.4407887-08:00 14080 24076 [PortAudio] Pin created successfully
2018-11-18T10:50:13.4408066-08:00 14080 24076 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:50:13.4408277-08:00 14080 24076 [PortAudio] PinNew: Not source/sink
2018-11-18T10:50:13.4408456-08:00 14080 24076 [PortAudio] PinNew: Error -9996
2018-11-18T10:50:13.4408671-08:00 14080 24076 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:50:13.4409477-08:00 14080 24076 [PortAudio] Device 4 has render alias
2018-11-18T10:50:13.4410491-08:00 14080 24076 [PortAudio] Device 4 has realtime alias
2018-11-18T10:50:13.4410980-08:00 14080 24076 [PortAudio] Interface 4, Name: R
2018-11-18T10:50:13.4411217-08:00 14080 24076 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio output'
2018-11-18T10:50:13.4411395-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4411796-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:50:13.4412015-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4412212-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:50:13.4412405-08:00 14080 24076 [PortAudio] Node: 0 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4412635-08:00 14080 24076 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:50:13.4413007-08:00 14080 24076 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:50:13.4413186-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4413357-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4413525-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4413696-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4413864-08:00 14080 24076 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-18T10:50:13.4414032-08:00 14080 24076 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:50:13.4414265-08:00 14080 24076 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:50:13.4414440-08:00 14080 24076 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:50:13.4414615-08:00 14080 24076 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-18T10:50:13.4414787-08:00 14080 24076 [PortAudio] FindStartConnectionTo: returning 00000247B3D40CB8
2018-11-18T10:50:13.4414962-08:00 14080 24076 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-18T10:50:13.4415137-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 00000247B3D40CB8)
2018-11-18T10:50:13.4415308-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D40CC8
2018-11-18T10:50:13.4415523-08:00 14080 24076 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:50:13.4415727-08:00 14080 24076 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:50:13.4415953-08:00 14080 24076 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\SingleLineOutTopo'
2018-11-18T10:50:13.4416143-08:00 14080 24076 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:50:13.4416318-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4416686-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2
2018-11-18T10:50:13.4416883-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4417058-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1
2018-11-18T10:50:13.4417237-08:00 14080 24076 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:50:13.4417423-08:00 14080 24076 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4417605-08:00 14080 24076 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4417864-08:00 14080 24076 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:50:13.4418116-08:00 14080 24076 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-18T10:50:13.4418305-08:00 14080 24076 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 3 connections...
2018-11-18T10:50:13.4418480-08:00 14080 24076 [PortAudio] FindStartConnectionTo: returning 00000247B3D75A18
2018-11-18T10:50:13.4418652-08:00 14080 24076 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2018-11-18T10:50:13.4418830-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 00000247B3D75A18)
2018-11-18T10:50:13.4419002-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D75A28
2018-11-18T10:50:13.4419173-08:00 14080 24076 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2018-11-18T10:50:13.4419604-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 00000247B3D75A28)
2018-11-18T10:50:13.4419811-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D75A38
2018-11-18T10:50:13.4419990-08:00 14080 24076 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:50:13.4420205-08:00 14080 24076 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers'
2018-11-18T10:50:13.4420391-08:00 14080 24076 [PortAudio] PinNew: Pin name 'S'
2018-11-18T10:50:13.4420563-08:00 14080 24076 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:50:13.4420763-08:00 14080 24076 [PortAudio] Pin created successfully
2018-11-18T10:50:13.4420942-08:00 14080 24076 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:50:13.4421146-08:00 14080 24076 [PortAudio] PinNew: Not source/sink
2018-11-18T10:50:13.4421321-08:00 14080 24076 [PortAudio] PinNew: Error -9996
2018-11-18T10:50:13.4421536-08:00 14080 24076 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:50:13.4424381-08:00 14080 24076 [PortAudio] Device 10 has render alias
2018-11-18T10:50:13.4425114-08:00 14080 24076 [PortAudio] Device 10 has capture alias
2018-11-18T10:50:13.4426380-08:00 14080 24076 [PortAudio] Device 10 has realtime alias
2018-11-18T10:50:13.4426836-08:00 14080 24076 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:50:13.4427047-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4427481-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0
2018-11-18T10:50:13.4427686-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:50:13.4427923-08:00 14080 24076 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:50:13.4428306-08:00 14080 24076 [PortAudio] PinNew: Checking 16 no of dataranges...
2018-11-18T10:50:13.4428492-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4428663-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4428834-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4429006-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4429173-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4429341-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4429509-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4429680-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4429848-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4430019-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4430191-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4430359-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4430526-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4430698-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4430866-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4431033-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4431201-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4431372-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4431540-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4431708-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4431879-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4432047-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4432215-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4432383-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4432554-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4432744-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4432930-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4433105-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4433272-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4433444-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4433612-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4433779-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4433951-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4434118-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4434286-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4434454-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4434622-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4434793-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4434961-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4435129-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4435339-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4435514-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4435985-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4436324-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4436499-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4436805-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4436973-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 2
2018-11-18T10:50:13.4437141-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4437312-08:00 14080 24076 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:50:13.4437549-08:00 14080 24076 [PortAudio] Failed PinQueryNotificationSupport
2018-11-18T10:50:13.4437728-08:00 14080 24076 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:50:13.4437899-08:00 14080 24076 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections...
2018-11-18T10:50:13.4438093-08:00 14080 24076 [PortAudio] FindStartConnectionTo: returning 00000247B3D43858
2018-11-18T10:50:13.4438264-08:00 14080 24076 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:50:13.4438468-08:00 14080 24076 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:50:13.4438694-08:00 14080 24076 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_0083&SUBSYS_00000000&REV_1001#5&1c12507c&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo01'
2018-11-18T10:50:13.4438884-08:00 14080 24076 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:50:13.4439055-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4439442-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-18T10:50:13.4439639-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4439828-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-18T10:50:13.4440025-08:00 14080 24076 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4440288-08:00 14080 24076 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:50:13.4440539-08:00 14080 24076 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-18T10:50:13.4440733-08:00 14080 24076 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-18T10:50:13.4440915-08:00 14080 24076 [PortAudio] FindStartConnectionTo: returning 00000247B3D40D48
2018-11-18T10:50:13.4441108-08:00 14080 24076 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-18T10:50:13.4441298-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 00000247B3D40D48)
2018-11-18T10:50:13.4441473-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D40D58
2018-11-18T10:50:13.4441644-08:00 14080 24076 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:50:13.4441856-08:00 14080 24076 [PortAudio] PinNew: Pin name 'O'
2018-11-18T10:50:13.4442035-08:00 14080 24076 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:50:13.4442235-08:00 14080 24076 [PortAudio] Pin created successfully
2018-11-18T10:50:13.4442414-08:00 14080 24076 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:50:13.4442618-08:00 14080 24076 [PortAudio] PinNew: Not source/sink
2018-11-18T10:50:13.4442793-08:00 14080 24076 [PortAudio] PinNew: Error -9996
2018-11-18T10:50:13.4443008-08:00 14080 24076 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-18T10:50:13.4443770-08:00 14080 24076 [PortAudio] Device 11 has render alias
2018-11-18T10:50:13.4444456-08:00 14080 24076 [PortAudio] Device 11 has capture alias
2018-11-18T10:50:13.4445102-08:00 14080 24076 [PortAudio] Interface 11, Name: V
2018-11-18T10:50:13.4445400-08:00 14080 24076 [PortAudio] FilterNew: Creating filter 'VB-Audio Hi-Fi Cable'
2018-11-18T10:50:13.4445583-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4446017-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=5, nodes=3
2018-11-18T10:50:13.4446221-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4446414-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-18T10:50:13.4446597-08:00 14080 24076 [PortAudio] Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2018-11-18T10:50:13.4446783-08:00 14080 24076 [PortAudio] Connection: 3 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1
2018-11-18T10:50:13.4446961-08:00 14080 24076 [PortAudio] Connection: 4 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-18T10:50:13.4447155-08:00 14080 24076 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4447344-08:00 14080 24076 [PortAudio] Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4447526-08:00 14080 24076 [PortAudio] Node: 2 - {9DB7B9E0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4447756-08:00 14080 24076 [PortAudio] PinNew: Creating pin 0:
2018-11-18T10:50:13.4448128-08:00 14080 24076 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:50:13.4448311-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4448482-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 8
2018-11-18T10:50:13.4448650-08:00 14080 24076 [PortAudio] PinNew: Format PCM 8 bit supported
2018-11-18T10:50:13.4448821-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4448989-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4449157-08:00 14080 24076 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:50:13.4449357-08:00 14080 24076 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:50:13.4449539-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 5 connections...
2018-11-18T10:50:13.4449722-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: returning 00000247B3D2A3E8
2018-11-18T10:50:13.4449897-08:00 14080 24076 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=-1
2018-11-18T10:50:13.4450076-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 5 connections... (pTo = 00000247B3D2A3E8)
2018-11-18T10:50:13.4450243-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D2A3D8
2018-11-18T10:50:13.4450415-08:00 14080 24076 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:50:13.4450637-08:00 14080 24076 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:50:13.4450871-08:00 14080 24076 [PortAudio] PinNew: Creating topology filter '\?\ROOT#MEDIA#0000#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topology'
2018-11-18T10:50:13.4451064-08:00 14080 24076 [PortAudio] FilterNew: Creating filter ''
2018-11-18T10:50:13.4451239-08:00 14080 24076 [PortAudio] FilterNew: Opening filter...
2018-11-18T10:50:13.4451614-08:00 14080 24076 [PortAudio] DumpConnectionsAndNodes: connections=10, nodes=8
2018-11-18T10:50:13.4451826-08:00 14080 24076 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-18T10:50:13.4452016-08:00 14080 24076 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1
2018-11-18T10:50:13.4452198-08:00 14080 24076 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=3,ToPin=1
2018-11-18T10:50:13.4452380-08:00 14080 24076 [PortAudio] Connection: 3 - FromNode=4294967295,FromPin=1 -> ToNode=2,ToPin=1
2018-11-18T10:50:13.4452563-08:00 14080 24076 [PortAudio] Connection: 4 - FromNode=2,FromPin=0 -> ToNode=6,ToPin=1
2018-11-18T10:50:13.4452745-08:00 14080 24076 [PortAudio] Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4,ToPin=1
2018-11-18T10:50:13.4452931-08:00 14080 24076 [PortAudio] Connection: 6 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=2
2018-11-18T10:50:13.4453110-08:00 14080 24076 [PortAudio] Connection: 7 - FromNode=6,FromPin=0 -> ToNode=7,ToPin=1
2018-11-18T10:50:13.4453292-08:00 14080 24076 [PortAudio] Connection: 8 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-18T10:50:13.4453474-08:00 14080 24076 [PortAudio] Connection: 9 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-18T10:50:13.4453664-08:00 14080 24076 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4453854-08:00 14080 24076 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4454043-08:00 14080 24076 [PortAudio] Node: 2 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4454236-08:00 14080 24076 [PortAudio] Node: 3 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4454426-08:00 14080 24076 [PortAudio] Node: 4 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4454616-08:00 14080 24076 [PortAudio] Node: 5 - {2CEAF780-C556-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4454805-08:00 14080 24076 [PortAudio] Node: 6 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4454991-08:00 14080 24076 [PortAudio] Node: 7 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-18T10:50:13.4455280-08:00 14080 24076 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:50:13.4455557-08:00 14080 24076 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-18T10:50:13.4455754-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 10 connections...
2018-11-18T10:50:13.4455940-08:00 14080 24076 [PortAudio] FindStartConnectionFrom: returning 00000247B3D5D6D8
2018-11-18T10:50:13.4456118-08:00 14080 24076 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-18T10:50:13.4456304-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 00000247B3D5D6D8)
2018-11-18T10:50:13.4456487-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D5D6C8
2018-11-18T10:50:13.4456669-08:00 14080 24076 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-18T10:50:13.4456848-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 00000247B3D5D6C8)
2018-11-18T10:50:13.4457030-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D5D698
2018-11-18T10:50:13.4457209-08:00 14080 24076 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-18T10:50:13.4457391-08:00 14080 24076 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 00000247B3D5D698)
2018-11-18T10:50:13.4457573-08:00 14080 24076 [PortAudio] GetConnectionFrom: Returning 00000247B3D5D688
2018-11-18T10:50:13.4457767-08:00 14080 24076 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-18T10:50:13.4458204-08:00 14080 24076 [PortAudio] PinNew: Input friendly name 'H'
2018-11-18T10:50:13.4458427-08:00 14080 24076 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:50:13.4458638-08:00 14080 24076 [PortAudio] Pin created successfully
2018-11-18T10:50:13.4458824-08:00 14080 24076 [PortAudio] PinNew: Creating pin 1:
2018-11-18T10:50:13.4459069-08:00 14080 24076 [PortAudio] PinNew: Not source/sink
2018-11-18T10:50:13.4459258-08:00 14080 24076 [PortAudio] PinNew: Error -9996
2018-11-18T10:50:13.4459444-08:00 14080 24076 [PortAudio] PinNew: Creating pin 2:
2018-11-18T10:50:13.4459816-08:00 14080 24076 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-18T10:50:13.4460006-08:00 14080 24076 [PortAudio] PinNew: DR major format 73647561
2018-11-18T10:50:13.4460188-08:00 14080 24076 [PortAudio] PinNew: MaxChannel: 8
2018-11-18T10:50:13.4460363-08:00 14080 24076 [PortAudio] PinNew: Format PCM 8 bit supported
2018-11-18T10:50:13.4460538-08:00 14080 24076 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-18T10:50:13.4460713-08:00 14080 24076 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-18T10:50:13.4460892-08:00 14080 24076 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-18T10:50:13.4461096-08:00 14080 24076 [PortAudio] PinNew: Finding topology pin...
2018-11-18T10:50:13.4461286-08:00 14080 24076 [PortAudio] FindStartConnectionTo: Startpin 2, Checking 5 connections...
2018-11-18T10:50:13.4461468-08:00 14080 24076 [PortAudio] FindStartConnectionTo: returning 00000247B3D2A3F8
2018-11-18T10:50:13.4461647-08:00 14080 24076 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1
2018-11-18T10:50:13.4461829-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 00000247B3D2A3F8)
2018-11-18T10:50:13.4462011-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D2A408
2018-11-18T10:50:13.4462194-08:00 14080 24076 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1
2018-11-18T10:50:13.4462373-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 00000247B3D2A408)
2018-11-18T10:50:13.4462551-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D2A418
2018-11-18T10:50:13.4462726-08:00 14080 24076 [PortAudio] PinNew: Getting physical connection...
2018-11-18T10:50:13.4462934-08:00 14080 24076 [PortAudio] PinNew: Physical connection found!
2018-11-18T10:50:13.4463149-08:00 14080 24076 [PortAudio] PinNew: Opening topology filter...
2018-11-18T10:50:13.4463419-08:00 14080 24076 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-18T10:50:13.4463620-08:00 14080 24076 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 10 connections...
2018-11-18T10:50:13.4463798-08:00 14080 24076 [PortAudio] FindStartConnectionTo: returning 00000247B3D5D658
2018-11-18T10:50:13.4463981-08:00 14080 24076 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-18T10:50:13.4464167-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 00000247B3D5D658)
2018-11-18T10:50:13.4464345-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D5D668
2018-11-18T10:50:13.4464524-08:00 14080 24076 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-18T10:50:13.4464706-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 00000247B3D5D668)
2018-11-18T10:50:13.4464885-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D5D678
2018-11-18T10:50:13.4465064-08:00 14080 24076 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-18T10:50:13.4465290-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 00000247B3D5D678)
2018-11-18T10:50:13.4465480-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D5D6A8
2018-11-18T10:50:13.4465662-08:00 14080 24076 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-18T10:50:13.4465859-08:00 14080 24076 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 00000247B3D5D6A8)
2018-11-18T10:50:13.4466052-08:00 14080 24076 [PortAudio] GetConnectionTo: Returning 00000247B3D5D6B8
2018-11-18T10:50:13.4466235-08:00 14080 24076 [PortAudio] PinNew: Found endpoint pin id 2
2018-11-18T10:50:13.4466453-08:00 14080 24076 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers'
2018-11-18T10:50:13.4466643-08:00 14080 24076 [PortAudio] PinNew: Pin name 'S'
2018-11-18T10:50:13.4466825-08:00 14080 24076 [PortAudio] PinNew: Releasing topology filter...
2018-11-18T10:50:13.4467030-08:00 14080 24076 [PortAudio] Pin created successfully
2018-11-18T10:50:13.4467216-08:00 14080 24076 [PortAudio] PinNew: Creating pin 3:
2018-11-18T10:50:13.4467427-08:00 14080 24076 [PortAudio] PinNew: Not source/sink
2018-11-18T10:50:13.4467613-08:00 14080 24076 [PortAudio] PinNew: Error -9996
2018-11-18T10:50:13.4467839-08:00 14080 24076 [PortAudio] Filter (WaveCyclic) created with 2 valid pins (total I/Os: 2)
2018-11-18T10:50:13.4516384-08:00 14080 24076 [PortAudio] after paHostApiInitializers[3].
2018-11-18T10:50:13.4516829-08:00 14080 24076 PortAudio initialization successful
2018-11-18T10:50:13.4517033-08:00 14080 24076 Found backend: PortAudio host API index 0 (name: 'MME', type: 2 [MME], default input device: 1, default output device: 5)
2018-11-18T10:50:13.4517307-08:00 14080 24076 Found backend: PortAudio host API index 1 (name: 'Windows DirectSound', type: 1 [DirectSound], default input device: 8, default output device: 12)
2018-11-18T10:50:13.4517511-08:00 14080 24076 Found backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 20, default output device: 17)
2018-11-18T10:50:13.4517708-08:00 14080 24076 Found backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 22, default output device: 25)
2018-11-18T10:50:13.4517945-08:00 14080 24076 Searching for a PortAudio host API named 'Windows WASAPI'
2018-11-18T10:50:13.4518131-08:00 14080 24076 Selected backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 20, default output device: 17)
2018-11-18T10:50:13.4518324-08:00 14080 24076 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))
2018-11-18T10:50:13.4518605-08:00 14080 24076 Found device: PortAudio device index 1 (name: 'Microphone (Realtek High Defini', 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))
2018-11-18T10:50:13.4518853-08:00 14080 24076 Found device: PortAudio device index 2 (name: 'Hi-Fi Cable Output (VB-Audio Hi', host API: 0, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2018-11-18T10:50:13.4519079-08:00 14080 24076 Found device: PortAudio device index 3 (name: 'Stereo Mix (Realtek High Defini', 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))
2018-11-18T10:50:13.4519298-08:00 14080 24076 Found device: PortAudio device index 4 (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))
2018-11-18T10:50:13.4519521-08:00 14080 24076 Found device: PortAudio device index 5 (name: 'Speakers (Realtek High Definiti', 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))
2018-11-18T10:50:13.4519743-08:00 14080 24076 Found device: PortAudio device index 6 (name: 'ASUS VS247 (NVIDIA High Definit', 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))
2018-11-18T10:50:13.4519991-08:00 14080 24076 Found device: PortAudio device index 7 (name: 'Hi-Fi Cable Input (VB-Audio Hi-', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2018-11-18T10:50:13.4520228-08:00 14080 24076 Found device: PortAudio device index 8 (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))
2018-11-18T10:50:13.4520491-08:00 14080 24076 Found device: PortAudio device index 9 (name: 'Microphone (Realtek High Definition 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))
2018-11-18T10:50:13.4520713-08:00 14080 24076 Found device: PortAudio device index 10 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', host API: 1, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2018-11-18T10:50:13.4520935-08:00 14080 24076 Found device: PortAudio device index 11 (name: 'Stereo Mix (Realtek High Definition 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))
2018-11-18T10:50:13.4521154-08:00 14080 24076 Found device: PortAudio device index 12 (name: 'Primary Sound Driver', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2018-11-18T10:50:13.4521373-08:00 14080 24076 Found device: PortAudio device index 13 (name: 'Speakers (Realtek 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))
2018-11-18T10:50:13.4521592-08:00 14080 24076 Found device: PortAudio device index 14 (name: 'ASUS VS247 (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))
2018-11-18T10:50:13.4521811-08:00 14080 24076 Found device: PortAudio device index 15 (name: 'Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2018-11-18T10:50:13.4522026-08:00 14080 24076 Found device: PortAudio device index 16 (name: 'ASUS VS247 (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))
2018-11-18T10:50:13.4522288-08:00 14080 24076 Found device: PortAudio device index 17 (name: 'Speakers (Realtek High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 8, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2018-11-18T10:50:13.4522511-08:00 14080 24076 Found device: PortAudio device index 18 (name: 'Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)', 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))
2018-11-18T10:50:13.4522730-08:00 14080 24076 Found device: PortAudio device index 19 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', 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))
2018-11-18T10:50:13.4522967-08:00 14080 24076 Found device: PortAudio device index 20 (name: 'Microphone (Realtek High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 8, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2018-11-18T10:50:13.4523200-08:00 14080 24076 Found device: PortAudio device index 21 (name: 'Stereo Mix (Realtek High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 8, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2018-11-18T10:50:13.4523423-08:00 14080 24076 Found device: PortAudio device index 22 (name: 'Microphone (Realtek HD Audio Mic input)', host API: 3, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2018-11-18T10:50:13.4523641-08:00 14080 24076 Found device: PortAudio device index 23 (name: 'SPDIF Out (Realtek HDA SPDIF Out)', 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))
2018-11-18T10:50:13.4523864-08:00 14080 24076 Found device: PortAudio device index 24 (name: 'Stereo Mix (Realtek HD Audio Stereo input)', host API: 3, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2018-11-18T10:50:13.4524083-08:00 14080 24076 Found device: PortAudio device index 25 (name: 'Speakers (Realtek HD Audio output)', 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))
2018-11-18T10:50:13.4524301-08:00 14080 24076 Found device: PortAudio device index 26 (name: 'Output ()', 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))
2018-11-18T10:50:13.4524524-08:00 14080 24076 Found device: PortAudio device index 27 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', host API: 3, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.01 (low) 0.0853333 (high), output latency: 0.01 (low) 0.0853333 (high))
2018-11-18T10:50:13.4524750-08:00 14080 24076 Found device: PortAudio device index 28 (name: 'Speakers (VB-Audio Hi-Fi Cable)', host API: 3, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0.01 (low) 0.0853333 (high), output latency: 0.01 (low) 0.0853333 (high))
2018-11-18T10:50:13.4524972-08:00 14080 24076 Selecting input device
2018-11-18T10:50:13.4525188-08:00 14080 24076 Searching for a PortAudio device named 'Microphone (Realtek High Definition Audio)' with host API index 2
2018-11-18T10:50:13.4525374-08:00 14080 24076 Selected input device: PortAudio device index 20 (name: 'Microphone (Realtek High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 8, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2018-11-18T10:50:13.4525596-08:00 14080 24076 Selecting output device
2018-11-18T10:50:13.4525760-08:00 14080 24076 Device explicitly disabled in configuration
2018-11-18T10:50:13.4525924-08:00 14080 24076 No output device, proceeding without output
2018-11-18T10:50:13.4526089-08:00 14080 24076 Getting WASAPI device default format for device index 20
2018-11-18T10:50:13.4526289-08:00 14080 24076 WASAPI device default format for device index 20: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 8 channels, 48000 samples/second, 768000 average bytes/second, block alignment 16 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]
2018-11-18T10:50:13.4527157-08:00 14080 24076 Selecting input sample type
2018-11-18T10:50:13.4527372-08:00 14080 24076 Selecting default sample type
2018-11-18T10:50:13.4527544-08:00 14080 24076 Selected input sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2018-11-18T10:50:13.4527806-08:00 14080 24076 Default sample rate: 48000
2018-11-18T10:50:13.4527996-08:00 14080 24076 sysHandle = 0000000000000000
2018-11-18T10:50:13.4528171-08:00 14080 24076 Input channel count: 8 mask: 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right]
2018-11-18T10:50:13.4528371-08:00 14080 24076 Output channel count: 0 mask: 0
2018-11-18T10:50:13.4528546-08:00 14080 24076 --- EXITING CONTEXT: init() [OK]
2018-11-18T10:50:13.4528714-08:00 14080 24076 --- ENTERING CONTEXT: getDriverName()
2018-11-18T10:50:13.4528878-08:00 14080 24076 --- EXITING CONTEXT: getDriverName() [OK]
2018-11-18T10:50:13.4529042-08:00 14080 24076 --- ENTERING CONTEXT: getDriverVersion()
2018-11-18T10:50:13.4529203-08:00 14080 24076 --- EXITING CONTEXT: getDriverVersion() [OK]
2018-11-18T10:50:13.4543746-08:00 14080 24076 --- ENTERING CONTEXT: getChannels()
2018-11-18T10:50:13.4544004-08:00 14080 24076 Returning 8 input channels and 0 output channels
2018-11-18T10:50:13.4544190-08:00 14080 24076 --- EXITING CONTEXT: getChannels() [OK]
2018-11-18T10:50:13.4549505-08:00 14080 24076 --- ENTERING CONTEXT: getSampleRate()
2018-11-18T10:50:13.4549825-08:00 14080 24076 Returning sample rate: 48000
2018-11-18T10:50:13.4550033-08:00 14080 24076 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-18T10:50:13.4558190-08:00 14080 24076 --- ENTERING CONTEXT: canSampleRate()
2018-11-18T10:50:13.4558446-08:00 14080 24076 Checking for sample rate: 44100
2018-11-18T10:50:13.4558642-08:00 14080 24076 Checking if input supports this sample rate
2018-11-18T10:50:13.4558876-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 44100, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4559146-08:00 14080 24076 Using shared mode for input WASAPI stream
2018-11-18T10:50:13.4559321-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4559485-08:00 14080 24076 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 4 [UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-18T10:50:13.4559820-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4559992-08:00 14080 24076 ...sample rate: 44100 Hz
2018-11-18T10:50:13.4560167-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4560331-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4560502-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4581515-08:00 14080 24076 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-18T10:50:13.4582178-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-18T10:50:13.4582394-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-18T10:50:13.4583083-08:00 14080 24076 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4583313-08:00 14080 24076 Checking if output supports this sample rate
2018-11-18T10:50:13.4583488-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 44100, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4583717-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4583885-08:00 14080 24076 ...input parameters: none
2018-11-18T10:50:13.4584053-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4584217-08:00 14080 24076 ...sample rate: 44100 Hz
2018-11-18T10:50:13.4584388-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4584556-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4584724-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4585023-08:00 14080 24076 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4585213-08:00 14080 24076 Sample rate 44100 is unavailable
2018-11-18T10:50:13.4585395-08:00 14080 24076 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-18T10:50:13.4589870-08:00 14080 24076 --- ENTERING CONTEXT: canSampleRate()
2018-11-18T10:50:13.4590125-08:00 14080 24076 Checking for sample rate: 48000
2018-11-18T10:50:13.4590318-08:00 14080 24076 Checking if input supports this sample rate
2018-11-18T10:50:13.4590486-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4590690-08:00 14080 24076 Using shared mode for input WASAPI stream
2018-11-18T10:50:13.4590858-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4591022-08:00 14080 24076 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 4 [UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-18T10:50:13.4591361-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4591533-08:00 14080 24076 ...sample rate: 48000 Hz
2018-11-18T10:50:13.4591704-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4591872-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4592043-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4611244-08:00 14080 24076 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-18T10:50:13.4611787-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9998 : Invalid number of channels
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-18T10:50:13.4612137-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-18T10:50:13.4612421-08:00 14080 24076 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4612611-08:00 14080 24076 Checking if output supports this sample rate
2018-11-18T10:50:13.4612779-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4613027-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4613213-08:00 14080 24076 ...input parameters: none
2018-11-18T10:50:13.4613384-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4613545-08:00 14080 24076 ...sample rate: 48000 Hz
2018-11-18T10:50:13.4613723-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4613891-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4614062-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4614303-08:00 14080 24076 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4614489-08:00 14080 24076 Sample rate 48000 is unavailable
2018-11-18T10:50:13.4614671-08:00 14080 24076 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-18T10:50:13.4632624-08:00 14080 24076 --- ENTERING CONTEXT: canSampleRate()
2018-11-18T10:50:13.4632916-08:00 14080 24076 Checking for sample rate: 96000
2018-11-18T10:50:13.4633120-08:00 14080 24076 Checking if input supports this sample rate
2018-11-18T10:50:13.4633288-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 96000, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4633496-08:00 14080 24076 Using shared mode for input WASAPI stream
2018-11-18T10:50:13.4633860-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4634159-08:00 14080 24076 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 4 [UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-18T10:50:13.4634498-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4634673-08:00 14080 24076 ...sample rate: 96000 Hz
2018-11-18T10:50:13.4634910-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4635082-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4635523-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4655270-08:00 14080 24076 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-18T10:50:13.4655909-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-18T10:50:13.4656120-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-18T10:50:13.4656419-08:00 14080 24076 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4656609-08:00 14080 24076 Checking if output supports this sample rate
2018-11-18T10:50:13.4656780-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 96000, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4657003-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4657170-08:00 14080 24076 ...input parameters: none
2018-11-18T10:50:13.4657334-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4657524-08:00 14080 24076 ...sample rate: 96000 Hz
2018-11-18T10:50:13.4657725-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4657896-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4658067-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4658312-08:00 14080 24076 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4658494-08:00 14080 24076 Sample rate 96000 is unavailable
2018-11-18T10:50:13.4658676-08:00 14080 24076 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-18T10:50:13.4663516-08:00 14080 24076 --- ENTERING CONTEXT: canSampleRate()
2018-11-18T10:50:13.4663767-08:00 14080 24076 Checking for sample rate: 192000
2018-11-18T10:50:13.4663961-08:00 14080 24076 Checking if input supports this sample rate
2018-11-18T10:50:13.4664132-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 192000, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4664336-08:00 14080 24076 Using shared mode for input WASAPI stream
2018-11-18T10:50:13.4664504-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4664668-08:00 14080 24076 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 4 [UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-18T10:50:13.4665339-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4665518-08:00 14080 24076 ...sample rate: 192000 Hz
2018-11-18T10:50:13.4665828-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4665995-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4666163-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4686526-08:00 14080 24076 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-18T10:50:13.4687492-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-18T10:50:13.4687988-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-18T10:50:13.4688298-08:00 14080 24076 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4688495-08:00 14080 24076 Checking if output supports this sample rate
2018-11-18T10:50:13.4688667-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 192000, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4688900-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4689261-08:00 14080 24076 ...input parameters: none
2018-11-18T10:50:13.4689432-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4689604-08:00 14080 24076 ...sample rate: 192000 Hz
2018-11-18T10:50:13.4690103-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4690275-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4690585-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4690873-08:00 14080 24076 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4691281-08:00 14080 24076 Sample rate 192000 is unavailable
2018-11-18T10:50:13.4691664-08:00 14080 24076 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-18T10:50:13.4701080-08:00 14080 24076 --- ENTERING CONTEXT: canSampleRate()
2018-11-18T10:50:13.4701354-08:00 14080 24076 Checking for sample rate: 48000
2018-11-18T10:50:13.4701551-08:00 14080 24076 Checking if input supports this sample rate
2018-11-18T10:50:13.4701718-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4701926-08:00 14080 24076 Using shared mode for input WASAPI stream
2018-11-18T10:50:13.4702094-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4702258-08:00 14080 24076 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 4 [UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-18T10:50:13.4702615-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4702787-08:00 14080 24076 ...sample rate: 48000 Hz
2018-11-18T10:50:13.4702962-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4703126-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4703297-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4723982-08:00 14080 24076 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-18T10:50:13.4724784-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9998 : Invalid number of channels
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-18T10:50:13.4725226-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-18T10:50:13.4725700-08:00 14080 24076 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4725893-08:00 14080 24076 Checking if output supports this sample rate
2018-11-18T10:50:13.4726061-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE8C0B460, callbackUserData = 0000000000000000
2018-11-18T10:50:13.4726287-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.4726455-08:00 14080 24076 ...input parameters: none
2018-11-18T10:50:13.4726619-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.4726783-08:00 14080 24076 ...sample rate: 48000 Hz
2018-11-18T10:50:13.4726958-08:00 14080 24076 ...frames per buffer: 0
2018-11-18T10:50:13.4727122-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.4727293-08:00 14080 24076 ...stream callback: 00007FFDE8C0B460 (user data 0000000000000000)
2018-11-18T10:50:13.4727534-08:00 14080 24076 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-18T10:50:13.4727713-08:00 14080 24076 Sample rate 48000 is unavailable
2018-11-18T10:50:13.4727891-08:00 14080 24076 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-18T10:50:13.4730451-08:00 14080 24076 --- ENTERING CONTEXT: getBufferSize()
2018-11-18T10:50:13.4730732-08:00 14080 24076 Calculating default buffer size based on 48000 Hz sample rate
2018-11-18T10:50:13.4730951-08:00 14080 24076 Returning: min buffer size 48, max buffer size 48000, preferred buffer size 960, granularity 1
2018-11-18T10:50:13.4731144-08:00 14080 24076 --- EXITING CONTEXT: getBufferSize() [OK]
2018-11-18T10:50:13.4739553-08:00 14080 24076 --- ENTERING CONTEXT: outputReady()
2018-11-18T10:50:13.4740067-08:00 14080 24076 --- EXITING CONTEXT: outputReady() (-1000 [ASE_NotPresent] outputReady() is not supported)
2018-11-18T10:50:13.4749935-08:00 14080 24076 --- ENTERING CONTEXT: getChannelInfo()
2018-11-18T10:50:13.4750340-08:00 14080 24076 CFlexASIO::getChannelInfo()
2018-11-18T10:50:13.4750705-08:00 14080 24076 Channel info requested for input channel 0
2018-11-18T10:50:13.4750902-08:00 14080 24076 Returning: IN 0 FL (Front Left), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-18T10:50:13.4751088-08:00 14080 24076 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-18T10:50:13.4777655-08:00 14080 24076 --- ENTERING CONTEXT: getChannelInfo()
2018-11-18T10:50:13.4778074-08:00 14080 24076 CFlexASIO::getChannelInfo()
2018-11-18T10:50:13.4778442-08:00 14080 24076 Channel info requested for input channel 1
2018-11-18T10:50:13.4778639-08:00 14080 24076 Returning: IN 1 FR (Front Right), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-18T10:50:13.4778829-08:00 14080 24076 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-18T10:50:13.4800016-08:00 14080 24076 --- ENTERING CONTEXT: getChannelInfo()
2018-11-18T10:50:13.4800615-08:00 14080 24076 CFlexASIO::getChannelInfo()
2018-11-18T10:50:13.4800928-08:00 14080 24076 Channel info requested for input channel 2
2018-11-18T10:50:13.4801132-08:00 14080 24076 Returning: IN 2 FC (Front Center), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-18T10:50:13.4801326-08:00 14080 24076 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-18T10:50:13.4846646-08:00 14080 24076 --- ENTERING CONTEXT: getChannelInfo()
2018-11-18T10:50:13.4847281-08:00 14080 24076 CFlexASIO::getChannelInfo()
2018-11-18T10:50:13.4847595-08:00 14080 24076 Channel info requested for input channel 3
2018-11-18T10:50:13.4847923-08:00 14080 24076 Returning: IN 3 LFE (Low Frequency), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-18T10:50:13.4848561-08:00 14080 24076 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-18T10:50:13.4861565-08:00 14080 24076 --- ENTERING CONTEXT: getChannelInfo()
2018-11-18T10:50:13.4861977-08:00 14080 24076 CFlexASIO::getChannelInfo()
2018-11-18T10:50:13.4862174-08:00 14080 24076 Channel info requested for input channel 4
2018-11-18T10:50:13.4862382-08:00 14080 24076 Returning: IN 4 BL (Back Left), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-18T10:50:13.4862615-08:00 14080 24076 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-18T10:50:13.4894302-08:00 14080 24076 --- ENTERING CONTEXT: getChannelInfo()
2018-11-18T10:50:13.4894970-08:00 14080 24076 CFlexASIO::getChannelInfo()
2018-11-18T10:50:13.4895167-08:00 14080 24076 Channel info requested for input channel 5
2018-11-18T10:50:13.4895378-08:00 14080 24076 Returning: IN 5 BR (Back Right), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-18T10:50:13.4895728-08:00 14080 24076 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-18T10:50:13.4922627-08:00 14080 24076 --- ENTERING CONTEXT: getChannelInfo()
2018-11-18T10:50:13.4923105-08:00 14080 24076 CFlexASIO::getChannelInfo()
2018-11-18T10:50:13.4923294-08:00 14080 24076 Channel info requested for input channel 6
2018-11-18T10:50:13.4923498-08:00 14080 24076 Returning: IN 6 SL (Side Left), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-18T10:50:13.4923848-08:00 14080 24076 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-18T10:50:13.4942855-08:00 14080 24076 --- ENTERING CONTEXT: getChannelInfo()
2018-11-18T10:50:13.4943143-08:00 14080 24076 CFlexASIO::getChannelInfo()
2018-11-18T10:50:13.4943329-08:00 14080 24076 Channel info requested for input channel 7
2018-11-18T10:50:13.4943569-08:00 14080 24076 Returning: IN 7 SR (Side Right), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-18T10:50:13.4943806-08:00 14080 24076 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-18T10:50:13.5004291-08:00 14080 24076 --- ENTERING CONTEXT: createBuffers()
2018-11-18T10:50:13.5004630-08:00 14080 24076 Request to create buffers for 8 channels, size 960 samples
2018-11-18T10:50:13.5005283-08:00 14080 24076 Allocated 2 buffer sets, 8/0 (I/O) channels per buffer set, 960 samples per channel, 4/0 (I/O) bytes per sample, memory range: 00000247B3D85F80-00000247B3D94F80
2018-11-18T10:50:13.5005622-08:00 14080 24076 ASIO buffer #0 is input channel 0 - first half: 00000247B3D85F80-00000247B3D86E80 - second half: 00000247B3D8D780-00000247B3D8E680
2018-11-18T10:50:13.5005863-08:00 14080 24076 ASIO buffer #1 is input channel 1 - first half: 00000247B3D86E80-00000247B3D87D80 - second half: 00000247B3D8E680-00000247B3D8F580
2018-11-18T10:50:13.5006078-08:00 14080 24076 ASIO buffer #2 is input channel 2 - first half: 00000247B3D87D80-00000247B3D88C80 - second half: 00000247B3D8F580-00000247B3D90480
2018-11-18T10:50:13.5006286-08:00 14080 24076 ASIO buffer #3 is input channel 3 - first half: 00000247B3D88C80-00000247B3D89B80 - second half: 00000247B3D90480-00000247B3D91380
2018-11-18T10:50:13.5006494-08:00 14080 24076 ASIO buffer #4 is input channel 4 - first half: 00000247B3D89B80-00000247B3D8AA80 - second half: 00000247B3D91380-00000247B3D92280
2018-11-18T10:50:13.5006702-08:00 14080 24076 ASIO buffer #5 is input channel 5 - first half: 00000247B3D8AA80-00000247B3D8B980 - second half: 00000247B3D92280-00000247B3D93180
2018-11-18T10:50:13.5006906-08:00 14080 24076 ASIO buffer #6 is input channel 6 - first half: 00000247B3D8B980-00000247B3D8C880 - second half: 00000247B3D93180-00000247B3D94080
2018-11-18T10:50:13.5007114-08:00 14080 24076 ASIO buffer #7 is input channel 7 - first half: 00000247B3D8C880-00000247B3D8D780 - second half: 00000247B3D94080-00000247B3D94F80
2018-11-18T10:50:13.5007321-08:00 14080 24076 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 960, callback = 00007FFDE8C10D40, callbackUserData = 00000247B3D0AED0
2018-11-18T10:50:13.5007569-08:00 14080 24076 Using shared mode for input WASAPI stream
2018-11-18T10:50:13.5007748-08:00 14080 24076 Opening PortAudio stream with...
2018-11-18T10:50:13.5007923-08:00 14080 24076 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 4 [UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-18T10:50:13.5008306-08:00 14080 24076 ...output parameters: none
2018-11-18T10:50:13.5008488-08:00 14080 24076 ...sample rate: 48000 Hz
2018-11-18T10:50:13.5008678-08:00 14080 24076 ...frames per buffer: 960
2018-11-18T10:50:13.5008853-08:00 14080 24076 ...stream flags: 0
2018-11-18T10:50:13.5009035-08:00 14080 24076 ...stream callback: 00007FFDE8C10D40 (user data 00000247B3D0AED0)
2018-11-18T10:50:13.5030887-08:00 14080 24076 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-18T10:50:13.5031379-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9998 : Invalid number of channels
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-18T10:50:13.5031624-08:00 14080 24076 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-18T10:50:13.5032163-08:00 14080 24076 Destroying buffers
2018-11-18T10:50:13.5032583-08:00 14080 24076 --- EXITING CONTEXT: createBuffers() (-999 [ASE_HWMalfunction] unable to open PortAudio stream: Invalid device)
2018-11-18T10:50:13.5034683-08:00 14080 24076 --- ENTERING CONTEXT: ~CFlexASIO()
2018-11-18T10:50:13.5035088-08:00 14080 24076 --- EXITING CONTEXT: ~CFlexASIO() [OK]
2018-11-18T10:50:13.5035274-08:00 14080 24076 Terminating PortAudio
2018-11-18T10:50:13.5035457-08:00 14080 24076 [PortAudio] TerminateHostApis in
2018-11-18T10:50:13.5036120-08:00 14080 24076 [PortAudio] TerminateHostApis out
2018-11-18T10:50:13.5036321-08:00 14080 24076 PortAudio terminated successfully
2018-11-18T10:50:13.5036500-08:00 14080 24076 Disabling PortAudio debug output redirection
2018-11-18T10:50:13.5788568-08:00 14080 24076 Closing logfile


@dechamps
Copy link
Owner

dechamps commented Nov 18, 2018

Thank you. I think you missed my question above:

It would also help to have more information about this specific audio input hardware. What brand/model is it (motherboard/laptop)? What is the hardware driver version (as shown in the Windows Device Manager)? What is your Windows version?

One last thing: I would be curious to see the result (and log) of running FlexASIOTest with the following configuration:

backend = "Windows WASAPI"

[input]
device = "Microphone (Realtek High Definition Audio)"
wasapiExclusiveMode = true

[output]
device = ""

@omarcostahamido
Copy link
Author

omarcostahamido commented Nov 19, 2018

MSI laptop
OS Name Microsoft Windows 10 Pro
Version 10.0.17134 Build 17134
Microphone (Realtek High Definition Audio)
4/11/2018
10.0.17134.1

PortAudioDevices_x64.exe cmd: C:\Program Files\FlexASIO\x64>PortAudioDevices_x64.exe Device index: 0 Device name: Microsoft Sound Mapper - Input Default sample rate: 44100 Input: max channel count 2, default latency 0.09s (low) 0.18s (high) Output: max channel count 0, default latency 0.09s (low) 0.18s (high) Host API name: MME Host API type: 2 [MME]

Device index: 1
Device name: Microphone (Realtek High Defini
Default sample rate: 44100
Input: max channel count 2, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]
DEFAULT INPUT DEVICE for this host API

Device index: 2
Device name: Hi-Fi Cable Output (VB-Audio Hi
Default sample rate: 44100
Input: max channel count 8, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 3
Device name: Stereo Mix (Realtek High Defini
Default sample rate: 44100
Input: max channel count 2, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 4
Device name: Microsoft Sound Mapper - Output
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 2, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 5
Device name: Speakers (Realtek High Definiti
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 2, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]
DEFAULT OUTPUT DEVICE for this host API

Device index: 6
Device name: ASUS VS247 (NVIDIA High Definit
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 2, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 7
Device name: Hi-Fi Cable Input (VB-Audio Hi-
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 8, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 8
Device name: Primary Sound Capture Driver
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]
DEFAULT INPUT DEVICE for this host API

Device index: 9
Device name: Microphone (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 10
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 8, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 11
Device name: Stereo Mix (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 12
Device name: Primary Sound Driver
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 8, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]
DEFAULT OUTPUT DEVICE for this host API

Device index: 13
Device name: Speakers (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 14
Device name: ASUS VS247 (NVIDIA High Definition Audio)
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 15
Device name: Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 8, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 16
Device name: ASUS VS247 (NVIDIA High Definition Audio)
Default sample rate: 48000
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.003s (low) 0.01s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 192000 average bytes/second, block alignment 4 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 3 [Front Left, Front Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 17
Device name: Speakers (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 8, default latency 0.003s (low) 0.01s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
DEFAULT OUTPUT DEVICE for this host API
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 8 channels, 48000 samples/second, 768000 average bytes/second, block alignment 16 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 18
Device name: Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)
Default sample rate: 48000
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.003s (low) 0.01s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 192000 average bytes/second, block alignment 4 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 3 [Front Left, Front Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 19
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 48000
Input: max channel count 2, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 2 channels, 48000 samples/second, 192000 average bytes/second, block alignment 4 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 3 [Front Left, Front Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 20
Device name: Microphone (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 8, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
DEFAULT INPUT DEVICE for this host API
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 8 channels, 48000 samples/second, 768000 average bytes/second, block alignment 16 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 21
Device name: Stereo Mix (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 8, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default format: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 8 channels, 48000 samples/second, 768000 average bytes/second, block alignment 16 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]

Device index: 22
Device name: Microphone (Realtek HD Audio Mic input)
Default sample rate: 44100
Input: max channel count 2, default latency 0.01s (low) 0.04s (high)
Output: max channel count 0, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]
DEFAULT INPUT DEVICE for this host API

Device index: 23
Device name: SPDIF Out (Realtek HDA SPDIF Out)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.04s (high)
Output: max channel count 2, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 24
Device name: Stereo Mix (Realtek HD Audio Stereo input)
Default sample rate: 44100
Input: max channel count 2, default latency 0.01s (low) 0.04s (high)
Output: max channel count 0, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 25
Device name: Speakers (Realtek HD Audio output)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.04s (high)
Output: max channel count 2, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]
DEFAULT OUTPUT DEVICE for this host API

Device index: 26
Device name: Output ()
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.04s (high)
Output: max channel count 2, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 27
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 8, default latency 0.01s (low) 0.0853333s (high)
Output: max channel count 0, default latency 0.01s (low) 0.0853333s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 28
Device name: Speakers (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.0853333s (high)
Output: max channel count 8, default latency 0.01s (low) 0.0853333s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

PortAudioDevices_x64.exe log: 2018-11-19T01:18:19.6593992-08:00 22932 25052 Logfile opened 2018-11-19T01:18:19.6600602-08:00 22932 25052 Log time source: GetSystemTimePreciseAsFileTime 2018-11-19T01:18:19.6601102-08:00 22932 25052 FlexASIO Release x64 1.0 built on 2018-11-18T17:18:22.4545644+00:00 2018-11-19T01:18:19.6601489-08:00 22932 25052 Host process: C:\Program Files\FlexASIO\x64\PortAudioDevices_x64.exe 2018-11-19T01:18:19.6601809-08:00 22932 25052 PortAudio version: PortAudio V19.6.0-devel, revision 0cdb346fdca725cfc98da5cbe2d079096f91b624-vcpkg 2018-11-19T01:18:19.6602305-08:00 22932 25052 Enabling PortAudio debug output redirection 2018-11-19T01:18:19.6602769-08:00 22932 25052 [PortAudio] before paHostApiInitializers[0]. 2018-11-19T01:18:19.7010385-08:00 22932 25052 [PortAudio] after paHostApiInitializers[0]. 2018-11-19T01:18:19.7023918-08:00 22932 25052 [PortAudio] before paHostApiInitializers[1]. 2018-11-19T01:18:20.5215477-08:00 22932 25052 [PortAudio] PA - PlatformId = 0x2 2018-11-19T01:18:20.5216261-08:00 22932 25052 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T01:18:20.5216480-08:00 22932 25052 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T01:18:20.5264887-08:00 22932 25052 [PortAudio] PA - PlatformId = 0x2 2018-11-19T01:18:20.5265254-08:00 22932 25052 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T01:18:20.5265721-08:00 22932 25052 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T01:18:20.5301040-08:00 22932 25052 [PortAudio] PA - PlatformId = 0x2 2018-11-19T01:18:20.5301335-08:00 22932 25052 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T01:18:20.5301525-08:00 22932 25052 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T01:18:20.5357692-08:00 22932 25052 [PortAudio] PA - PlatformId = 0x2 2018-11-19T01:18:20.5357988-08:00 22932 25052 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T01:18:20.5358184-08:00 22932 25052 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T01:18:20.5639124-08:00 22932 25052 [PortAudio] PA - PlatformId = 0x2 2018-11-19T01:18:20.5639525-08:00 22932 25052 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T01:18:20.5639719-08:00 22932 25052 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T01:18:20.5872613-08:00 22932 25052 [PortAudio] PA - PlatformId = 0x2 2018-11-19T01:18:20.5873011-08:00 22932 25052 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T01:18:20.5873416-08:00 22932 25052 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T01:18:20.6120828-08:00 22932 25052 [PortAudio] PA - PlatformId = 0x2 2018-11-19T01:18:20.6121244-08:00 22932 25052 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T01:18:20.6121437-08:00 22932 25052 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T01:18:20.6319881-08:00 22932 25052 [PortAudio] PA - PlatformId = 0x2 2018-11-19T01:18:20.6320301-08:00 22932 25052 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T01:18:20.6320501-08:00 22932 25052 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T01:18:20.6322765-08:00 22932 25052 [PortAudio] after paHostApiInitializers[1]. 2018-11-19T01:18:20.6323046-08:00 22932 25052 [PortAudio] before paHostApiInitializers[2]. 2018-11-19T01:18:20.6654914-08:00 22932 25052 [PortAudio] WASAPI: device idx: 00 2018-11-19T01:18:20.6655304-08:00 22932 25052 [PortAudio] WASAPI: --------------- 2018-11-19T01:18:20.6697963-08:00 22932 25052 [PortAudio] WASAPI:0| name[ASUS VS247 (NVIDIA High Definition Audio)] 2018-11-19T01:18:20.6715055-08:00 22932 25052 [PortAudio] WASAPI:0| form-factor[9] 2018-11-19T01:18:20.6715376-08:00 22932 25052 [PortAudio] WASAPI: getting Windows version with RtlGetVersion() 2018-11-19T01:18:20.6715573-08:00 22932 25052 [PortAudio] WASAPI: Windows version = 5 2018-11-19T01:18:20.6715752-08:00 22932 25052 [PortAudio] WASAPI: IAudioClient version = 3 2018-11-19T01:18:20.6751603-08:00 22932 25052 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]} 2018-11-19T01:18:20.6752252-08:00 22932 25052 [PortAudio] WASAPI: device idx: 01 2018-11-19T01:18:20.6752478-08:00 22932 25052 [PortAudio] WASAPI: --------------- 2018-11-19T01:18:20.6792326-08:00 22932 25052 [PortAudio] WASAPI:1| name[Speakers (Realtek High Definition Audio)] 2018-11-19T01:18:20.6807715-08:00 22932 25052 [PortAudio] WASAPI:1| form-factor[1] 2018-11-19T01:18:20.6837155-08:00 22932 25052 [PortAudio] WASAPI:1| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]} 2018-11-19T01:18:20.6837673-08:00 22932 25052 [PortAudio] WASAPI: device idx: 02 2018-11-19T01:18:20.6838023-08:00 22932 25052 [PortAudio] WASAPI: --------------- 2018-11-19T01:18:20.6867915-08:00 22932 25052 [PortAudio] WASAPI:2| name[Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)] 2018-11-19T01:18:20.6879184-08:00 22932 25052 [PortAudio] WASAPI:2| form-factor[1] 2018-11-19T01:18:20.6902337-08:00 22932 25052 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]} 2018-11-19T01:18:20.6902865-08:00 22932 25052 [PortAudio] WASAPI: device idx: 03 2018-11-19T01:18:20.6903201-08:00 22932 25052 [PortAudio] WASAPI: --------------- 2018-11-19T01:18:20.6931285-08:00 22932 25052 [PortAudio] WASAPI:3| name[Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)] 2018-11-19T01:18:20.6942133-08:00 22932 25052 [PortAudio] WASAPI:3| form-factor[2] 2018-11-19T01:18:20.6962370-08:00 22932 25052 [PortAudio] WASAPI:3| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]} 2018-11-19T01:18:20.6962880-08:00 22932 25052 [PortAudio] WASAPI: device idx: 04 2018-11-19T01:18:20.6963212-08:00 22932 25052 [PortAudio] WASAPI: --------------- 2018-11-19T01:18:20.7001441-08:00 22932 25052 [PortAudio] WASAPI:4| name[Microphone (Realtek High Definition Audio)] 2018-11-19T01:18:20.7016927-08:00 22932 25052 [PortAudio] WASAPI:4| form-factor[4] 2018-11-19T01:18:20.7051371-08:00 22932 25052 [PortAudio] WASAPI:4| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]} 2018-11-19T01:18:20.7051816-08:00 22932 25052 [PortAudio] WASAPI: device idx: 05 2018-11-19T01:18:20.7052152-08:00 22932 25052 [PortAudio] WASAPI: --------------- 2018-11-19T01:18:20.7091989-08:00 22932 25052 [PortAudio] WASAPI:5| name[Stereo Mix (Realtek High Definition Audio)] 2018-11-19T01:18:20.7107309-08:00 22932 25052 [PortAudio] WASAPI:5| form-factor[10] 2018-11-19T01:18:20.7136212-08:00 22932 25052 [PortAudio] WASAPI:5| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]} 2018-11-19T01:18:20.7136730-08:00 22932 25052 [PortAudio] WASAPI: device list created ok 2018-11-19T01:18:20.7137117-08:00 22932 25052 [PortAudio] WASAPI: initialized ok 2018-11-19T01:18:20.7137310-08:00 22932 25052 [PortAudio] after paHostApiInitializers[2]. 2018-11-19T01:18:20.7137485-08:00 22932 25052 [PortAudio] before paHostApiInitializers[3]. 2018-11-19T01:18:20.7156477-08:00 22932 25052 [PortAudio] Setup called 2018-11-19T01:18:20.7156772-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7157363-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7157881-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7158319-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7159121-08:00 22932 25052 [PortAudio] Device 1 has capture alias 2018-11-19T01:18:20.7159365-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7160456-08:00 22932 25052 [PortAudio] noError = 1 2018-11-19T01:18:20.7160667-08:00 22932 25052 [PortAudio] Device 2 has render alias 2018-11-19T01:18:20.7161087-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7161510-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7162264-08:00 22932 25052 [PortAudio] Device 3 has capture alias 2018-11-19T01:18:20.7162501-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7163289-08:00 22932 25052 [PortAudio] noError = 1 2018-11-19T01:18:20.7163501-08:00 22932 25052 [PortAudio] Device 4 has render alias 2018-11-19T01:18:20.7163920-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7164398-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7164835-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7165251-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7165689-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7166104-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7166907-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7167403-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7167873-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7168289-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7168723-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7169474-08:00 22932 25052 [PortAudio] noError = 1 2018-11-19T01:18:20.7169685-08:00 22932 25052 [PortAudio] Device 10 has render alias 2018-11-19T01:18:20.7170948-08:00 22932 25052 [PortAudio] Device 10 has capture alias 2018-11-19T01:18:20.7171557-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7173603-08:00 22932 25052 [PortAudio] noError = 1 2018-11-19T01:18:20.7174157-08:00 22932 25052 [PortAudio] Device 11 has render alias 2018-11-19T01:18:20.7175962-08:00 22932 25052 [PortAudio] Device 11 has capture alias 2018-11-19T01:18:20.7176750-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7177946-08:00 22932 25052 [PortAudio] noError = 0 2018-11-19T01:18:20.7178901-08:00 22932 25052 [PortAudio] Enum called 2018-11-19T01:18:20.7179299-08:00 22932 25052 [PortAudio] Interfaces found: 6 2018-11-19T01:18:20.7183157-08:00 22932 25052 [PortAudio] Device 1 has capture alias 2018-11-19T01:18:20.7185378-08:00 22932 25052 [PortAudio] Device 1 has realtime alias 2018-11-19T01:18:20.7186275-08:00 22932 25052 [PortAudio] Interface 1, Name: R 2018-11-19T01:18:20.7186891-08:00 22932 25052 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Mic input' 2018-11-19T01:18:20.7187409-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7188962-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T01:18:20.7189323-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7189513-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T01:18:20.7189870-08:00 22932 25052 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7190282-08:00 22932 25052 [PortAudio] PinNew: Creating pin 0: 2018-11-19T01:18:20.7190811-08:00 22932 25052 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T01:18:20.7190994-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7191165-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7191336-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7191504-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7191675-08:00 22932 25052 [PortAudio] PinNew: Format PCM 32 bit supported 2018-11-19T01:18:20.7191843-08:00 22932 25052 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T01:18:20.7192080-08:00 22932 25052 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T01:18:20.7192259-08:00 22932 25052 [PortAudio] PinNew: Finding topology pin... 2018-11-19T01:18:20.7192434-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections... 2018-11-19T01:18:20.7192748-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: returning 000001E4100005C8 2018-11-19T01:18:20.7192934-08:00 22932 25052 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1 2018-11-19T01:18:20.7193244-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 000001E4100005C8) 2018-11-19T01:18:20.7193415-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E4100005B8 2018-11-19T01:18:20.7193586-08:00 22932 25052 [PortAudio] PinNew: Getting physical connection... 2018-11-19T01:18:20.7193809-08:00 22932 25052 [PortAudio] PinNew: Physical connection found! 2018-11-19T01:18:20.7194042-08:00 22932 25052 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtMicInTopo' 2018-11-19T01:18:20.7194232-08:00 22932 25052 [PortAudio] FilterNew: Creating filter '' 2018-11-19T01:18:20.7194436-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7194859-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=3 2018-11-19T01:18:20.7195060-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7195235-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=2,ToPin=1 2018-11-19T01:18:20.7195410-08:00 22932 25052 [PortAudio] Connection: 2 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1 2018-11-19T01:18:20.7195581-08:00 22932 25052 [PortAudio] Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T01:18:20.7195767-08:00 22932 25052 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7195946-08:00 22932 25052 [PortAudio] Node: 1 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7196128-08:00 22932 25052 [PortAudio] Node: 2 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7196405-08:00 22932 25052 [PortAudio] PinNew: Opening topology filter... 2018-11-19T01:18:20.7196657-08:00 22932 25052 [PortAudio] PinNew: Checking for input endpoint pin id (0)... 2018-11-19T01:18:20.7196850-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 4 connections... 2018-11-19T01:18:20.7197022-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: returning 000001E40FFF80A8 2018-11-19T01:18:20.7197197-08:00 22932 25052 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0 2018-11-19T01:18:20.7197372-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000001E40FFF80A8) 2018-11-19T01:18:20.7197543-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E40FFF8098 2018-11-19T01:18:20.7197714-08:00 22932 25052 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0 2018-11-19T01:18:20.7197890-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000001E40FFF8098) 2018-11-19T01:18:20.7198057-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E40FFF8088 2018-11-19T01:18:20.7198229-08:00 22932 25052 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0 2018-11-19T01:18:20.7198400-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000001E40FFF8088) 2018-11-19T01:18:20.7198571-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E40FFF8078 2018-11-19T01:18:20.7198739-08:00 22932 25052 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T01:18:20.7199180-08:00 22932 25052 [PortAudio] PinNew: Input friendly name 'M' 2018-11-19T01:18:20.7199388-08:00 22932 25052 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T01:18:20.7199596-08:00 22932 25052 [PortAudio] Pin created successfully 2018-11-19T01:18:20.7199771-08:00 22932 25052 [PortAudio] PinNew: Creating pin 1: 2018-11-19T01:18:20.7200136-08:00 22932 25052 [PortAudio] PinNew: Not source/sink 2018-11-19T01:18:20.7200471-08:00 22932 25052 [PortAudio] PinNew: Error -9996 2018-11-19T01:18:20.7200821-08:00 22932 25052 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T01:18:20.7201627-08:00 22932 25052 [PortAudio] Device 2 has render alias 2018-11-19T01:18:20.7202619-08:00 22932 25052 [PortAudio] Device 2 has realtime alias 2018-11-19T01:18:20.7203093-08:00 22932 25052 [PortAudio] Interface 2, Name: R 2018-11-19T01:18:20.7203330-08:00 22932 25052 [PortAudio] FilterNew: Creating filter 'Realtek HDA SPDIF Out' 2018-11-19T01:18:20.7203513-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7203914-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T01:18:20.7204114-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7204293-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T01:18:20.7204479-08:00 22932 25052 [PortAudio] Node: 0 - {DFF21FE5-F70F-11D0-B917-00A0C9223196} 2018-11-19T01:18:20.7204986-08:00 22932 25052 [PortAudio] PinNew: Creating pin 0: 2018-11-19T01:18:20.7205402-08:00 22932 25052 [PortAudio] PinNew: Checking 6 no of dataranges... 2018-11-19T01:18:20.7205588-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7205759-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7205927-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7206091-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7206259-08:00 22932 25052 [PortAudio] PinNew: Format PCM 32 bit supported 2018-11-19T01:18:20.7206426-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7206591-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7206758-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7206926-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7207094-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7207258-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7207426-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7207590-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7207757-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7207925-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7208089-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7208257-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7208425-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7208593-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7208757-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7208928-08:00 22932 25052 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T01:18:20.7209158-08:00 22932 25052 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T01:18:20.7209333-08:00 22932 25052 [PortAudio] PinNew: Finding topology pin... 2018-11-19T01:18:20.7209508-08:00 22932 25052 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections... 2018-11-19T01:18:20.7209679-08:00 22932 25052 [PortAudio] FindStartConnectionTo: returning 000001E410000378 2018-11-19T01:18:20.7209862-08:00 22932 25052 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1 2018-11-19T01:18:20.7210435-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000001E410000378) 2018-11-19T01:18:20.7210748-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E410000388 2018-11-19T01:18:20.7211084-08:00 22932 25052 [PortAudio] PinNew: Getting physical connection... 2018-11-19T01:18:20.7211284-08:00 22932 25052 [PortAudio] PinNew: Physical connection found! 2018-11-19T01:18:20.7211510-08:00 22932 25052 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtSpdifTopo' 2018-11-19T01:18:20.7211704-08:00 22932 25052 [PortAudio] FilterNew: Creating filter '' 2018-11-19T01:18:20.7211875-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7212251-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T01:18:20.7212447-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7212626-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T01:18:20.7212812-08:00 22932 25052 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7213067-08:00 22932 25052 [PortAudio] PinNew: Opening topology filter... 2018-11-19T01:18:20.7213337-08:00 22932 25052 [PortAudio] PinNew: Checking for output endpoint pin id... 2018-11-19T01:18:20.7213542-08:00 22932 25052 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections... 2018-11-19T01:18:20.7213717-08:00 22932 25052 [PortAudio] FindStartConnectionTo: returning 000001E410000618 2018-11-19T01:18:20.7213888-08:00 22932 25052 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1 2018-11-19T01:18:20.7214063-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000001E410000618) 2018-11-19T01:18:20.7214234-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E410000628 2018-11-19T01:18:20.7214402-08:00 22932 25052 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T01:18:20.7214654-08:00 22932 25052 [PortAudio] GetNameFromCategory: USB GUID 0605 -> 'SPDIF' 2018-11-19T01:18:20.7214847-08:00 22932 25052 [PortAudio] PinNew: Pin name 'S' 2018-11-19T01:18:20.7215018-08:00 22932 25052 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T01:18:20.7215215-08:00 22932 25052 [PortAudio] Pin created successfully 2018-11-19T01:18:20.7215390-08:00 22932 25052 [PortAudio] PinNew: Creating pin 1: 2018-11-19T01:18:20.7215598-08:00 22932 25052 [PortAudio] PinNew: Not source/sink 2018-11-19T01:18:20.7215773-08:00 22932 25052 [PortAudio] PinNew: Error -9996 2018-11-19T01:18:20.7215988-08:00 22932 25052 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T01:18:20.7217006-08:00 22932 25052 [PortAudio] Device 3 has capture alias 2018-11-19T01:18:20.7217805-08:00 22932 25052 [PortAudio] Device 3 has realtime alias 2018-11-19T01:18:20.7218290-08:00 22932 25052 [PortAudio] Interface 3, Name: R 2018-11-19T01:18:20.7218527-08:00 22932 25052 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Stereo input' 2018-11-19T01:18:20.7218709-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7219106-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T01:18:20.7219307-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7219486-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T01:18:20.7219672-08:00 22932 25052 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7220113-08:00 22932 25052 [PortAudio] PinNew: Creating pin 0: 2018-11-19T01:18:20.7220623-08:00 22932 25052 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T01:18:20.7220806-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7220973-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7221141-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7221309-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7221480-08:00 22932 25052 [PortAudio] PinNew: Format PCM 32 bit supported 2018-11-19T01:18:20.7221648-08:00 22932 25052 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T01:18:20.7221878-08:00 22932 25052 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T01:18:20.7222053-08:00 22932 25052 [PortAudio] PinNew: Finding topology pin... 2018-11-19T01:18:20.7222228-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections... 2018-11-19T01:18:20.7222399-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: returning 000001E410000448 2018-11-19T01:18:20.7222574-08:00 22932 25052 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1 2018-11-19T01:18:20.7222746-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 000001E410000448) 2018-11-19T01:18:20.7222917-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E410000438 2018-11-19T01:18:20.7223088-08:00 22932 25052 [PortAudio] PinNew: Getting physical connection... 2018-11-19T01:18:20.7223289-08:00 22932 25052 [PortAudio] PinNew: Physical connection found! 2018-11-19T01:18:20.7223537-08:00 22932 25052 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtStereoMixTopo' 2018-11-19T01:18:20.7223763-08:00 22932 25052 [PortAudio] FilterNew: Creating filter '' 2018-11-19T01:18:20.7223945-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7224314-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2 2018-11-19T01:18:20.7224507-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1 2018-11-19T01:18:20.7224682-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=1,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7224857-08:00 22932 25052 [PortAudio] Connection: 2 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T01:18:20.7225036-08:00 22932 25052 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7225218-08:00 22932 25052 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7225473-08:00 22932 25052 [PortAudio] PinNew: Opening topology filter... 2018-11-19T01:18:20.7225729-08:00 22932 25052 [PortAudio] PinNew: Checking for input endpoint pin id (0)... 2018-11-19T01:18:20.7225915-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 3 connections... 2018-11-19T01:18:20.7226090-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: returning 000001E410031F68 2018-11-19T01:18:20.7226261-08:00 22932 25052 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0 2018-11-19T01:18:20.7226436-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 000001E410031F68) 2018-11-19T01:18:20.7226604-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E410031F58 2018-11-19T01:18:20.7226779-08:00 22932 25052 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0 2018-11-19T01:18:20.7226950-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 000001E410031F58) 2018-11-19T01:18:20.7227118-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E410031F48 2018-11-19T01:18:20.7227286-08:00 22932 25052 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T01:18:20.7227698-08:00 22932 25052 [PortAudio] PinNew: Input friendly name 'S' 2018-11-19T01:18:20.7227906-08:00 22932 25052 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T01:18:20.7228110-08:00 22932 25052 [PortAudio] Pin created successfully 2018-11-19T01:18:20.7228285-08:00 22932 25052 [PortAudio] PinNew: Creating pin 1: 2018-11-19T01:18:20.7228493-08:00 22932 25052 [PortAudio] PinNew: Not source/sink 2018-11-19T01:18:20.7228668-08:00 22932 25052 [PortAudio] PinNew: Error -9996 2018-11-19T01:18:20.7228880-08:00 22932 25052 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T01:18:20.7229682-08:00 22932 25052 [PortAudio] Device 4 has render alias 2018-11-19T01:18:20.7231618-08:00 22932 25052 [PortAudio] Device 4 has realtime alias 2018-11-19T01:18:20.7232263-08:00 22932 25052 [PortAudio] Interface 4, Name: R 2018-11-19T01:18:20.7232504-08:00 22932 25052 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio output' 2018-11-19T01:18:20.7232683-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7233084-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T01:18:20.7233284-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7233463-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T01:18:20.7233649-08:00 22932 25052 [PortAudio] Node: 0 - {507AE360-C554-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7233879-08:00 22932 25052 [PortAudio] PinNew: Creating pin 0: 2018-11-19T01:18:20.7234243-08:00 22932 25052 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T01:18:20.7234422-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7234615-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7234801-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7234973-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7235140-08:00 22932 25052 [PortAudio] PinNew: Format PCM 32 bit supported 2018-11-19T01:18:20.7235308-08:00 22932 25052 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T01:18:20.7235538-08:00 22932 25052 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T01:18:20.7235713-08:00 22932 25052 [PortAudio] PinNew: Finding topology pin... 2018-11-19T01:18:20.7235888-08:00 22932 25052 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections... 2018-11-19T01:18:20.7236059-08:00 22932 25052 [PortAudio] FindStartConnectionTo: returning 000001E410000678 2018-11-19T01:18:20.7236231-08:00 22932 25052 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1 2018-11-19T01:18:20.7236406-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000001E410000678) 2018-11-19T01:18:20.7236574-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E410000688 2018-11-19T01:18:20.7236741-08:00 22932 25052 [PortAudio] PinNew: Getting physical connection... 2018-11-19T01:18:20.7236942-08:00 22932 25052 [PortAudio] PinNew: Physical connection found! 2018-11-19T01:18:20.7237168-08:00 22932 25052 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\SingleLineOutTopo' 2018-11-19T01:18:20.7237358-08:00 22932 25052 [PortAudio] FilterNew: Creating filter '' 2018-11-19T01:18:20.7237533-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7237905-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2 2018-11-19T01:18:20.7238098-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7238273-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1 2018-11-19T01:18:20.7238448-08:00 22932 25052 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T01:18:20.7238630-08:00 22932 25052 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7238809-08:00 22932 25052 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7239068-08:00 22932 25052 [PortAudio] PinNew: Opening topology filter... 2018-11-19T01:18:20.7239320-08:00 22932 25052 [PortAudio] PinNew: Checking for output endpoint pin id... 2018-11-19T01:18:20.7239509-08:00 22932 25052 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 3 connections... 2018-11-19T01:18:20.7239681-08:00 22932 25052 [PortAudio] FindStartConnectionTo: returning 000001E4100321C8 2018-11-19T01:18:20.7240214-08:00 22932 25052 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1 2018-11-19T01:18:20.7240389-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 000001E4100321C8) 2018-11-19T01:18:20.7240560-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E4100321D8 2018-11-19T01:18:20.7240732-08:00 22932 25052 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1 2018-11-19T01:18:20.7240903-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 000001E4100321D8) 2018-11-19T01:18:20.7241071-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E4100321E8 2018-11-19T01:18:20.7241242-08:00 22932 25052 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T01:18:20.7241450-08:00 22932 25052 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers' 2018-11-19T01:18:20.7241632-08:00 22932 25052 [PortAudio] PinNew: Pin name 'S' 2018-11-19T01:18:20.7241804-08:00 22932 25052 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T01:18:20.7241997-08:00 22932 25052 [PortAudio] Pin created successfully 2018-11-19T01:18:20.7242424-08:00 22932 25052 [PortAudio] PinNew: Creating pin 1: 2018-11-19T01:18:20.7242668-08:00 22932 25052 [PortAudio] PinNew: Not source/sink 2018-11-19T01:18:20.7242847-08:00 22932 25052 [PortAudio] PinNew: Error -9996 2018-11-19T01:18:20.7243066-08:00 22932 25052 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T01:18:20.7245928-08:00 22932 25052 [PortAudio] Device 10 has render alias 2018-11-19T01:18:20.7246669-08:00 22932 25052 [PortAudio] Device 10 has capture alias 2018-11-19T01:18:20.7247464-08:00 22932 25052 [PortAudio] Device 10 has realtime alias 2018-11-19T01:18:20.7247901-08:00 22932 25052 [PortAudio] FilterNew: Creating filter '' 2018-11-19T01:18:20.7248113-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7248547-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0 2018-11-19T01:18:20.7248751-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T01:18:20.7248991-08:00 22932 25052 [PortAudio] PinNew: Creating pin 0: 2018-11-19T01:18:20.7249371-08:00 22932 25052 [PortAudio] PinNew: Checking 16 no of dataranges... 2018-11-19T01:18:20.7249549-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7249735-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7249906-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7250078-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7250245-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7250413-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7250581-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7250749-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7250916-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7251084-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7251252-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7251420-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7251587-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7251755-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7251923-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7252094-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7252262-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7252430-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7252597-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7252765-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7252933-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7253097-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7253265-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7253433-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7253600-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7253768-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7253936-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7254104-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7254271-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7254439-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7254607-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7254775-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7254964-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7255154-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7255322-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7255493-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7255661-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7255825-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7255996-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7256164-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7256332-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7256499-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7256667-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7256831-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7257003-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7257170-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7257335-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T01:18:20.7257502-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7257674-08:00 22932 25052 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T01:18:20.7257914-08:00 22932 25052 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T01:18:20.7258089-08:00 22932 25052 [PortAudio] PinNew: Finding topology pin... 2018-11-19T01:18:20.7258264-08:00 22932 25052 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections... 2018-11-19T01:18:20.7258439-08:00 22932 25052 [PortAudio] FindStartConnectionTo: returning 000001E40FFFF958 2018-11-19T01:18:20.7258607-08:00 22932 25052 [PortAudio] PinNew: Getting physical connection... 2018-11-19T01:18:20.7258811-08:00 22932 25052 [PortAudio] PinNew: Physical connection found! 2018-11-19T01:18:20.7259038-08:00 22932 25052 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_0083&SUBSYS_00000000&REV_1001#5&1c12507c&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo01' 2018-11-19T01:18:20.7259224-08:00 22932 25052 [PortAudio] FilterNew: Creating filter '' 2018-11-19T01:18:20.7259395-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7259968-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T01:18:20.7260172-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7260485-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T01:18:20.7260671-08:00 22932 25052 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7260927-08:00 22932 25052 [PortAudio] PinNew: Opening topology filter... 2018-11-19T01:18:20.7261178-08:00 22932 25052 [PortAudio] PinNew: Checking for output endpoint pin id... 2018-11-19T01:18:20.7261368-08:00 22932 25052 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections... 2018-11-19T01:18:20.7261543-08:00 22932 25052 [PortAudio] FindStartConnectionTo: returning 000001E4100003A8 2018-11-19T01:18:20.7261718-08:00 22932 25052 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1 2018-11-19T01:18:20.7261893-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000001E4100003A8) 2018-11-19T01:18:20.7262064-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E4100003B8 2018-11-19T01:18:20.7262232-08:00 22932 25052 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T01:18:20.7262440-08:00 22932 25052 [PortAudio] PinNew: Pin name 'O' 2018-11-19T01:18:20.7262615-08:00 22932 25052 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T01:18:20.7262830-08:00 22932 25052 [PortAudio] Pin created successfully 2018-11-19T01:18:20.7263020-08:00 22932 25052 [PortAudio] PinNew: Creating pin 1: 2018-11-19T01:18:20.7263250-08:00 22932 25052 [PortAudio] PinNew: Not source/sink 2018-11-19T01:18:20.7263432-08:00 22932 25052 [PortAudio] PinNew: Error -9996 2018-11-19T01:18:20.7263647-08:00 22932 25052 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T01:18:20.7264380-08:00 22932 25052 [PortAudio] Device 11 has render alias 2018-11-19T01:18:20.7265051-08:00 22932 25052 [PortAudio] Device 11 has capture alias 2018-11-19T01:18:20.7265682-08:00 22932 25052 [PortAudio] Interface 11, Name: V 2018-11-19T01:18:20.7265926-08:00 22932 25052 [PortAudio] FilterNew: Creating filter 'VB-Audio Hi-Fi Cable' 2018-11-19T01:18:20.7266105-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7266546-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=5, nodes=3 2018-11-19T01:18:20.7266751-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7266929-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T01:18:20.7267104-08:00 22932 25052 [PortAudio] Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1 2018-11-19T01:18:20.7267276-08:00 22932 25052 [PortAudio] Connection: 3 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1 2018-11-19T01:18:20.7267447-08:00 22932 25052 [PortAudio] Connection: 4 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=3 2018-11-19T01:18:20.7267633-08:00 22932 25052 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7267815-08:00 22932 25052 [PortAudio] Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7267994-08:00 22932 25052 [PortAudio] Node: 2 - {9DB7B9E0-C555-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7268220-08:00 22932 25052 [PortAudio] PinNew: Creating pin 0: 2018-11-19T01:18:20.7268625-08:00 22932 25052 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T01:18:20.7268807-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7268979-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 8 2018-11-19T01:18:20.7269146-08:00 22932 25052 [PortAudio] PinNew: Format PCM 8 bit supported 2018-11-19T01:18:20.7269311-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7269478-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7269650-08:00 22932 25052 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T01:18:20.7269864-08:00 22932 25052 [PortAudio] PinNew: Finding topology pin... 2018-11-19T01:18:20.7270043-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 5 connections... 2018-11-19T01:18:20.7270215-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: returning 000001E40FFF0378 2018-11-19T01:18:20.7270390-08:00 22932 25052 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=-1 2018-11-19T01:18:20.7270565-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 5 connections... (pTo = 000001E40FFF0378) 2018-11-19T01:18:20.7270732-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E40FFF0368 2018-11-19T01:18:20.7270904-08:00 22932 25052 [PortAudio] PinNew: Getting physical connection... 2018-11-19T01:18:20.7271101-08:00 22932 25052 [PortAudio] PinNew: Physical connection found! 2018-11-19T01:18:20.7271316-08:00 22932 25052 [PortAudio] PinNew: Creating topology filter '\\?\ROOT#MEDIA#0000#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topology' 2018-11-19T01:18:20.7271509-08:00 22932 25052 [PortAudio] FilterNew: Creating filter '' 2018-11-19T01:18:20.7271684-08:00 22932 25052 [PortAudio] FilterNew: Opening filter... 2018-11-19T01:18:20.7272052-08:00 22932 25052 [PortAudio] DumpConnectionsAndNodes: connections=10, nodes=8 2018-11-19T01:18:20.7272246-08:00 22932 25052 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T01:18:20.7272443-08:00 22932 25052 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1 2018-11-19T01:18:20.7272632-08:00 22932 25052 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=3,ToPin=1 2018-11-19T01:18:20.7272807-08:00 22932 25052 [PortAudio] Connection: 3 - FromNode=4294967295,FromPin=1 -> ToNode=2,ToPin=1 2018-11-19T01:18:20.7272982-08:00 22932 25052 [PortAudio] Connection: 4 - FromNode=2,FromPin=0 -> ToNode=6,ToPin=1 2018-11-19T01:18:20.7273154-08:00 22932 25052 [PortAudio] Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4,ToPin=1 2018-11-19T01:18:20.7273325-08:00 22932 25052 [PortAudio] Connection: 6 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=2 2018-11-19T01:18:20.7273500-08:00 22932 25052 [PortAudio] Connection: 7 - FromNode=6,FromPin=0 -> ToNode=7,ToPin=1 2018-11-19T01:18:20.7273672-08:00 22932 25052 [PortAudio] Connection: 8 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=3 2018-11-19T01:18:20.7273843-08:00 22932 25052 [PortAudio] Connection: 9 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=3 2018-11-19T01:18:20.7274025-08:00 22932 25052 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7274208-08:00 22932 25052 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7274386-08:00 22932 25052 [PortAudio] Node: 2 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7274565-08:00 22932 25052 [PortAudio] Node: 3 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7274747-08:00 22932 25052 [PortAudio] Node: 4 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7274930-08:00 22932 25052 [PortAudio] Node: 5 - {2CEAF780-C556-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7275108-08:00 22932 25052 [PortAudio] Node: 6 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7275287-08:00 22932 25052 [PortAudio] Node: 7 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T01:18:20.7275546-08:00 22932 25052 [PortAudio] PinNew: Opening topology filter... 2018-11-19T01:18:20.7275798-08:00 22932 25052 [PortAudio] PinNew: Checking for input endpoint pin id (0)... 2018-11-19T01:18:20.7275987-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 10 connections... 2018-11-19T01:18:20.7276162-08:00 22932 25052 [PortAudio] FindStartConnectionFrom: returning 000001E410043508 2018-11-19T01:18:20.7276337-08:00 22932 25052 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0 2018-11-19T01:18:20.7276512-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 000001E410043508) 2018-11-19T01:18:20.7276684-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E4100434F8 2018-11-19T01:18:20.7276859-08:00 22932 25052 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0 2018-11-19T01:18:20.7277030-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 000001E4100434F8) 2018-11-19T01:18:20.7277202-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E4100434C8 2018-11-19T01:18:20.7277373-08:00 22932 25052 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0 2018-11-19T01:18:20.7277548-08:00 22932 25052 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 000001E4100434C8) 2018-11-19T01:18:20.7277719-08:00 22932 25052 [PortAudio] GetConnectionFrom: Returning 000001E4100434B8 2018-11-19T01:18:20.7277891-08:00 22932 25052 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T01:18:20.7278303-08:00 22932 25052 [PortAudio] PinNew: Input friendly name 'H' 2018-11-19T01:18:20.7278511-08:00 22932 25052 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T01:18:20.7278715-08:00 22932 25052 [PortAudio] Pin created successfully 2018-11-19T01:18:20.7278890-08:00 22932 25052 [PortAudio] PinNew: Creating pin 1: 2018-11-19T01:18:20.7279098-08:00 22932 25052 [PortAudio] PinNew: Not source/sink 2018-11-19T01:18:20.7279273-08:00 22932 25052 [PortAudio] PinNew: Error -9996 2018-11-19T01:18:20.7279466-08:00 22932 25052 [PortAudio] PinNew: Creating pin 2: 2018-11-19T01:18:20.7280236-08:00 22932 25052 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T01:18:20.7280564-08:00 22932 25052 [PortAudio] PinNew: DR major format 73647561 2018-11-19T01:18:20.7280896-08:00 22932 25052 [PortAudio] PinNew: MaxChannel: 8 2018-11-19T01:18:20.7281067-08:00 22932 25052 [PortAudio] PinNew: Format PCM 8 bit supported 2018-11-19T01:18:20.7281231-08:00 22932 25052 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T01:18:20.7281399-08:00 22932 25052 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T01:18:20.7281570-08:00 22932 25052 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T01:18:20.7281764-08:00 22932 25052 [PortAudio] PinNew: Finding topology pin... 2018-11-19T01:18:20.7281942-08:00 22932 25052 [PortAudio] FindStartConnectionTo: Startpin 2, Checking 5 connections... 2018-11-19T01:18:20.7282118-08:00 22932 25052 [PortAudio] FindStartConnectionTo: returning 000001E40FFF0388 2018-11-19T01:18:20.7282293-08:00 22932 25052 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1 2018-11-19T01:18:20.7282464-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 000001E40FFF0388) 2018-11-19T01:18:20.7282635-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E40FFF0398 2018-11-19T01:18:20.7282807-08:00 22932 25052 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1 2018-11-19T01:18:20.7282982-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 000001E40FFF0398) 2018-11-19T01:18:20.7283150-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E40FFF03A8 2018-11-19T01:18:20.7283317-08:00 22932 25052 [PortAudio] PinNew: Getting physical connection... 2018-11-19T01:18:20.7283518-08:00 22932 25052 [PortAudio] PinNew: Physical connection found! 2018-11-19T01:18:20.7283722-08:00 22932 25052 [PortAudio] PinNew: Opening topology filter... 2018-11-19T01:18:20.7283977-08:00 22932 25052 [PortAudio] PinNew: Checking for output endpoint pin id... 2018-11-19T01:18:20.7284167-08:00 22932 25052 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 10 connections... 2018-11-19T01:18:20.7284338-08:00 22932 25052 [PortAudio] FindStartConnectionTo: returning 000001E410043488 2018-11-19T01:18:20.7284513-08:00 22932 25052 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1 2018-11-19T01:18:20.7284688-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 000001E410043488) 2018-11-19T01:18:20.7284860-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E410043498 2018-11-19T01:18:20.7285031-08:00 22932 25052 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1 2018-11-19T01:18:20.7285206-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 000001E410043498) 2018-11-19T01:18:20.7285378-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E4100434A8 2018-11-19T01:18:20.7285549-08:00 22932 25052 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1 2018-11-19T01:18:20.7285720-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 000001E4100434A8) 2018-11-19T01:18:20.7285892-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E4100434D8 2018-11-19T01:18:20.7286063-08:00 22932 25052 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1 2018-11-19T01:18:20.7286235-08:00 22932 25052 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 000001E4100434D8) 2018-11-19T01:18:20.7286406-08:00 22932 25052 [PortAudio] GetConnectionTo: Returning 000001E4100434E8 2018-11-19T01:18:20.7286574-08:00 22932 25052 [PortAudio] PinNew: Found endpoint pin id 2 2018-11-19T01:18:20.7286782-08:00 22932 25052 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers' 2018-11-19T01:18:20.7286964-08:00 22932 25052 [PortAudio] PinNew: Pin name 'S' 2018-11-19T01:18:20.7287132-08:00 22932 25052 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T01:18:20.7287343-08:00 22932 25052 [PortAudio] Pin created successfully 2018-11-19T01:18:20.7287529-08:00 22932 25052 [PortAudio] PinNew: Creating pin 3: 2018-11-19T01:18:20.7287733-08:00 22932 25052 [PortAudio] PinNew: Not source/sink 2018-11-19T01:18:20.7287912-08:00 22932 25052 [PortAudio] PinNew: Error -9996 2018-11-19T01:18:20.7288127-08:00 22932 25052 [PortAudio] Filter (WaveCyclic) created with 2 valid pins (total I/Os: 2) 2018-11-19T01:18:20.7333741-08:00 22932 25052 [PortAudio] after paHostApiInitializers[3]. 2018-11-19T01:18:20.9702178-08:00 22932 25052 [PortAudio] TerminateHostApis in 2018-11-19T01:18:20.9718001-08:00 22932 25052 [PortAudio] TerminateHostApis out 2018-11-19T01:18:20.9718691-08:00 22932 25052 Disabling PortAudio debug output redirection 2018-11-19T01:18:20.9719143-08:00 22932 25052 Closing logfile

FlexASIOTest_x64.exe cmd: C:\Program Files\FlexASIO\x64>FlexASIOTest_x64.exe ASIOInit(asioVersion = 2) -> 0 [ASE_OK] asioVersion = 2 driverVersion = 2 name = FlexASIO errorMessage = No ASIO Driver Error sysRef = 0000000000000000

ASIOGetChannels()
-> 0 [ASE_OK]
Channel count: 8 input, 0 output

ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 48000

ASIOCanSampleRate(44100)
-> -995 [ASE_NoClock]
ASIOCanSampleRate(48000)
-> -995 [ASE_NoClock]
ASIOCanSampleRate(96000)
-> -995 [ASE_NoClock]
ASIOCanSampleRate(192000)
-> -995 [ASE_NoClock]
ASIOCanSampleRate(48000)
-> -995 [ASE_NoClock]

ASIOGetBufferSize()
-> 0 [ASE_OK]
Buffer size: min 48 max 48000 preferred 960 granularity 1

ASIOOutputReady()
-> -1000 [ASE_NotPresent]

ASIOGetChannelInfo(channel = 0 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 16 [ASIOSTInt16LSB] name = IN 0 FL (Front Left)
ASIOGetChannelInfo(channel = 1 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 16 [ASIOSTInt16LSB] name = IN 1 FR (Front Right)
ASIOGetChannelInfo(channel = 2 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 16 [ASIOSTInt16LSB] name = IN 2 FC (Front Center)
ASIOGetChannelInfo(channel = 3 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 16 [ASIOSTInt16LSB] name = IN 3 LFE (Low Frequency)
ASIOGetChannelInfo(channel = 4 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 16 [ASIOSTInt16LSB] name = IN 4 BL (Back Left)
ASIOGetChannelInfo(channel = 5 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 16 [ASIOSTInt16LSB] name = IN 5 BR (Back Right)
ASIOGetChannelInfo(channel = 6 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 16 [ASIOSTInt16LSB] name = IN 6 SL (Side Left)
ASIOGetChannelInfo(channel = 7 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 16 [ASIOSTInt16LSB] name = IN 7 SR (Side Right)

ASIOCreateBuffers(isInput = 1 channelNum = 0 isInput = 1 channelNum = 1 isInput = 1 channelNum = 2 isInput = 1 channelNum = 3 isInput = 1 channelNum = 4 isInput = 1 channelNum = 5 isInput = 1 channelNum = 6 isInput = 1 channelNum = 7 , bufferSize = 960, bufferSwitch = 00007FF64E512170 sampleRateDidChange = 00007FF64E5121E0 asioMessage = 00007FF64E512250 bufferSwitchTimeInfo = 00007FF64E5122E0)
-> -999 [ASE_HWMalfunction]

FlexASIOTest_x64.exe log: 2018-11-19T01:20:24.6629106-08:00 15764 9208 Logfile opened 2018-11-19T01:20:24.6638444-08:00 15764 9208 Log time source: GetSystemTimePreciseAsFileTime 2018-11-19T01:20:24.6639086-08:00 15764 9208 FlexASIO Release x64 1.0 built on 2018-11-18T17:18:22.4545644+00:00 2018-11-19T01:20:24.6639648-08:00 15764 9208 Host process: C:\Program Files\FlexASIO\x64\FlexASIOTest_x64.exe 2018-11-19T01:20:24.6639983-08:00 15764 9208 --- ENTERING CONTEXT: CFlexASIO() 2018-11-19T01:20:24.6640301-08:00 15764 9208 --- EXITING CONTEXT: CFlexASIO() [OK] 2018-11-19T01:20:24.6648900-08:00 15764 9208 --- ENTERING CONTEXT: init() 2018-11-19T01:20:24.6649477-08:00 15764 9208 Attempting to load configuration file: "C:\\Users\\Omar\\FlexASIO.toml" 2018-11-19T01:20:24.6651147-08:00 15764 9208 Configuration file successfully parsed as valid TOML: backend = "Windows WASAPI"

[input]
device = "Microphone (Realtek High Definition Audio)"
wasapiExclusiveMode = true

[output]
device = ""

2018-11-19T01:20:24.6651665-08:00 15764 9208 PortAudio version: PortAudio V19.6.0-devel, revision 0cdb346fdca725cfc98da5cbe2d079096f91b624-vcpkg
2018-11-19T01:20:24.6651883-08:00 15764 9208 Enabling PortAudio debug output redirection
2018-11-19T01:20:24.6652059-08:00 15764 9208 Initializing PortAudio
2018-11-19T01:20:24.6652296-08:00 15764 9208 [PortAudio] before paHostApiInitializers[0].
2018-11-19T01:20:24.7012960-08:00 15764 9208 [PortAudio] after paHostApiInitializers[0].
2018-11-19T01:20:24.7013449-08:00 15764 9208 [PortAudio] before paHostApiInitializers[1].
2018-11-19T01:20:25.5052752-08:00 15764 9208 [PortAudio] PA - PlatformId = 0x2
2018-11-19T01:20:25.5053183-08:00 15764 9208 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T01:20:25.5053380-08:00 15764 9208 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T01:20:25.5100685-08:00 15764 9208 [PortAudio] PA - PlatformId = 0x2
2018-11-19T01:20:25.5100962-08:00 15764 9208 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T01:20:25.5101148-08:00 15764 9208 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T01:20:25.5137707-08:00 15764 9208 [PortAudio] PA - PlatformId = 0x2
2018-11-19T01:20:25.5137976-08:00 15764 9208 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T01:20:25.5138159-08:00 15764 9208 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T01:20:25.5193928-08:00 15764 9208 [PortAudio] PA - PlatformId = 0x2
2018-11-19T01:20:25.5194570-08:00 15764 9208 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T01:20:25.5194957-08:00 15764 9208 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T01:20:25.5486728-08:00 15764 9208 [PortAudio] PA - PlatformId = 0x2
2018-11-19T01:20:25.5487159-08:00 15764 9208 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T01:20:25.5487355-08:00 15764 9208 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T01:20:25.5881701-08:00 15764 9208 [PortAudio] PA - PlatformId = 0x2
2018-11-19T01:20:25.5882160-08:00 15764 9208 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T01:20:25.5882379-08:00 15764 9208 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T01:20:25.6131499-08:00 15764 9208 [PortAudio] PA - PlatformId = 0x2
2018-11-19T01:20:25.6131918-08:00 15764 9208 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T01:20:25.6132115-08:00 15764 9208 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T01:20:25.6321372-08:00 15764 9208 [PortAudio] PA - PlatformId = 0x2
2018-11-19T01:20:25.6321814-08:00 15764 9208 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T01:20:25.6322018-08:00 15764 9208 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T01:20:25.6324688-08:00 15764 9208 [PortAudio] after paHostApiInitializers[1].
2018-11-19T01:20:25.6324979-08:00 15764 9208 [PortAudio] before paHostApiInitializers[2].
2018-11-19T01:20:25.6646556-08:00 15764 9208 [PortAudio] WASAPI: device idx: 00
2018-11-19T01:20:25.6646866-08:00 15764 9208 [PortAudio] WASAPI: ---------------
2018-11-19T01:20:25.6687774-08:00 15764 9208 [PortAudio] WASAPI:0| name[ASUS VS247 (NVIDIA High Definition Audio)]
2018-11-19T01:20:25.6704808-08:00 15764 9208 [PortAudio] WASAPI:0| form-factor[9]
2018-11-19T01:20:25.6705100-08:00 15764 9208 [PortAudio] WASAPI: getting Windows version with RtlGetVersion()
2018-11-19T01:20:25.6705676-08:00 15764 9208 [PortAudio] WASAPI: Windows version = 5
2018-11-19T01:20:25.6705888-08:00 15764 9208 [PortAudio] WASAPI: IAudioClient version = 3
2018-11-19T01:20:25.6740258-08:00 15764 9208 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-19T01:20:25.6740703-08:00 15764 9208 [PortAudio] WASAPI: device idx: 01
2018-11-19T01:20:25.6740893-08:00 15764 9208 [PortAudio] WASAPI: ---------------
2018-11-19T01:20:25.6778436-08:00 15764 9208 [PortAudio] WASAPI:1| name[Speakers (Realtek High Definition Audio)]
2018-11-19T01:20:25.6795006-08:00 15764 9208 [PortAudio] WASAPI:1| form-factor[1]
2018-11-19T01:20:25.6825310-08:00 15764 9208 [PortAudio] WASAPI:1| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-19T01:20:25.6825835-08:00 15764 9208 [PortAudio] WASAPI: device idx: 02
2018-11-19T01:20:25.6826160-08:00 15764 9208 [PortAudio] WASAPI: ---------------
2018-11-19T01:20:25.6853843-08:00 15764 9208 [PortAudio] WASAPI:2| name[Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)]
2018-11-19T01:20:25.6864535-08:00 15764 9208 [PortAudio] WASAPI:2| form-factor[1]
2018-11-19T01:20:25.6887348-08:00 15764 9208 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-19T01:20:25.6887859-08:00 15764 9208 [PortAudio] WASAPI: device idx: 03
2018-11-19T01:20:25.6888198-08:00 15764 9208 [PortAudio] WASAPI: ---------------
2018-11-19T01:20:25.6916041-08:00 15764 9208 [PortAudio] WASAPI:3| name[Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)]
2018-11-19T01:20:25.6930066-08:00 15764 9208 [PortAudio] WASAPI:3| form-factor[2]
2018-11-19T01:20:25.6950878-08:00 15764 9208 [PortAudio] WASAPI:3| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-19T01:20:25.6951407-08:00 15764 9208 [PortAudio] WASAPI: device idx: 04
2018-11-19T01:20:25.6951739-08:00 15764 9208 [PortAudio] WASAPI: ---------------
2018-11-19T01:20:25.6988148-08:00 15764 9208 [PortAudio] WASAPI:4| name[Microphone (Realtek High Definition Audio)]
2018-11-19T01:20:25.7003439-08:00 15764 9208 [PortAudio] WASAPI:4| form-factor[4]
2018-11-19T01:20:25.7034815-08:00 15764 9208 [PortAudio] WASAPI:4| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-19T01:20:25.7035454-08:00 15764 9208 [PortAudio] WASAPI: device idx: 05
2018-11-19T01:20:25.7035643-08:00 15764 9208 [PortAudio] WASAPI: ---------------
2018-11-19T01:20:25.7074200-08:00 15764 9208 [PortAudio] WASAPI:5| name[Stereo Mix (Realtek High Definition Audio)]
2018-11-19T01:20:25.7089476-08:00 15764 9208 [PortAudio] WASAPI:5| form-factor[10]
2018-11-19T01:20:25.7119197-08:00 15764 9208 [PortAudio] WASAPI:5| def.SR[48000] max.CH[8] latency{hi[0.010000] lo[0.003000]}
2018-11-19T01:20:25.7119689-08:00 15764 9208 [PortAudio] WASAPI: device list created ok
2018-11-19T01:20:25.7120079-08:00 15764 9208 [PortAudio] WASAPI: initialized ok
2018-11-19T01:20:25.7120273-08:00 15764 9208 [PortAudio] after paHostApiInitializers[2].
2018-11-19T01:20:25.7120466-08:00 15764 9208 [PortAudio] before paHostApiInitializers[3].
2018-11-19T01:20:25.7139702-08:00 15764 9208 [PortAudio] Setup called
2018-11-19T01:20:25.7139998-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7140869-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7141343-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7141769-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7142539-08:00 15764 9208 [PortAudio] Device 1 has capture alias
2018-11-19T01:20:25.7142780-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7143494-08:00 15764 9208 [PortAudio] noError = 1
2018-11-19T01:20:25.7143706-08:00 15764 9208 [PortAudio] Device 2 has render alias
2018-11-19T01:20:25.7144125-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7144541-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7145270-08:00 15764 9208 [PortAudio] Device 3 has capture alias
2018-11-19T01:20:25.7145504-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7146266-08:00 15764 9208 [PortAudio] noError = 1
2018-11-19T01:20:25.7146496-08:00 15764 9208 [PortAudio] Device 4 has render alias
2018-11-19T01:20:25.7146966-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7147382-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7147816-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7148224-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7148658-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7149067-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7149501-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7149916-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7150350-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7150956-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7151631-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7152346-08:00 15764 9208 [PortAudio] noError = 1
2018-11-19T01:20:25.7152553-08:00 15764 9208 [PortAudio] Device 10 has render alias
2018-11-19T01:20:25.7153239-08:00 15764 9208 [PortAudio] Device 10 has capture alias
2018-11-19T01:20:25.7153472-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7154162-08:00 15764 9208 [PortAudio] noError = 1
2018-11-19T01:20:25.7154370-08:00 15764 9208 [PortAudio] Device 11 has render alias
2018-11-19T01:20:25.7155041-08:00 15764 9208 [PortAudio] Device 11 has capture alias
2018-11-19T01:20:25.7155270-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7155639-08:00 15764 9208 [PortAudio] noError = 0
2018-11-19T01:20:25.7156047-08:00 15764 9208 [PortAudio] Enum called
2018-11-19T01:20:25.7156248-08:00 15764 9208 [PortAudio] Interfaces found: 6
2018-11-19T01:20:25.7157586-08:00 15764 9208 [PortAudio] Device 1 has capture alias
2018-11-19T01:20:25.7158352-08:00 15764 9208 [PortAudio] Device 1 has realtime alias
2018-11-19T01:20:25.7158906-08:00 15764 9208 [PortAudio] Interface 1, Name: R
2018-11-19T01:20:25.7159150-08:00 15764 9208 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Mic input'
2018-11-19T01:20:25.7159420-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7159916-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T01:20:25.7160128-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7160321-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T01:20:25.7160518-08:00 15764 9208 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7160791-08:00 15764 9208 [PortAudio] PinNew: Creating pin 0:
2018-11-19T01:20:25.7161178-08:00 15764 9208 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T01:20:25.7161364-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7161531-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7161703-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7161870-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7162038-08:00 15764 9208 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-19T01:20:25.7162210-08:00 15764 9208 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T01:20:25.7162447-08:00 15764 9208 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T01:20:25.7162622-08:00 15764 9208 [PortAudio] PinNew: Finding topology pin...
2018-11-19T01:20:25.7162797-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections...
2018-11-19T01:20:25.7162983-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: returning 000002A5FC1C1FF8
2018-11-19T01:20:25.7163161-08:00 15764 9208 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1
2018-11-19T01:20:25.7163336-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 000002A5FC1C1FF8)
2018-11-19T01:20:25.7163519-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1C1FE8
2018-11-19T01:20:25.7163712-08:00 15764 9208 [PortAudio] PinNew: Getting physical connection...
2018-11-19T01:20:25.7163956-08:00 15764 9208 [PortAudio] PinNew: Physical connection found!
2018-11-19T01:20:25.7164197-08:00 15764 9208 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtMicInTopo'
2018-11-19T01:20:25.7164401-08:00 15764 9208 [PortAudio] FilterNew: Creating filter ''
2018-11-19T01:20:25.7164584-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7164977-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=3
2018-11-19T01:20:25.7165174-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7165357-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=2,ToPin=1
2018-11-19T01:20:25.7165539-08:00 15764 9208 [PortAudio] Connection: 2 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1
2018-11-19T01:20:25.7165725-08:00 15764 9208 [PortAudio] Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T01:20:25.7165918-08:00 15764 9208 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7166104-08:00 15764 9208 [PortAudio] Node: 1 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7166287-08:00 15764 9208 [PortAudio] Node: 2 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7166556-08:00 15764 9208 [PortAudio] PinNew: Opening topology filter...
2018-11-19T01:20:25.7166815-08:00 15764 9208 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-19T01:20:25.7167005-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 4 connections...
2018-11-19T01:20:25.7167187-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: returning 000002A5FC1BB4C8
2018-11-19T01:20:25.7167359-08:00 15764 9208 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-19T01:20:25.7167534-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000002A5FC1BB4C8)
2018-11-19T01:20:25.7167712-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1BB4B8
2018-11-19T01:20:25.7167888-08:00 15764 9208 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-19T01:20:25.7168063-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000002A5FC1BB4B8)
2018-11-19T01:20:25.7168238-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1BB4A8
2018-11-19T01:20:25.7168413-08:00 15764 9208 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-19T01:20:25.7168584-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 000002A5FC1BB4A8)
2018-11-19T01:20:25.7168766-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1BB498
2018-11-19T01:20:25.7168938-08:00 15764 9208 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T01:20:25.7169328-08:00 15764 9208 [PortAudio] PinNew: Input friendly name 'M'
2018-11-19T01:20:25.7169532-08:00 15764 9208 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T01:20:25.7169736-08:00 15764 9208 [PortAudio] Pin created successfully
2018-11-19T01:20:25.7169915-08:00 15764 9208 [PortAudio] PinNew: Creating pin 1:
2018-11-19T01:20:25.7170116-08:00 15764 9208 [PortAudio] PinNew: Not source/sink
2018-11-19T01:20:25.7170291-08:00 15764 9208 [PortAudio] PinNew: Error -9996
2018-11-19T01:20:25.7170521-08:00 15764 9208 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T01:20:25.7172508-08:00 15764 9208 [PortAudio] Device 2 has render alias
2018-11-19T01:20:25.7173857-08:00 15764 9208 [PortAudio] Device 2 has realtime alias
2018-11-19T01:20:25.7175054-08:00 15764 9208 [PortAudio] Interface 2, Name: R
2018-11-19T01:20:25.7175582-08:00 15764 9208 [PortAudio] FilterNew: Creating filter 'Realtek HDA SPDIF Out'
2018-11-19T01:20:25.7176494-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7177245-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T01:20:25.7177646-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7177975-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T01:20:25.7178368-08:00 15764 9208 [PortAudio] Node: 0 - {DFF21FE5-F70F-11D0-B917-00A0C9223196}
2018-11-19T01:20:25.7178740-08:00 15764 9208 [PortAudio] PinNew: Creating pin 0:
2018-11-19T01:20:25.7179462-08:00 15764 9208 [PortAudio] PinNew: Checking 6 no of dataranges...
2018-11-19T01:20:25.7179648-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7179820-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7179988-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7180159-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7180327-08:00 15764 9208 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-19T01:20:25.7180506-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7180677-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7180845-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7181017-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7181184-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7181352-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7181520-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7181688-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7181855-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7182023-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7182191-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7182359-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7182526-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7182694-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7182865-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7183033-08:00 15764 9208 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T01:20:25.7183267-08:00 15764 9208 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T01:20:25.7183442-08:00 15764 9208 [PortAudio] PinNew: Finding topology pin...
2018-11-19T01:20:25.7183617-08:00 15764 9208 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-19T01:20:25.7183799-08:00 15764 9208 [PortAudio] FindStartConnectionTo: returning 000002A5FC1C1DD8
2018-11-19T01:20:25.7183974-08:00 15764 9208 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-19T01:20:25.7184149-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000002A5FC1C1DD8)
2018-11-19T01:20:25.7184328-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1C1DE8
2018-11-19T01:20:25.7184499-08:00 15764 9208 [PortAudio] PinNew: Getting physical connection...
2018-11-19T01:20:25.7184700-08:00 15764 9208 [PortAudio] PinNew: Physical connection found!
2018-11-19T01:20:25.7184929-08:00 15764 9208 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtSpdifTopo'
2018-11-19T01:20:25.7185137-08:00 15764 9208 [PortAudio] FilterNew: Creating filter ''
2018-11-19T01:20:25.7185316-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7185688-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T01:20:25.7186082-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7186304-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T01:20:25.7186501-08:00 15764 9208 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7186771-08:00 15764 9208 [PortAudio] PinNew: Opening topology filter...
2018-11-19T01:20:25.7187034-08:00 15764 9208 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-19T01:20:25.7187223-08:00 15764 9208 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-19T01:20:25.7187409-08:00 15764 9208 [PortAudio] FindStartConnectionTo: returning 000002A5FC1C1F28
2018-11-19T01:20:25.7187584-08:00 15764 9208 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-19T01:20:25.7187756-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000002A5FC1C1F28)
2018-11-19T01:20:25.7187934-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1C1F38
2018-11-19T01:20:25.7188106-08:00 15764 9208 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T01:20:25.7188346-08:00 15764 9208 [PortAudio] GetNameFromCategory: USB GUID 0605 -> 'SPDIF'
2018-11-19T01:20:25.7188536-08:00 15764 9208 [PortAudio] PinNew: Pin name 'S'
2018-11-19T01:20:25.7188707-08:00 15764 9208 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T01:20:25.7188904-08:00 15764 9208 [PortAudio] Pin created successfully
2018-11-19T01:20:25.7189079-08:00 15764 9208 [PortAudio] PinNew: Creating pin 1:
2018-11-19T01:20:25.7189284-08:00 15764 9208 [PortAudio] PinNew: Not source/sink
2018-11-19T01:20:25.7189462-08:00 15764 9208 [PortAudio] PinNew: Error -9996
2018-11-19T01:20:25.7189674-08:00 15764 9208 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T01:20:25.7190884-08:00 15764 9208 [PortAudio] Device 3 has capture alias
2018-11-19T01:20:25.7191788-08:00 15764 9208 [PortAudio] Device 3 has realtime alias
2018-11-19T01:20:25.7192251-08:00 15764 9208 [PortAudio] Interface 3, Name: R
2018-11-19T01:20:25.7192492-08:00 15764 9208 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Stereo input'
2018-11-19T01:20:25.7192678-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7193079-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T01:20:25.7193280-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7193469-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T01:20:25.7193666-08:00 15764 9208 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7193892-08:00 15764 9208 [PortAudio] PinNew: Creating pin 0:
2018-11-19T01:20:25.7194261-08:00 15764 9208 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T01:20:25.7194443-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7194611-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7194782-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7194950-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7195118-08:00 15764 9208 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-19T01:20:25.7195285-08:00 15764 9208 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T01:20:25.7195519-08:00 15764 9208 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T01:20:25.7195694-08:00 15764 9208 [PortAudio] PinNew: Finding topology pin...
2018-11-19T01:20:25.7195869-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections...
2018-11-19T01:20:25.7196051-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: returning 000002A5FC1C1F68
2018-11-19T01:20:25.7196226-08:00 15764 9208 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1
2018-11-19T01:20:25.7196616-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 000002A5FC1C1F68)
2018-11-19T01:20:25.7196835-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1C1F58
2018-11-19T01:20:25.7197010-08:00 15764 9208 [PortAudio] PinNew: Getting physical connection...
2018-11-19T01:20:25.7197218-08:00 15764 9208 [PortAudio] PinNew: Physical connection found!
2018-11-19T01:20:25.7197444-08:00 15764 9208 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtStereoMixTopo'
2018-11-19T01:20:25.7197641-08:00 15764 9208 [PortAudio] FilterNew: Creating filter ''
2018-11-19T01:20:25.7197816-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7198192-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2
2018-11-19T01:20:25.7198389-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2018-11-19T01:20:25.7198582-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=1,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7198764-08:00 15764 9208 [PortAudio] Connection: 2 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T01:20:25.7198958-08:00 15764 9208 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7199144-08:00 15764 9208 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7199406-08:00 15764 9208 [PortAudio] PinNew: Opening topology filter...
2018-11-19T01:20:25.7199661-08:00 15764 9208 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-19T01:20:25.7199855-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 3 connections...
2018-11-19T01:20:25.7200037-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: returning 000002A5FC1FE8C8
2018-11-19T01:20:25.7200208-08:00 15764 9208 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0
2018-11-19T01:20:25.7200383-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 000002A5FC1FE8C8)
2018-11-19T01:20:25.7200580-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1FE8B8
2018-11-19T01:20:25.7200755-08:00 15764 9208 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0
2018-11-19T01:20:25.7200927-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 000002A5FC1FE8B8)
2018-11-19T01:20:25.7201105-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1FE8A8
2018-11-19T01:20:25.7201273-08:00 15764 9208 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T01:20:25.7201656-08:00 15764 9208 [PortAudio] PinNew: Input friendly name 'S'
2018-11-19T01:20:25.7201860-08:00 15764 9208 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T01:20:25.7202064-08:00 15764 9208 [PortAudio] Pin created successfully
2018-11-19T01:20:25.7202243-08:00 15764 9208 [PortAudio] PinNew: Creating pin 1:
2018-11-19T01:20:25.7202451-08:00 15764 9208 [PortAudio] PinNew: Not source/sink
2018-11-19T01:20:25.7202626-08:00 15764 9208 [PortAudio] PinNew: Error -9996
2018-11-19T01:20:25.7202838-08:00 15764 9208 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T01:20:25.7203647-08:00 15764 9208 [PortAudio] Device 4 has render alias
2018-11-19T01:20:25.7204661-08:00 15764 9208 [PortAudio] Device 4 has realtime alias
2018-11-19T01:20:25.7205131-08:00 15764 9208 [PortAudio] Interface 4, Name: R
2018-11-19T01:20:25.7205368-08:00 15764 9208 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio output'
2018-11-19T01:20:25.7205551-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7205952-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T01:20:25.7206152-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7206342-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T01:20:25.7206805-08:00 15764 9208 [PortAudio] Node: 0 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7207075-08:00 15764 9208 [PortAudio] PinNew: Creating pin 0:
2018-11-19T01:20:25.7207451-08:00 15764 9208 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T01:20:25.7207633-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7207804-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7207972-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7208140-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7208308-08:00 15764 9208 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-19T01:20:25.7208479-08:00 15764 9208 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T01:20:25.7208709-08:00 15764 9208 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T01:20:25.7208884-08:00 15764 9208 [PortAudio] PinNew: Finding topology pin...
2018-11-19T01:20:25.7209059-08:00 15764 9208 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-19T01:20:25.7209241-08:00 15764 9208 [PortAudio] FindStartConnectionTo: returning 000002A5FC1C1AD8
2018-11-19T01:20:25.7209416-08:00 15764 9208 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-19T01:20:25.7209591-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000002A5FC1C1AD8)
2018-11-19T01:20:25.7209770-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1C1AE8
2018-11-19T01:20:25.7209941-08:00 15764 9208 [PortAudio] PinNew: Getting physical connection...
2018-11-19T01:20:25.7210146-08:00 15764 9208 [PortAudio] PinNew: Physical connection found!
2018-11-19T01:20:25.7210368-08:00 15764 9208 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\SingleLineOutTopo'
2018-11-19T01:20:25.7210806-08:00 15764 9208 [PortAudio] FilterNew: Creating filter ''
2018-11-19T01:20:25.7211123-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7211638-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2
2018-11-19T01:20:25.7211849-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7212083-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1
2018-11-19T01:20:25.7212280-08:00 15764 9208 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T01:20:25.7212473-08:00 15764 9208 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7212666-08:00 15764 9208 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7212936-08:00 15764 9208 [PortAudio] PinNew: Opening topology filter...
2018-11-19T01:20:25.7213202-08:00 15764 9208 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-19T01:20:25.7213403-08:00 15764 9208 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 3 connections...
2018-11-19T01:20:25.7213592-08:00 15764 9208 [PortAudio] FindStartConnectionTo: returning 000002A5FC1FE3A8
2018-11-19T01:20:25.7213775-08:00 15764 9208 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2018-11-19T01:20:25.7213957-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 000002A5FC1FE3A8)
2018-11-19T01:20:25.7214143-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1FE3B8
2018-11-19T01:20:25.7214322-08:00 15764 9208 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2018-11-19T01:20:25.7214504-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 000002A5FC1FE3B8)
2018-11-19T01:20:25.7214686-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1FE3C8
2018-11-19T01:20:25.7214861-08:00 15764 9208 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T01:20:25.7215098-08:00 15764 9208 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers'
2018-11-19T01:20:25.7215299-08:00 15764 9208 [PortAudio] PinNew: Pin name 'S'
2018-11-19T01:20:25.7215485-08:00 15764 9208 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T01:20:25.7215689-08:00 15764 9208 [PortAudio] Pin created successfully
2018-11-19T01:20:25.7215872-08:00 15764 9208 [PortAudio] PinNew: Creating pin 1:
2018-11-19T01:20:25.7216083-08:00 15764 9208 [PortAudio] PinNew: Not source/sink
2018-11-19T01:20:25.7216265-08:00 15764 9208 [PortAudio] PinNew: Error -9996
2018-11-19T01:20:25.7216484-08:00 15764 9208 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T01:20:25.7219285-08:00 15764 9208 [PortAudio] Device 10 has render alias
2018-11-19T01:20:25.7220022-08:00 15764 9208 [PortAudio] Device 10 has capture alias
2018-11-19T01:20:25.7221130-08:00 15764 9208 [PortAudio] Device 10 has realtime alias
2018-11-19T01:20:25.7221586-08:00 15764 9208 [PortAudio] FilterNew: Creating filter ''
2018-11-19T01:20:25.7221820-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7222268-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=1, nodes=0
2018-11-19T01:20:25.7222487-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T01:20:25.7222742-08:00 15764 9208 [PortAudio] PinNew: Creating pin 0:
2018-11-19T01:20:25.7223154-08:00 15764 9208 [PortAudio] PinNew: Checking 16 no of dataranges...
2018-11-19T01:20:25.7223355-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7223544-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7223730-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7223916-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7224102-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7224288-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7224474-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7224657-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7224843-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7225032-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7225218-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7225404-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7225590-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7225776-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7225959-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7226148-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7226331-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7226517-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7226703-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7226885-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7227074-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7227260-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7227443-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7227629-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7227815-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7228001-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7228187-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7228373-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7228581-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7228785-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7228974-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7229160-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7229346-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7229532-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7229715-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7229901-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7230090-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7230579-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7230973-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7231301-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7231618-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7231804-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7231990-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7232176-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7232362-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7232548-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7232734-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T01:20:25.7232920-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7233106-08:00 15764 9208 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T01:20:25.7233362-08:00 15764 9208 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T01:20:25.7233555-08:00 15764 9208 [PortAudio] PinNew: Finding topology pin...
2018-11-19T01:20:25.7233748-08:00 15764 9208 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 1 connections...
2018-11-19T01:20:25.7233938-08:00 15764 9208 [PortAudio] FindStartConnectionTo: returning 000002A5FC1C91B8
2018-11-19T01:20:25.7234127-08:00 15764 9208 [PortAudio] PinNew: Getting physical connection...
2018-11-19T01:20:25.7234346-08:00 15764 9208 [PortAudio] PinNew: Physical connection found!
2018-11-19T01:20:25.7234591-08:00 15764 9208 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10DE&DEV_0083&SUBSYS_00000000&REV_1001#5&1c12507c&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topo01'
2018-11-19T01:20:25.7234817-08:00 15764 9208 [PortAudio] FilterNew: Creating filter ''
2018-11-19T01:20:25.7235017-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7235418-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T01:20:25.7235619-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7235805-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T01:20:25.7235995-08:00 15764 9208 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7236261-08:00 15764 9208 [PortAudio] PinNew: Opening topology filter...
2018-11-19T01:20:25.7236520-08:00 15764 9208 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-19T01:20:25.7236717-08:00 15764 9208 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-19T01:20:25.7236899-08:00 15764 9208 [PortAudio] FindStartConnectionTo: returning 000002A5FC1D8818
2018-11-19T01:20:25.7237078-08:00 15764 9208 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-19T01:20:25.7237260-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 000002A5FC1D8818)
2018-11-19T01:20:25.7237435-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1D8828
2018-11-19T01:20:25.7237614-08:00 15764 9208 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T01:20:25.7237843-08:00 15764 9208 [PortAudio] PinNew: Pin name 'O'
2018-11-19T01:20:25.7238044-08:00 15764 9208 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T01:20:25.7238252-08:00 15764 9208 [PortAudio] Pin created successfully
2018-11-19T01:20:25.7238434-08:00 15764 9208 [PortAudio] PinNew: Creating pin 1:
2018-11-19T01:20:25.7238642-08:00 15764 9208 [PortAudio] PinNew: Not source/sink
2018-11-19T01:20:25.7238828-08:00 15764 9208 [PortAudio] PinNew: Error -9996
2018-11-19T01:20:25.7239043-08:00 15764 9208 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T01:20:25.7239794-08:00 15764 9208 [PortAudio] Device 11 has render alias
2018-11-19T01:20:25.7240494-08:00 15764 9208 [PortAudio] Device 11 has capture alias
2018-11-19T01:20:25.7241121-08:00 15764 9208 [PortAudio] Interface 11, Name: V
2018-11-19T01:20:25.7241373-08:00 15764 9208 [PortAudio] FilterNew: Creating filter 'VB-Audio Hi-Fi Cable'
2018-11-19T01:20:25.7241559-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7242004-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=5, nodes=3
2018-11-19T01:20:25.7242212-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7242398-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T01:20:25.7242580-08:00 15764 9208 [PortAudio] Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2018-11-19T01:20:25.7242762-08:00 15764 9208 [PortAudio] Connection: 3 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1
2018-11-19T01:20:25.7242941-08:00 15764 9208 [PortAudio] Connection: 4 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-19T01:20:25.7243134-08:00 15764 9208 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7243324-08:00 15764 9208 [PortAudio] Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7243510-08:00 15764 9208 [PortAudio] Node: 2 - {9DB7B9E0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7243751-08:00 15764 9208 [PortAudio] PinNew: Creating pin 0:
2018-11-19T01:20:25.7244134-08:00 15764 9208 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T01:20:25.7244319-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7244498-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 8
2018-11-19T01:20:25.7244673-08:00 15764 9208 [PortAudio] PinNew: Format PCM 8 bit supported
2018-11-19T01:20:25.7244852-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7245027-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7245202-08:00 15764 9208 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T01:20:25.7245406-08:00 15764 9208 [PortAudio] PinNew: Finding topology pin...
2018-11-19T01:20:25.7245592-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 5 connections...
2018-11-19T01:20:25.7245775-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: returning 000002A5FC1B3438
2018-11-19T01:20:25.7245957-08:00 15764 9208 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=-1
2018-11-19T01:20:25.7246139-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 5 connections... (pTo = 000002A5FC1B3438)
2018-11-19T01:20:25.7246314-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1B3428
2018-11-19T01:20:25.7246493-08:00 15764 9208 [PortAudio] PinNew: Getting physical connection...
2018-11-19T01:20:25.7246701-08:00 15764 9208 [PortAudio] PinNew: Physical connection found!
2018-11-19T01:20:25.7246927-08:00 15764 9208 [PortAudio] PinNew: Creating topology filter '\?\ROOT#MEDIA#0000#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topology'
2018-11-19T01:20:25.7247138-08:00 15764 9208 [PortAudio] FilterNew: Creating filter ''
2018-11-19T01:20:25.7247324-08:00 15764 9208 [PortAudio] FilterNew: Opening filter...
2018-11-19T01:20:25.7247733-08:00 15764 9208 [PortAudio] DumpConnectionsAndNodes: connections=10, nodes=8
2018-11-19T01:20:25.7247941-08:00 15764 9208 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T01:20:25.7248123-08:00 15764 9208 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1
2018-11-19T01:20:25.7248298-08:00 15764 9208 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=3,ToPin=1
2018-11-19T01:20:25.7248473-08:00 15764 9208 [PortAudio] Connection: 3 - FromNode=4294967295,FromPin=1 -> ToNode=2,ToPin=1
2018-11-19T01:20:25.7248648-08:00 15764 9208 [PortAudio] Connection: 4 - FromNode=2,FromPin=0 -> ToNode=6,ToPin=1
2018-11-19T01:20:25.7248820-08:00 15764 9208 [PortAudio] Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4,ToPin=1
2018-11-19T01:20:25.7248995-08:00 15764 9208 [PortAudio] Connection: 6 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=2
2018-11-19T01:20:25.7249166-08:00 15764 9208 [PortAudio] Connection: 7 - FromNode=6,FromPin=0 -> ToNode=7,ToPin=1
2018-11-19T01:20:25.7249341-08:00 15764 9208 [PortAudio] Connection: 8 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-19T01:20:25.7249516-08:00 15764 9208 [PortAudio] Connection: 9 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-19T01:20:25.7249698-08:00 15764 9208 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7249881-08:00 15764 9208 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7250059-08:00 15764 9208 [PortAudio] Node: 2 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7250238-08:00 15764 9208 [PortAudio] Node: 3 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7250771-08:00 15764 9208 [PortAudio] Node: 4 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7250953-08:00 15764 9208 [PortAudio] Node: 5 - {2CEAF780-C556-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7251132-08:00 15764 9208 [PortAudio] Node: 6 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7251310-08:00 15764 9208 [PortAudio] Node: 7 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T01:20:25.7251566-08:00 15764 9208 [PortAudio] PinNew: Opening topology filter...
2018-11-19T01:20:25.7251817-08:00 15764 9208 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-19T01:20:25.7252011-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 10 connections...
2018-11-19T01:20:25.7252182-08:00 15764 9208 [PortAudio] FindStartConnectionFrom: returning 000002A5FC1D1CF8
2018-11-19T01:20:25.7252353-08:00 15764 9208 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-19T01:20:25.7252528-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 000002A5FC1D1CF8)
2018-11-19T01:20:25.7252700-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1D1CE8
2018-11-19T01:20:25.7252871-08:00 15764 9208 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-19T01:20:25.7253046-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 000002A5FC1D1CE8)
2018-11-19T01:20:25.7253218-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1D1CB8
2018-11-19T01:20:25.7253393-08:00 15764 9208 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-19T01:20:25.7253564-08:00 15764 9208 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 000002A5FC1D1CB8)
2018-11-19T01:20:25.7253736-08:00 15764 9208 [PortAudio] GetConnectionFrom: Returning 000002A5FC1D1CA8
2018-11-19T01:20:25.7253907-08:00 15764 9208 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T01:20:25.7254293-08:00 15764 9208 [PortAudio] PinNew: Input friendly name 'H'
2018-11-19T01:20:25.7254498-08:00 15764 9208 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T01:20:25.7254702-08:00 15764 9208 [PortAudio] Pin created successfully
2018-11-19T01:20:25.7254877-08:00 15764 9208 [PortAudio] PinNew: Creating pin 1:
2018-11-19T01:20:25.7255103-08:00 15764 9208 [PortAudio] PinNew: Not source/sink
2018-11-19T01:20:25.7255289-08:00 15764 9208 [PortAudio] PinNew: Error -9996
2018-11-19T01:20:25.7255468-08:00 15764 9208 [PortAudio] PinNew: Creating pin 2:
2018-11-19T01:20:25.7255829-08:00 15764 9208 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T01:20:25.7256007-08:00 15764 9208 [PortAudio] PinNew: DR major format 73647561
2018-11-19T01:20:25.7256179-08:00 15764 9208 [PortAudio] PinNew: MaxChannel: 8
2018-11-19T01:20:25.7256350-08:00 15764 9208 [PortAudio] PinNew: Format PCM 8 bit supported
2018-11-19T01:20:25.7256522-08:00 15764 9208 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T01:20:25.7256686-08:00 15764 9208 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T01:20:25.7256857-08:00 15764 9208 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T01:20:25.7257050-08:00 15764 9208 [PortAudio] PinNew: Finding topology pin...
2018-11-19T01:20:25.7257233-08:00 15764 9208 [PortAudio] FindStartConnectionTo: Startpin 2, Checking 5 connections...
2018-11-19T01:20:25.7257404-08:00 15764 9208 [PortAudio] FindStartConnectionTo: returning 000002A5FC1B3448
2018-11-19T01:20:25.7257579-08:00 15764 9208 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1
2018-11-19T01:20:25.7257751-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 000002A5FC1B3448)
2018-11-19T01:20:25.7257922-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1B3458
2018-11-19T01:20:25.7258093-08:00 15764 9208 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1
2018-11-19T01:20:25.7258268-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 000002A5FC1B3458)
2018-11-19T01:20:25.7258436-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1B3468
2018-11-19T01:20:25.7258608-08:00 15764 9208 [PortAudio] PinNew: Getting physical connection...
2018-11-19T01:20:25.7258804-08:00 15764 9208 [PortAudio] PinNew: Physical connection found!
2018-11-19T01:20:25.7259009-08:00 15764 9208 [PortAudio] PinNew: Opening topology filter...
2018-11-19T01:20:25.7259268-08:00 15764 9208 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-19T01:20:25.7259457-08:00 15764 9208 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 10 connections...
2018-11-19T01:20:25.7259632-08:00 15764 9208 [PortAudio] FindStartConnectionTo: returning 000002A5FC1D1C78
2018-11-19T01:20:25.7259804-08:00 15764 9208 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-19T01:20:25.7259979-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 000002A5FC1D1C78)
2018-11-19T01:20:25.7260150-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1D1C88
2018-11-19T01:20:25.7260332-08:00 15764 9208 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-19T01:20:25.7260507-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 000002A5FC1D1C88)
2018-11-19T01:20:25.7260678-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1D1C98
2018-11-19T01:20:25.7260854-08:00 15764 9208 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-19T01:20:25.7261025-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 000002A5FC1D1C98)
2018-11-19T01:20:25.7261196-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1D1CC8
2018-11-19T01:20:25.7261368-08:00 15764 9208 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-19T01:20:25.7261543-08:00 15764 9208 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 000002A5FC1D1CC8)
2018-11-19T01:20:25.7261714-08:00 15764 9208 [PortAudio] GetConnectionTo: Returning 000002A5FC1D1CD8
2018-11-19T01:20:25.7261882-08:00 15764 9208 [PortAudio] PinNew: Found endpoint pin id 2
2018-11-19T01:20:25.7262093-08:00 15764 9208 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers'
2018-11-19T01:20:25.7262272-08:00 15764 9208 [PortAudio] PinNew: Pin name 'S'
2018-11-19T01:20:25.7262462-08:00 15764 9208 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T01:20:25.7262670-08:00 15764 9208 [PortAudio] Pin created successfully
2018-11-19T01:20:25.7262848-08:00 15764 9208 [PortAudio] PinNew: Creating pin 3:
2018-11-19T01:20:25.7263049-08:00 15764 9208 [PortAudio] PinNew: Not source/sink
2018-11-19T01:20:25.7263224-08:00 15764 9208 [PortAudio] PinNew: Error -9996
2018-11-19T01:20:25.7263435-08:00 15764 9208 [PortAudio] Filter (WaveCyclic) created with 2 valid pins (total I/Os: 2)
2018-11-19T01:20:25.7311069-08:00 15764 9208 [PortAudio] after paHostApiInitializers[3].
2018-11-19T01:20:25.7327298-08:00 15764 9208 PortAudio initialization successful
2018-11-19T01:20:25.7327571-08:00 15764 9208 Found backend: PortAudio host API index 0 (name: 'MME', type: 2 [MME], default input device: 1, default output device: 5)
2018-11-19T01:20:25.7327892-08:00 15764 9208 Found backend: PortAudio host API index 1 (name: 'Windows DirectSound', type: 1 [DirectSound], default input device: 8, default output device: 12)
2018-11-19T01:20:25.7328093-08:00 15764 9208 Found backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 20, default output device: 17)
2018-11-19T01:20:25.7328289-08:00 15764 9208 Found backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 22, default output device: 25)
2018-11-19T01:20:25.7330433-08:00 15764 9208 Searching for a PortAudio host API named 'Windows WASAPI'
2018-11-19T01:20:25.7330999-08:00 15764 9208 Selected backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 20, default output device: 17)
2018-11-19T01:20:25.7331199-08:00 15764 9208 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))
2018-11-19T01:20:25.7331480-08:00 15764 9208 Found device: PortAudio device index 1 (name: 'Microphone (Realtek High Defini', 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))
2018-11-19T01:20:25.7331721-08:00 15764 9208 Found device: PortAudio device index 2 (name: 'Hi-Fi Cable Output (VB-Audio Hi', host API: 0, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2018-11-19T01:20:25.7331947-08:00 15764 9208 Found device: PortAudio device index 3 (name: 'Stereo Mix (Realtek High Defini', 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))
2018-11-19T01:20:25.7332169-08:00 15764 9208 Found device: PortAudio device index 4 (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))
2018-11-19T01:20:25.7332392-08:00 15764 9208 Found device: PortAudio device index 5 (name: 'Speakers (Realtek High Definiti', 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))
2018-11-19T01:20:25.7332614-08:00 15764 9208 Found device: PortAudio device index 6 (name: 'ASUS VS247 (NVIDIA High Definit', 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))
2018-11-19T01:20:25.7332829-08:00 15764 9208 Found device: PortAudio device index 7 (name: 'Hi-Fi Cable Input (VB-Audio Hi-', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2018-11-19T01:20:25.7333077-08:00 15764 9208 Found device: PortAudio device index 8 (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))
2018-11-19T01:20:25.7333354-08:00 15764 9208 Found device: PortAudio device index 9 (name: 'Microphone (Realtek High Definition 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))
2018-11-19T01:20:25.7333580-08:00 15764 9208 Found device: PortAudio device index 10 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', host API: 1, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2018-11-19T01:20:25.7333803-08:00 15764 9208 Found device: PortAudio device index 11 (name: 'Stereo Mix (Realtek High Definition 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))
2018-11-19T01:20:25.7334022-08:00 15764 9208 Found device: PortAudio device index 12 (name: 'Primary Sound Driver', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2018-11-19T01:20:25.7334241-08:00 15764 9208 Found device: PortAudio device index 13 (name: 'Speakers (Realtek 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))
2018-11-19T01:20:25.7334459-08:00 15764 9208 Found device: PortAudio device index 14 (name: 'ASUS VS247 (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))
2018-11-19T01:20:25.7334674-08:00 15764 9208 Found device: PortAudio device index 15 (name: 'Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2018-11-19T01:20:25.7334893-08:00 15764 9208 Found device: PortAudio device index 16 (name: 'ASUS VS247 (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))
2018-11-19T01:20:25.7335145-08:00 15764 9208 Found device: PortAudio device index 17 (name: 'Speakers (Realtek High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 0, max output channels: 8, input latency: 0 (low) 0 (high), output latency: 0.003 (low) 0.01 (high))
2018-11-19T01:20:25.7335367-08:00 15764 9208 Found device: PortAudio device index 18 (name: 'Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)', 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))
2018-11-19T01:20:25.7335593-08:00 15764 9208 Found device: PortAudio device index 19 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', 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))
2018-11-19T01:20:25.7335812-08:00 15764 9208 Found device: PortAudio device index 20 (name: 'Microphone (Realtek High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 8, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2018-11-19T01:20:25.7336031-08:00 15764 9208 Found device: PortAudio device index 21 (name: 'Stereo Mix (Realtek High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 8, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2018-11-19T01:20:25.7336264-08:00 15764 9208 Found device: PortAudio device index 22 (name: 'Microphone (Realtek HD Audio Mic input)', host API: 3, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2018-11-19T01:20:25.7336498-08:00 15764 9208 Found device: PortAudio device index 23 (name: 'SPDIF Out (Realtek HDA SPDIF Out)', 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))
2018-11-19T01:20:25.7336720-08:00 15764 9208 Found device: PortAudio device index 24 (name: 'Stereo Mix (Realtek HD Audio Stereo input)', host API: 3, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2018-11-19T01:20:25.7336943-08:00 15764 9208 Found device: PortAudio device index 25 (name: 'Speakers (Realtek HD Audio output)', 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))
2018-11-19T01:20:25.7337165-08:00 15764 9208 Found device: PortAudio device index 26 (name: 'Output ()', 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))
2018-11-19T01:20:25.7337388-08:00 15764 9208 Found device: PortAudio device index 27 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', host API: 3, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.01 (low) 0.0853333 (high), output latency: 0.01 (low) 0.0853333 (high))
2018-11-19T01:20:25.7337610-08:00 15764 9208 Found device: PortAudio device index 28 (name: 'Speakers (VB-Audio Hi-Fi Cable)', host API: 3, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0.01 (low) 0.0853333 (high), output latency: 0.01 (low) 0.0853333 (high))
2018-11-19T01:20:25.7337836-08:00 15764 9208 Selecting input device
2018-11-19T01:20:25.7338008-08:00 15764 9208 Searching for a PortAudio device named 'Microphone (Realtek High Definition Audio)' with host API index 2
2018-11-19T01:20:25.7338186-08:00 15764 9208 Selected input device: PortAudio device index 20 (name: 'Microphone (Realtek High Definition Audio)', host API: 2, default sample rate: 48000, max input channels: 8, max output channels: 0, input latency: 0.003 (low) 0.01 (high), output latency: 0 (low) 0 (high))
2018-11-19T01:20:25.7338409-08:00 15764 9208 Selecting output device
2018-11-19T01:20:25.7338576-08:00 15764 9208 Device explicitly disabled in configuration
2018-11-19T01:20:25.7338741-08:00 15764 9208 No output device, proceeding without output
2018-11-19T01:20:25.7338905-08:00 15764 9208 Getting WASAPI device default format for device index 20
2018-11-19T01:20:25.7339105-08:00 15764 9208 WASAPI device default format for device index 20: WAVEFORMAT with format tag 65534 [EXTENSIBLE], 8 channels, 48000 samples/second, 768000 average bytes/second, block alignment 16 bytes, 16 bits per sample, 16 valid bits per sample, channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], format {00000001-0000-0010-8000-00AA00389B71} [PCM]
2018-11-19T01:20:25.7339565-08:00 15764 9208 Selecting input sample type
2018-11-19T01:20:25.7339747-08:00 15764 9208 WASAPI Exclusive mode detected
2018-11-19T01:20:25.7339911-08:00 15764 9208 Selecting sample type from device format
2018-11-19T01:20:25.7340083-08:00 15764 9208 Selected input sample type: ASIO 16 [ASIOSTInt16LSB], PortAudio 8 [Int16], size 2
2018-11-19T01:20:25.7340674-08:00 15764 9208 Default sample rate: 48000
2018-11-19T01:20:25.7340860-08:00 15764 9208 sysHandle = 0000000000000000
2018-11-19T01:20:25.7341035-08:00 15764 9208 Input channel count: 8 mask: 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right]
2018-11-19T01:20:25.7341246-08:00 15764 9208 Output channel count: 0 mask: 0
2018-11-19T01:20:25.7341440-08:00 15764 9208 --- EXITING CONTEXT: init() [OK]
2018-11-19T01:20:25.7341607-08:00 15764 9208 --- ENTERING CONTEXT: getDriverName()
2018-11-19T01:20:25.7341775-08:00 15764 9208 --- EXITING CONTEXT: getDriverName() [OK]
2018-11-19T01:20:25.7341939-08:00 15764 9208 --- ENTERING CONTEXT: getDriverVersion()
2018-11-19T01:20:25.7342100-08:00 15764 9208 --- EXITING CONTEXT: getDriverVersion() [OK]
2018-11-19T01:20:25.7356471-08:00 15764 9208 --- ENTERING CONTEXT: getChannels()
2018-11-19T01:20:25.7356868-08:00 15764 9208 Returning 8 input channels and 0 output channels
2018-11-19T01:20:25.7357051-08:00 15764 9208 --- EXITING CONTEXT: getChannels() [OK]
2018-11-19T01:20:25.7361077-08:00 15764 9208 --- ENTERING CONTEXT: getSampleRate()
2018-11-19T01:20:25.7361354-08:00 15764 9208 Returning sample rate: 48000
2018-11-19T01:20:25.7361554-08:00 15764 9208 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-19T01:20:25.7368596-08:00 15764 9208 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T01:20:25.7368844-08:00 15764 9208 Checking for sample rate: 44100
2018-11-19T01:20:25.7369038-08:00 15764 9208 Checking if input supports this sample rate
2018-11-19T01:20:25.7369234-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 44100, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7369453-08:00 15764 9208 Using exclusive mode for input WASAPI stream
2018-11-19T01:20:25.7369625-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7369983-08:00 15764 9208 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483656 [Int16, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-19T01:20:25.7370457-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7370624-08:00 15764 9208 ...sample rate: 44100 Hz
2018-11-19T01:20:25.7370799-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7370963-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7371131-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7423589-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: GetClosestFormat FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2607}]
2018-11-19T01:20:25.7424293-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-19T01:20:25.7424545-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-19T01:20:25.7424745-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-19T01:20:25.7432727-08:00 15764 9208 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7433147-08:00 15764 9208 Checking if output supports this sample rate
2018-11-19T01:20:25.7433544-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 44100, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7433964-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7434135-08:00 15764 9208 ...input parameters: none
2018-11-19T01:20:25.7434438-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7434627-08:00 15764 9208 ...sample rate: 44100 Hz
2018-11-19T01:20:25.7434945-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7435116-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7435295-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7435707-08:00 15764 9208 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7435915-08:00 15764 9208 Sample rate 44100 is unavailable
2018-11-19T01:20:25.7436232-08:00 15764 9208 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T01:20:25.7444777-08:00 15764 9208 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T01:20:25.7445032-08:00 15764 9208 Checking for sample rate: 48000
2018-11-19T01:20:25.7445229-08:00 15764 9208 Checking if input supports this sample rate
2018-11-19T01:20:25.7445397-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7445612-08:00 15764 9208 Using exclusive mode for input WASAPI stream
2018-11-19T01:20:25.7445783-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7445948-08:00 15764 9208 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483656 [Int16, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-19T01:20:25.7446309-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7446476-08:00 15764 9208 ...sample rate: 48000 Hz
2018-11-19T01:20:25.7446651-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7446819-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7446987-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7481266-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: GetClosestFormat FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2607}]
2018-11-19T01:20:25.7481930-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-19T01:20:25.7482178-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-19T01:20:25.7482378-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-19T01:20:25.7482677-08:00 15764 9208 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7482870-08:00 15764 9208 Checking if output supports this sample rate
2018-11-19T01:20:25.7483038-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7483293-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7483483-08:00 15764 9208 ...input parameters: none
2018-11-19T01:20:25.7483655-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7483819-08:00 15764 9208 ...sample rate: 48000 Hz
2018-11-19T01:20:25.7483997-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7484161-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7484329-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7484573-08:00 15764 9208 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7484756-08:00 15764 9208 Sample rate 48000 is unavailable
2018-11-19T01:20:25.7484938-08:00 15764 9208 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T01:20:25.7488796-08:00 15764 9208 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T01:20:25.7489048-08:00 15764 9208 Checking for sample rate: 96000
2018-11-19T01:20:25.7489241-08:00 15764 9208 Checking if input supports this sample rate
2018-11-19T01:20:25.7489621-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 96000, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7489964-08:00 15764 9208 Using exclusive mode for input WASAPI stream
2018-11-19T01:20:25.7490131-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7490295-08:00 15764 9208 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483656 [Int16, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-19T01:20:25.7490649-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7490817-08:00 15764 9208 ...sample rate: 96000 Hz
2018-11-19T01:20:25.7490992-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7491160-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7491327-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7524323-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: GetClosestFormat FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2607}]
2018-11-19T01:20:25.7524987-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-19T01:20:25.7525238-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-19T01:20:25.7525439-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-19T01:20:25.7525730-08:00 15764 9208 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7525924-08:00 15764 9208 Checking if output supports this sample rate
2018-11-19T01:20:25.7526095-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 96000, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7526350-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7526536-08:00 15764 9208 ...input parameters: none
2018-11-19T01:20:25.7526704-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7526868-08:00 15764 9208 ...sample rate: 96000 Hz
2018-11-19T01:20:25.7527043-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7527211-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7527379-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7527627-08:00 15764 9208 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7527809-08:00 15764 9208 Sample rate 96000 is unavailable
2018-11-19T01:20:25.7527988-08:00 15764 9208 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T01:20:25.7535099-08:00 15764 9208 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T01:20:25.7535493-08:00 15764 9208 Checking for sample rate: 192000
2018-11-19T01:20:25.7535686-08:00 15764 9208 Checking if input supports this sample rate
2018-11-19T01:20:25.7535854-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 192000, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7536069-08:00 15764 9208 Using exclusive mode for input WASAPI stream
2018-11-19T01:20:25.7536237-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7536405-08:00 15764 9208 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483656 [Int16, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-19T01:20:25.7536748-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7536915-08:00 15764 9208 ...sample rate: 192000 Hz
2018-11-19T01:20:25.7537090-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7537258-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7537426-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7577488-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: GetClosestFormat FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2607}]
2018-11-19T01:20:25.7578042-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-19T01:20:25.7578312-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-19T01:20:25.7578520-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-19T01:20:25.7578863-08:00 15764 9208 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7579085-08:00 15764 9208 Checking if output supports this sample rate
2018-11-19T01:20:25.7579410-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 192000, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7580099-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7580307-08:00 15764 9208 ...input parameters: none
2018-11-19T01:20:25.7580617-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7580781-08:00 15764 9208 ...sample rate: 192000 Hz
2018-11-19T01:20:25.7580960-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7581124-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7581295-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7581543-08:00 15764 9208 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7581726-08:00 15764 9208 Sample rate 192000 is unavailable
2018-11-19T01:20:25.7581908-08:00 15764 9208 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T01:20:25.7586627-08:00 15764 9208 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T01:20:25.7586889-08:00 15764 9208 Checking for sample rate: 48000
2018-11-19T01:20:25.7587083-08:00 15764 9208 Checking if input supports this sample rate
2018-11-19T01:20:25.7587250-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7587462-08:00 15764 9208 Using exclusive mode for input WASAPI stream
2018-11-19T01:20:25.7587633-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7587797-08:00 15764 9208 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483656 [Int16, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-19T01:20:25.7588151-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7588319-08:00 15764 9208 ...sample rate: 48000 Hz
2018-11-19T01:20:25.7588494-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7588662-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7588829-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7624444-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: GetClosestFormat FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2607}]
2018-11-19T01:20:25.7624925-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-19T01:20:25.7625305-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-19T01:20:25.7625509-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-19T01:20:25.7625808-08:00 15764 9208 Input does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7626005-08:00 15764 9208 Checking if output supports this sample rate
2018-11-19T01:20:25.7626176-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE8A6B460, callbackUserData = 0000000000000000
2018-11-19T01:20:25.7626410-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7626607-08:00 15764 9208 ...input parameters: none
2018-11-19T01:20:25.7626793-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7626960-08:00 15764 9208 ...sample rate: 48000 Hz
2018-11-19T01:20:25.7627139-08:00 15764 9208 ...frames per buffer: 0
2018-11-19T01:20:25.7627303-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7627474-08:00 15764 9208 ...stream callback: 00007FFDE8A6B460 (user data 0000000000000000)
2018-11-19T01:20:25.7627719-08:00 15764 9208 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T01:20:25.7627901-08:00 15764 9208 Sample rate 48000 is unavailable
2018-11-19T01:20:25.7628083-08:00 15764 9208 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T01:20:25.7630435-08:00 15764 9208 --- ENTERING CONTEXT: getBufferSize()
2018-11-19T01:20:25.7630687-08:00 15764 9208 Calculating default buffer size based on 48000 Hz sample rate
2018-11-19T01:20:25.7630887-08:00 15764 9208 Returning: min buffer size 48, max buffer size 48000, preferred buffer size 960, granularity 1
2018-11-19T01:20:25.7631073-08:00 15764 9208 --- EXITING CONTEXT: getBufferSize() [OK]
2018-11-19T01:20:25.7638925-08:00 15764 9208 --- ENTERING CONTEXT: outputReady()
2018-11-19T01:20:25.7639589-08:00 15764 9208 --- EXITING CONTEXT: outputReady() (-1000 [ASE_NotPresent] outputReady() is not supported)
2018-11-19T01:20:25.7660809-08:00 15764 9208 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T01:20:25.7661353-08:00 15764 9208 CFlexASIO::getChannelInfo()
2018-11-19T01:20:25.7661538-08:00 15764 9208 Channel info requested for input channel 0
2018-11-19T01:20:25.7661735-08:00 15764 9208 Returning: IN 0 FL (Front Left), inactive, group 0, type 16 [ASIOSTInt16LSB]
2018-11-19T01:20:25.7661925-08:00 15764 9208 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T01:20:25.7680086-08:00 15764 9208 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T01:20:25.7680359-08:00 15764 9208 CFlexASIO::getChannelInfo()
2018-11-19T01:20:25.7680538-08:00 15764 9208 Channel info requested for input channel 1
2018-11-19T01:20:25.7680735-08:00 15764 9208 Returning: IN 1 FR (Front Right), inactive, group 0, type 16 [ASIOSTInt16LSB]
2018-11-19T01:20:25.7680921-08:00 15764 9208 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T01:20:25.7699635-08:00 15764 9208 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T01:20:25.7700051-08:00 15764 9208 CFlexASIO::getChannelInfo()
2018-11-19T01:20:25.7700368-08:00 15764 9208 Channel info requested for input channel 2
2018-11-19T01:20:25.7700974-08:00 15764 9208 Returning: IN 2 FC (Front Center), inactive, group 0, type 16 [ASIOSTInt16LSB]
2018-11-19T01:20:25.7701302-08:00 15764 9208 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T01:20:25.7744847-08:00 15764 9208 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T01:20:25.7745307-08:00 15764 9208 CFlexASIO::getChannelInfo()
2018-11-19T01:20:25.7745496-08:00 15764 9208 Channel info requested for input channel 3
2018-11-19T01:20:25.7745701-08:00 15764 9208 Returning: IN 3 LFE (Low Frequency), inactive, group 0, type 16 [ASIOSTInt16LSB]
2018-11-19T01:20:25.7745897-08:00 15764 9208 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T01:20:25.7765342-08:00 15764 9208 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T01:20:25.7765619-08:00 15764 9208 CFlexASIO::getChannelInfo()
2018-11-19T01:20:25.7765798-08:00 15764 9208 Channel info requested for input channel 4
2018-11-19T01:20:25.7765995-08:00 15764 9208 Returning: IN 4 BL (Back Left), inactive, group 0, type 16 [ASIOSTInt16LSB]
2018-11-19T01:20:25.7766188-08:00 15764 9208 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T01:20:25.7785699-08:00 15764 9208 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T01:20:25.7785979-08:00 15764 9208 CFlexASIO::getChannelInfo()
2018-11-19T01:20:25.7786158-08:00 15764 9208 Channel info requested for input channel 5
2018-11-19T01:20:25.7786355-08:00 15764 9208 Returning: IN 5 BR (Back Right), inactive, group 0, type 16 [ASIOSTInt16LSB]
2018-11-19T01:20:25.7786578-08:00 15764 9208 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T01:20:25.7803258-08:00 15764 9208 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T01:20:25.7803528-08:00 15764 9208 CFlexASIO::getChannelInfo()
2018-11-19T01:20:25.7803706-08:00 15764 9208 Channel info requested for input channel 6
2018-11-19T01:20:25.7803903-08:00 15764 9208 Returning: IN 6 SL (Side Left), inactive, group 0, type 16 [ASIOSTInt16LSB]
2018-11-19T01:20:25.7804093-08:00 15764 9208 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T01:20:25.7835046-08:00 15764 9208 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T01:20:25.7835367-08:00 15764 9208 CFlexASIO::getChannelInfo()
2018-11-19T01:20:25.7835549-08:00 15764 9208 Channel info requested for input channel 7
2018-11-19T01:20:25.7835750-08:00 15764 9208 Returning: IN 7 SR (Side Right), inactive, group 0, type 16 [ASIOSTInt16LSB]
2018-11-19T01:20:25.7835943-08:00 15764 9208 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T01:20:25.7895395-08:00 15764 9208 --- ENTERING CONTEXT: createBuffers()
2018-11-19T01:20:25.7895694-08:00 15764 9208 Request to create buffers for 8 channels, size 960 samples
2018-11-19T01:20:25.7896052-08:00 15764 9208 Allocated 2 buffer sets, 8/0 (I/O) channels per buffer set, 960 samples per channel, 2/0 (I/O) bytes per sample, memory range: 000002A5FC202FC0-000002A5FC20A7C0
2018-11-19T01:20:25.7896318-08:00 15764 9208 ASIO buffer #0 is input channel 0 - first half: 000002A5FC202FC0-000002A5FC203740 - second half: 000002A5FC206BC0-000002A5FC207340
2018-11-19T01:20:25.7896540-08:00 15764 9208 ASIO buffer #1 is input channel 1 - first half: 000002A5FC203740-000002A5FC203EC0 - second half: 000002A5FC207340-000002A5FC207AC0
2018-11-19T01:20:25.7896759-08:00 15764 9208 ASIO buffer #2 is input channel 2 - first half: 000002A5FC203EC0-000002A5FC204640 - second half: 000002A5FC207AC0-000002A5FC208240
2018-11-19T01:20:25.7896963-08:00 15764 9208 ASIO buffer #3 is input channel 3 - first half: 000002A5FC204640-000002A5FC204DC0 - second half: 000002A5FC208240-000002A5FC2089C0
2018-11-19T01:20:25.7897306-08:00 15764 9208 ASIO buffer #4 is input channel 4 - first half: 000002A5FC204DC0-000002A5FC205540 - second half: 000002A5FC2089C0-000002A5FC209140
2018-11-19T01:20:25.7897510-08:00 15764 9208 ASIO buffer #5 is input channel 5 - first half: 000002A5FC205540-000002A5FC205CC0 - second half: 000002A5FC209140-000002A5FC2098C0
2018-11-19T01:20:25.7897715-08:00 15764 9208 ASIO buffer #6 is input channel 6 - first half: 000002A5FC205CC0-000002A5FC206440 - second half: 000002A5FC2098C0-000002A5FC20A040
2018-11-19T01:20:25.7897923-08:00 15764 9208 ASIO buffer #7 is input channel 7 - first half: 000002A5FC206440-000002A5FC206BC0 - second half: 000002A5FC20A040-000002A5FC20A7C0
2018-11-19T01:20:25.7898247-08:00 15764 9208 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 960, callback = 00007FFDE8A70D40, callbackUserData = 000002A5FC1875C0
2018-11-19T01:20:25.7898524-08:00 15764 9208 Using exclusive mode for input WASAPI stream
2018-11-19T01:20:25.7898976-08:00 15764 9208 Opening PortAudio stream with...
2018-11-19T01:20:25.7899155-08:00 15764 9208 ...input parameters: PortAudio stream parameters for device index 20, 8 channels, sample format 2147483656 [Int16, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], channel mask 1599 [Front Left, Front Right, Front Center, Low Frequency, Back Left, Back Right, Side Left, Side Right], host processor output 0000000000000000, host processor input 0000000000000000, thread priority 0 [None], stream category 0 [Other], stream option 0 [None]
2018-11-19T01:20:25.7899811-08:00 15764 9208 ...output parameters: none
2018-11-19T01:20:25.7899994-08:00 15764 9208 ...sample rate: 48000 Hz
2018-11-19T01:20:25.7900311-08:00 15764 9208 ...frames per buffer: 960
2018-11-19T01:20:25.7900486-08:00 15764 9208 ...stream flags: 0
2018-11-19T01:20:25.7900698-08:00 15764 9208 ...stream callback: 00007FFDE8A70D40 (user data 000002A5FC1875C0)
2018-11-19T01:20:25.7936607-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: GetClosestFormat FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2607}]
2018-11-19T01:20:25.7937095-08:00 15764 9208 [PortAudio] WASAPI ERROR HRESULT: 0x88890008 : AUDCLNT_E_UNSUPPORTED_FORMAT
[FUNCTION: CreateAudioClient FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 2859}]
2018-11-19T01:20:25.7937373-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9997 : Invalid sample rate
[FUNCTION: ActivateAudioClientInput FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3351}]
2018-11-19T01:20:25.7937606-08:00 15764 9208 [PortAudio] WASAPI ERROR PAERROR: -9996 : Invalid device
[FUNCTION: OpenStream FILE: C:\Users\edechamps\Documents\vcpkg\buildtrees\portaudio\src\096f91b624-3ce9b8f6ad\src\hostapi\wasapi\pa_win_wasapi.c {LINE: 3544}]
2018-11-19T01:20:25.7938157-08:00 15764 9208 Destroying buffers
2018-11-19T01:20:25.7938627-08:00 15764 9208 --- EXITING CONTEXT: createBuffers() (-999 [ASE_HWMalfunction] unable to open PortAudio stream: Invalid device)
2018-11-19T01:20:25.7940782-08:00 15764 9208 --- ENTERING CONTEXT: ~CFlexASIO()
2018-11-19T01:20:25.7941125-08:00 15764 9208 --- EXITING CONTEXT: ~CFlexASIO() [OK]
2018-11-19T01:20:25.7941330-08:00 15764 9208 Terminating PortAudio
2018-11-19T01:20:25.7941526-08:00 15764 9208 [PortAudio] TerminateHostApis in
2018-11-19T01:20:25.7942613-08:00 15764 9208 [PortAudio] TerminateHostApis out
2018-11-19T01:20:25.7942839-08:00 15764 9208 PortAudio terminated successfully
2018-11-19T01:20:25.7943153-08:00 15764 9208 Disabling PortAudio debug output redirection
2018-11-19T01:20:25.8752402-08:00 15764 9208 Closing logfile

@dechamps
Copy link
Owner

Okay. So as we expected, the advertised channel count clearly doesn't work, be it in shared or exclusive mode.

Thank you so much for letting me use some of your time to investigate this. I filed an upstream issue against PortAudio and I'll try to come up with a fix to their code.

I'll get back to you once I have a potential fix that can be tested.

@omarcostahamido
Copy link
Author

@dechamps
No, thank YOU for doing this!
I truly admire and appreciate it.
Best

@dechamps
Copy link
Owner

@omarcostahamido I believe I have fixed the PortAudio code. Could you please redo the tests with the following package which contains modified PortAudio DLLs: FlexASIO-1.0-portaudio-g1f5429e.zip

@omarcostahamido
Copy link
Author

@dechamps Here:

PortAudioDevices_x64.exe cmd: C:\Program Files\FlexASIO\x64>PortAudioDevices_x64.exe Device index: 0 Device name: Microsoft Sound Mapper - Input Default sample rate: 44100 Input: max channel count 2, default latency 0.09s (low) 0.18s (high) Output: max channel count 0, default latency 0.09s (low) 0.18s (high) Host API name: MME Host API type: 2 [MME]

Device index: 1
Device name: Microphone (Realtek High Defini
Default sample rate: 44100
Input: max channel count 2, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]
DEFAULT INPUT DEVICE for this host API

Device index: 2
Device name: Hi-Fi Cable Output (VB-Audio Hi
Default sample rate: 44100
Input: max channel count 8, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 3
Device name: Stereo Mix (Realtek High Defini
Default sample rate: 44100
Input: max channel count 2, default latency 0.09s (low) 0.18s (high)
Output: max channel count 0, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 4
Device name: Microsoft Sound Mapper - Output
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 2, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 5
Device name: Speakers (Realtek High Definiti
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 2, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]
DEFAULT OUTPUT DEVICE for this host API

Device index: 6
Device name: Hi-Fi Cable Input (VB-Audio Hi-
Default sample rate: 44100
Input: max channel count 0, default latency 0.09s (low) 0.18s (high)
Output: max channel count 8, default latency 0.09s (low) 0.18s (high)
Host API name: MME
Host API type: 2 [MME]

Device index: 7
Device name: Primary Sound Capture Driver
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]
DEFAULT INPUT DEVICE for this host API

Device index: 8
Device name: Microphone (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 9
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 8, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 10
Device name: Stereo Mix (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 2, default latency 0.12s (low) 0.24s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 11
Device name: Primary Sound Driver
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 8, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]
DEFAULT OUTPUT DEVICE for this host API

Device index: 12
Device name: Speakers (Realtek High Definition Audio)
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 13
Device name: Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 8, default latency 0.12s (low) 0.24s (high)
Host API name: Windows DirectSound
Host API type: 1 [DirectSound]

Device index: 14
Device name: Speakers (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.003s (low) 0.01s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
DEFAULT OUTPUT DEVICE for this host API
WASAPI device default 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], format {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]

Device index: 15
Device name: Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)
Default sample rate: 48000
Input: max channel count 0, default latency 0s (low) 0s (high)
Output: max channel count 2, default latency 0.003s (low) 0.01s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default 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], format {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]

Device index: 16
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 48000
Input: max channel count 2, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default 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], format {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]

Device index: 17
Device name: Microphone (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 2, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
DEFAULT INPUT DEVICE for this host API
WASAPI device default 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], format {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]

Device index: 18
Device name: Stereo Mix (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 2, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
WASAPI device default 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], format {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]

Device index: 19
Device name: Microphone (Realtek HD Audio Mic input)
Default sample rate: 44100
Input: max channel count 2, default latency 0.01s (low) 0.04s (high)
Output: max channel count 0, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]
DEFAULT INPUT DEVICE for this host API

Device index: 20
Device name: SPDIF Out (Realtek HDA SPDIF Out)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.04s (high)
Output: max channel count 2, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 21
Device name: Stereo Mix (Realtek HD Audio Stereo input)
Default sample rate: 44100
Input: max channel count 2, default latency 0.01s (low) 0.04s (high)
Output: max channel count 0, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 22
Device name: Speakers (Realtek HD Audio output)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.04s (high)
Output: max channel count 2, default latency 0.01s (low) 0.04s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]
DEFAULT OUTPUT DEVICE for this host API

Device index: 23
Device name: Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 8, default latency 0.01s (low) 0.0853333s (high)
Output: max channel count 0, default latency 0.01s (low) 0.0853333s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

Device index: 24
Device name: Speakers (VB-Audio Hi-Fi Cable)
Default sample rate: 44100
Input: max channel count 0, default latency 0.01s (low) 0.0853333s (high)
Output: max channel count 8, default latency 0.01s (low) 0.0853333s (high)
Host API name: Windows WDM-KS
Host API type: 11 [WDMKS]

PortAudioDevices_x64.exe log: 2018-11-19T15:25:26.2562125-08:00 3528 7704 Logfile opened 2018-11-19T15:25:26.2575443-08:00 3528 7704 Log time source: GetSystemTimePreciseAsFileTime 2018-11-19T15:25:26.2576632-08:00 3528 7704 FlexASIO Release x64 1.0 built on 2018-11-19T22:48:03.7956966+00:00 2018-11-19T15:25:26.2577441-08:00 3528 7704 Host process: C:\Program Files\FlexASIO\x64\PortAudioDevices_x64.exe 2018-11-19T15:25:26.2578298-08:00 3528 7704 PortAudio version: PortAudio V19.6.0-devel, revision 1f5429ee433c5a379ed96256f21f288e163a9a38-vcpkg 2018-11-19T15:25:26.2579031-08:00 3528 7704 Enabling PortAudio debug output redirection 2018-11-19T15:25:26.2579881-08:00 3528 7704 [PortAudio] before paHostApiInitializers[0]. 2018-11-19T15:25:26.3244157-08:00 3528 7704 [PortAudio] after paHostApiInitializers[0]. 2018-11-19T15:25:26.3263621-08:00 3528 7704 [PortAudio] before paHostApiInitializers[1]. 2018-11-19T15:25:28.0996000-08:00 3528 7704 [PortAudio] PA - PlatformId = 0x2 2018-11-19T15:25:28.0996898-08:00 3528 7704 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T15:25:28.0997394-08:00 3528 7704 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T15:25:28.1100385-08:00 3528 7704 [PortAudio] PA - PlatformId = 0x2 2018-11-19T15:25:28.1101125-08:00 3528 7704 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T15:25:28.1101588-08:00 3528 7704 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T15:25:28.1179191-08:00 3528 7704 [PortAudio] PA - PlatformId = 0x2 2018-11-19T15:25:28.1179931-08:00 3528 7704 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T15:25:28.1180398-08:00 3528 7704 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T15:25:28.1285769-08:00 3528 7704 [PortAudio] PA - PlatformId = 0x2 2018-11-19T15:25:28.1286524-08:00 3528 7704 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T15:25:28.1286995-08:00 3528 7704 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T15:25:28.1837516-08:00 3528 7704 [PortAudio] PA - PlatformId = 0x2 2018-11-19T15:25:28.1838398-08:00 3528 7704 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T15:25:28.1838880-08:00 3528 7704 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T15:25:28.2338230-08:00 3528 7704 [PortAudio] PA - PlatformId = 0x2 2018-11-19T15:25:28.2339393-08:00 3528 7704 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T15:25:28.2340239-08:00 3528 7704 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T15:25:28.2789652-08:00 3528 7704 [PortAudio] PA - PlatformId = 0x2 2018-11-19T15:25:28.2790556-08:00 3528 7704 [PortAudio] PA - MajorVersion = 0x6 2018-11-19T15:25:28.2791045-08:00 3528 7704 [PortAudio] PA - MinorVersion = 0x2 2018-11-19T15:25:28.2795957-08:00 3528 7704 [PortAudio] after paHostApiInitializers[1]. 2018-11-19T15:25:28.2796653-08:00 3528 7704 [PortAudio] before paHostApiInitializers[2]. 2018-11-19T15:25:28.3567677-08:00 3528 7704 [PortAudio] WASAPI: device idx: 00 2018-11-19T15:25:28.3568596-08:00 3528 7704 [PortAudio] WASAPI: --------------- 2018-11-19T15:25:28.3659943-08:00 3528 7704 [PortAudio] WASAPI:0| name[Speakers (Realtek High Definition Audio)] 2018-11-19T15:25:28.3678669-08:00 3528 7704 [PortAudio] WASAPI:0| form-factor[1] 2018-11-19T15:25:28.3679690-08:00 3528 7704 [PortAudio] WASAPI: getting Windows version with RtlGetVersion() 2018-11-19T15:25:28.3680183-08:00 3528 7704 [PortAudio] WASAPI: Windows version = 5 2018-11-19T15:25:28.3680609-08:00 3528 7704 [PortAudio] WASAPI: IAudioClient version = 3 2018-11-19T15:25:28.3751986-08:00 3528 7704 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]} 2018-11-19T15:25:28.3752832-08:00 3528 7704 [PortAudio] WASAPI: device idx: 01 2018-11-19T15:25:28.3753295-08:00 3528 7704 [PortAudio] WASAPI: --------------- 2018-11-19T15:25:28.3816501-08:00 3528 7704 [PortAudio] WASAPI:1| name[Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)] 2018-11-19T15:25:28.3830241-08:00 3528 7704 [PortAudio] WASAPI:1| form-factor[1] 2018-11-19T15:25:28.3886008-08:00 3528 7704 [PortAudio] WASAPI:1| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]} 2018-11-19T15:25:28.3886916-08:00 3528 7704 [PortAudio] WASAPI: device idx: 02 2018-11-19T15:25:28.3887390-08:00 3528 7704 [PortAudio] WASAPI: --------------- 2018-11-19T15:25:28.3950985-08:00 3528 7704 [PortAudio] WASAPI:2| name[Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)] 2018-11-19T15:25:28.3965459-08:00 3528 7704 [PortAudio] WASAPI:2| form-factor[2] 2018-11-19T15:25:28.4015135-08:00 3528 7704 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]} 2018-11-19T15:25:28.4016028-08:00 3528 7704 [PortAudio] WASAPI: device idx: 03 2018-11-19T15:25:28.4016524-08:00 3528 7704 [PortAudio] WASAPI: --------------- 2018-11-19T15:25:28.4103881-08:00 3528 7704 [PortAudio] WASAPI:3| name[Microphone (Realtek High Definition Audio)] 2018-11-19T15:25:28.4120853-08:00 3528 7704 [PortAudio] WASAPI:3| form-factor[4] 2018-11-19T15:25:28.4190827-08:00 3528 7704 [PortAudio] WASAPI:3| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]} 2018-11-19T15:25:28.4191903-08:00 3528 7704 [PortAudio] WASAPI: device idx: 04 2018-11-19T15:25:28.4192763-08:00 3528 7704 [PortAudio] WASAPI: --------------- 2018-11-19T15:25:28.4281291-08:00 3528 7704 [PortAudio] WASAPI:4| name[Stereo Mix (Realtek High Definition Audio)] 2018-11-19T15:25:28.4298887-08:00 3528 7704 [PortAudio] WASAPI:4| form-factor[10] 2018-11-19T15:25:28.4370446-08:00 3528 7704 [PortAudio] WASAPI:4| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]} 2018-11-19T15:25:28.4371482-08:00 3528 7704 [PortAudio] WASAPI: device list created ok 2018-11-19T15:25:28.4372153-08:00 3528 7704 [PortAudio] WASAPI: initialized ok 2018-11-19T15:25:28.4372682-08:00 3528 7704 [PortAudio] after paHostApiInitializers[2]. 2018-11-19T15:25:28.4373276-08:00 3528 7704 [PortAudio] before paHostApiInitializers[3]. 2018-11-19T15:25:28.4417113-08:00 3528 7704 [PortAudio] Setup called 2018-11-19T15:25:28.4418057-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4419392-08:00 3528 7704 [PortAudio] noError = 0 2018-11-19T15:25:28.4420541-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4421682-08:00 3528 7704 [PortAudio] noError = 0 2018-11-19T15:25:28.4423579-08:00 3528 7704 [PortAudio] Device 1 has capture alias 2018-11-19T15:25:28.4424163-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4426537-08:00 3528 7704 [PortAudio] noError = 1 2018-11-19T15:25:28.4427423-08:00 3528 7704 [PortAudio] Device 2 has render alias 2018-11-19T15:25:28.4428819-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4429866-08:00 3528 7704 [PortAudio] noError = 0 2018-11-19T15:25:28.4431682-08:00 3528 7704 [PortAudio] Device 3 has capture alias 2018-11-19T15:25:28.4432273-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4434220-08:00 3528 7704 [PortAudio] noError = 1 2018-11-19T15:25:28.4434815-08:00 3528 7704 [PortAudio] Device 4 has render alias 2018-11-19T15:25:28.4436080-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4437134-08:00 3528 7704 [PortAudio] noError = 0 2018-11-19T15:25:28.4438181-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4439165-08:00 3528 7704 [PortAudio] noError = 0 2018-11-19T15:25:28.4440197-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4441175-08:00 3528 7704 [PortAudio] noError = 0 2018-11-19T15:25:28.4442207-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4443979-08:00 3528 7704 [PortAudio] noError = 1 2018-11-19T15:25:28.4444818-08:00 3528 7704 [PortAudio] Device 8 has render alias 2018-11-19T15:25:28.4446532-08:00 3528 7704 [PortAudio] Device 8 has capture alias 2018-11-19T15:25:28.4447104-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4447990-08:00 3528 7704 [PortAudio] noError = 0 2018-11-19T15:25:28.4448982-08:00 3528 7704 [PortAudio] Enum called 2018-11-19T15:25:28.4449475-08:00 3528 7704 [PortAudio] Interfaces found: 5 2018-11-19T15:25:28.4452804-08:00 3528 7704 [PortAudio] Device 1 has capture alias 2018-11-19T15:25:28.4455276-08:00 3528 7704 [PortAudio] Device 1 has realtime alias 2018-11-19T15:25:28.4456983-08:00 3528 7704 [PortAudio] Interface 1, Name: R 2018-11-19T15:25:28.4457778-08:00 3528 7704 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Mic input' 2018-11-19T15:25:28.4459346-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4461173-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T15:25:28.4461881-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4462537-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T15:25:28.4463142-08:00 3528 7704 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4464127-08:00 3528 7704 [PortAudio] PinNew: Creating pin 0: 2018-11-19T15:25:28.4465586-08:00 3528 7704 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T15:25:28.4466567-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4467507-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4468175-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4468616-08:00 3528 7704 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T15:25:28.4469028-08:00 3528 7704 [PortAudio] PinNew: Format PCM 32 bit supported 2018-11-19T15:25:28.4469433-08:00 3528 7704 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T15:25:28.4470016-08:00 3528 7704 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T15:25:28.4470436-08:00 3528 7704 [PortAudio] PinNew: Finding topology pin... 2018-11-19T15:25:28.4470844-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections... 2018-11-19T15:25:28.4471253-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: returning 0000023CBE5F7448 2018-11-19T15:25:28.4471665-08:00 3528 7704 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1 2018-11-19T15:25:28.4472077-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 0000023CBE5F7448) 2018-11-19T15:25:28.4472474-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE5F7438 2018-11-19T15:25:28.4472868-08:00 3528 7704 [PortAudio] PinNew: Getting physical connection... 2018-11-19T15:25:28.4473423-08:00 3528 7704 [PortAudio] PinNew: Physical connection found! 2018-11-19T15:25:28.4474079-08:00 3528 7704 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtMicInTopo' 2018-11-19T15:25:28.4474783-08:00 3528 7704 [PortAudio] FilterNew: Creating filter '' 2018-11-19T15:25:28.4475228-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4476191-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=3 2018-11-19T15:25:28.4476668-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4477084-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=2,ToPin=1 2018-11-19T15:25:28.4477500-08:00 3528 7704 [PortAudio] Connection: 2 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1 2018-11-19T15:25:28.4477912-08:00 3528 7704 [PortAudio] Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T15:25:28.4478346-08:00 3528 7704 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4478773-08:00 3528 7704 [PortAudio] Node: 1 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4479196-08:00 3528 7704 [PortAudio] Node: 2 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4479841-08:00 3528 7704 [PortAudio] PinNew: Opening topology filter... 2018-11-19T15:25:28.4480822-08:00 3528 7704 [PortAudio] PinNew: Checking for input endpoint pin id (0)... 2018-11-19T15:25:28.4481515-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 4 connections... 2018-11-19T15:25:28.4481960-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: returning 0000023CBE5B6908 2018-11-19T15:25:28.4482379-08:00 3528 7704 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0 2018-11-19T15:25:28.4482857-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 0000023CBE5B6908) 2018-11-19T15:25:28.4483320-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE5B68F8 2018-11-19T15:25:28.4483815-08:00 3528 7704 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0 2018-11-19T15:25:28.4484512-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 0000023CBE5B68F8) 2018-11-19T15:25:28.4484961-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE5B68E8 2018-11-19T15:25:28.4485373-08:00 3528 7704 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0 2018-11-19T15:25:28.4485788-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 0000023CBE5B68E8) 2018-11-19T15:25:28.4486197-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE5B68D8 2018-11-19T15:25:28.4486598-08:00 3528 7704 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T15:25:28.4487710-08:00 3528 7704 [PortAudio] PinNew: Input friendly name 'M' 2018-11-19T15:25:28.4488232-08:00 3528 7704 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T15:25:28.4488735-08:00 3528 7704 [PortAudio] Pin created successfully 2018-11-19T15:25:28.4489158-08:00 3528 7704 [PortAudio] PinNew: Creating pin 1: 2018-11-19T15:25:28.4489650-08:00 3528 7704 [PortAudio] PinNew: Not source/sink 2018-11-19T15:25:28.4490073-08:00 3528 7704 [PortAudio] PinNew: Error -9996 2018-11-19T15:25:28.4490602-08:00 3528 7704 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T15:25:28.4492670-08:00 3528 7704 [PortAudio] Device 2 has render alias 2018-11-19T15:25:28.4495088-08:00 3528 7704 [PortAudio] Device 2 has realtime alias 2018-11-19T15:25:28.4496255-08:00 3528 7704 [PortAudio] Interface 2, Name: R 2018-11-19T15:25:28.4496834-08:00 3528 7704 [PortAudio] FilterNew: Creating filter 'Realtek HDA SPDIF Out' 2018-11-19T15:25:28.4497265-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4498257-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T15:25:28.4498742-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4499172-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T15:25:28.4499613-08:00 3528 7704 [PortAudio] Node: 0 - {DFF21FE5-F70F-11D0-B917-00A0C9223196} 2018-11-19T15:25:28.4500157-08:00 3528 7704 [PortAudio] PinNew: Creating pin 0: 2018-11-19T15:25:28.4501094-08:00 3528 7704 [PortAudio] PinNew: Checking 6 no of dataranges... 2018-11-19T15:25:28.4501539-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4502199-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4502644-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4503048-08:00 3528 7704 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T15:25:28.4503472-08:00 3528 7704 [PortAudio] PinNew: Format PCM 32 bit supported 2018-11-19T15:25:28.4503873-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4504267-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4504660-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4505054-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4505543-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4506039-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4506575-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4507184-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4507749-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4508278-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4508909-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4510386-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4510951-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4511381-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4511786-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4512191-08:00 3528 7704 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T15:25:28.4512928-08:00 3528 7704 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T15:25:28.4513431-08:00 3528 7704 [PortAudio] PinNew: Finding topology pin... 2018-11-19T15:25:28.4513847-08:00 3528 7704 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections... 2018-11-19T15:25:28.4514255-08:00 3528 7704 [PortAudio] FindStartConnectionTo: returning 0000023CBE5F6DD8 2018-11-19T15:25:28.4514886-08:00 3528 7704 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1 2018-11-19T15:25:28.4515327-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 0000023CBE5F6DD8) 2018-11-19T15:25:28.4515728-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE5F6DE8 2018-11-19T15:25:28.4516129-08:00 3528 7704 [PortAudio] PinNew: Getting physical connection... 2018-11-19T15:25:28.4516779-08:00 3528 7704 [PortAudio] PinNew: Physical connection found! 2018-11-19T15:25:28.4517369-08:00 3528 7704 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtSpdifTopo' 2018-11-19T15:25:28.4517822-08:00 3528 7704 [PortAudio] FilterNew: Creating filter '' 2018-11-19T15:25:28.4518234-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4519258-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T15:25:28.4519780-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4520203-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T15:25:28.4520637-08:00 3528 7704 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4521253-08:00 3528 7704 [PortAudio] PinNew: Opening topology filter... 2018-11-19T15:25:28.4521862-08:00 3528 7704 [PortAudio] PinNew: Checking for output endpoint pin id... 2018-11-19T15:25:28.4522318-08:00 3528 7704 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections... 2018-11-19T15:25:28.4522726-08:00 3528 7704 [PortAudio] FindStartConnectionTo: returning 0000023CBE5F7318 2018-11-19T15:25:28.4523135-08:00 3528 7704 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1 2018-11-19T15:25:28.4523576-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 0000023CBE5F7318) 2018-11-19T15:25:28.4523977-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE5F7328 2018-11-19T15:25:28.4524371-08:00 3528 7704 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T15:25:28.4524954-08:00 3528 7704 [PortAudio] GetNameFromCategory: USB GUID 0605 -> 'SPDIF' 2018-11-19T15:25:28.4525410-08:00 3528 7704 [PortAudio] PinNew: Pin name 'S' 2018-11-19T15:25:28.4525822-08:00 3528 7704 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T15:25:28.4526285-08:00 3528 7704 [PortAudio] Pin created successfully 2018-11-19T15:25:28.4526701-08:00 3528 7704 [PortAudio] PinNew: Creating pin 1: 2018-11-19T15:25:28.4527183-08:00 3528 7704 [PortAudio] PinNew: Not source/sink 2018-11-19T15:25:28.4527598-08:00 3528 7704 [PortAudio] PinNew: Error -9996 2018-11-19T15:25:28.4528112-08:00 3528 7704 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T15:25:28.4530636-08:00 3528 7704 [PortAudio] Device 3 has capture alias 2018-11-19T15:25:28.4532510-08:00 3528 7704 [PortAudio] Device 3 has realtime alias 2018-11-19T15:25:28.4533688-08:00 3528 7704 [PortAudio] Interface 3, Name: R 2018-11-19T15:25:28.4534264-08:00 3528 7704 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Stereo input' 2018-11-19T15:25:28.4534745-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4535745-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T15:25:28.4536237-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4536664-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T15:25:28.4537101-08:00 3528 7704 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4537634-08:00 3528 7704 [PortAudio] PinNew: Creating pin 0: 2018-11-19T15:25:28.4538494-08:00 3528 7704 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T15:25:28.4538914-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4539307-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4539698-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4540084-08:00 3528 7704 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T15:25:28.4540471-08:00 3528 7704 [PortAudio] PinNew: Format PCM 32 bit supported 2018-11-19T15:25:28.4540865-08:00 3528 7704 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T15:25:28.4541401-08:00 3528 7704 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T15:25:28.4541816-08:00 3528 7704 [PortAudio] PinNew: Finding topology pin... 2018-11-19T15:25:28.4542225-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections... 2018-11-19T15:25:28.4542626-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: returning 0000023CBE5F6E48 2018-11-19T15:25:28.4543031-08:00 3528 7704 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1 2018-11-19T15:25:28.4543461-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 0000023CBE5F6E48) 2018-11-19T15:25:28.4543866-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE5F6E38 2018-11-19T15:25:28.4544256-08:00 3528 7704 [PortAudio] PinNew: Getting physical connection... 2018-11-19T15:25:28.4544727-08:00 3528 7704 [PortAudio] PinNew: Physical connection found! 2018-11-19T15:25:28.4545248-08:00 3528 7704 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtStereoMixTopo' 2018-11-19T15:25:28.4545689-08:00 3528 7704 [PortAudio] FilterNew: Creating filter '' 2018-11-19T15:25:28.4546094-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4546940-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2 2018-11-19T15:25:28.4547403-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1 2018-11-19T15:25:28.4547815-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=1,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4548220-08:00 3528 7704 [PortAudio] Connection: 2 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T15:25:28.4548651-08:00 3528 7704 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4549074-08:00 3528 7704 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4549675-08:00 3528 7704 [PortAudio] PinNew: Opening topology filter... 2018-11-19T15:25:28.4550270-08:00 3528 7704 [PortAudio] PinNew: Checking for input endpoint pin id (0)... 2018-11-19T15:25:28.4550718-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 3 connections... 2018-11-19T15:25:28.4551123-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: returning 0000023CBE5C0F28 2018-11-19T15:25:28.4551531-08:00 3528 7704 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0 2018-11-19T15:25:28.4551940-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 0000023CBE5C0F28) 2018-11-19T15:25:28.4552337-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE5C0F18 2018-11-19T15:25:28.4552786-08:00 3528 7704 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0 2018-11-19T15:25:28.4553260-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 0000023CBE5C0F18) 2018-11-19T15:25:28.4553796-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE5C0F08 2018-11-19T15:25:28.4554424-08:00 3528 7704 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T15:25:28.4555543-08:00 3528 7704 [PortAudio] PinNew: Input friendly name 'S' 2018-11-19T15:25:28.4556054-08:00 3528 7704 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T15:25:28.4556550-08:00 3528 7704 [PortAudio] Pin created successfully 2018-11-19T15:25:28.4556973-08:00 3528 7704 [PortAudio] PinNew: Creating pin 1: 2018-11-19T15:25:28.4557461-08:00 3528 7704 [PortAudio] PinNew: Not source/sink 2018-11-19T15:25:28.4557881-08:00 3528 7704 [PortAudio] PinNew: Error -9996 2018-11-19T15:25:28.4558388-08:00 3528 7704 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T15:25:28.4560379-08:00 3528 7704 [PortAudio] Device 4 has render alias 2018-11-19T15:25:28.4562676-08:00 3528 7704 [PortAudio] Device 4 has realtime alias 2018-11-19T15:25:28.4563843-08:00 3528 7704 [PortAudio] Interface 4, Name: R 2018-11-19T15:25:28.4564613-08:00 3528 7704 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio output' 2018-11-19T15:25:28.4565127-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4566305-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1 2018-11-19T15:25:28.4566921-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4567373-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T15:25:28.4567822-08:00 3528 7704 [PortAudio] Node: 0 - {507AE360-C554-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4568376-08:00 3528 7704 [PortAudio] PinNew: Creating pin 0: 2018-11-19T15:25:28.4569284-08:00 3528 7704 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T15:25:28.4569816-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4570356-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 2 2018-11-19T15:25:28.4570816-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4571432-08:00 3528 7704 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T15:25:28.4571902-08:00 3528 7704 [PortAudio] PinNew: Format PCM 32 bit supported 2018-11-19T15:25:28.4572322-08:00 3528 7704 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T15:25:28.4572931-08:00 3528 7704 [PortAudio] Failed PinQueryNotificationSupport 2018-11-19T15:25:28.4573474-08:00 3528 7704 [PortAudio] PinNew: Finding topology pin... 2018-11-19T15:25:28.4573992-08:00 3528 7704 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections... 2018-11-19T15:25:28.4574582-08:00 3528 7704 [PortAudio] FindStartConnectionTo: returning 0000023CBE5F6E98 2018-11-19T15:25:28.4575020-08:00 3528 7704 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1 2018-11-19T15:25:28.4575443-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 0000023CBE5F6E98) 2018-11-19T15:25:28.4575848-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE5F6EA8 2018-11-19T15:25:28.4576256-08:00 3528 7704 [PortAudio] PinNew: Getting physical connection... 2018-11-19T15:25:28.4576756-08:00 3528 7704 [PortAudio] PinNew: Physical connection found! 2018-11-19T15:25:28.4577296-08:00 3528 7704 [PortAudio] PinNew: Creating topology filter '\\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\SingleLineOutTopo' 2018-11-19T15:25:28.4577741-08:00 3528 7704 [PortAudio] FilterNew: Creating filter '' 2018-11-19T15:25:28.4578149-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4579028-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2 2018-11-19T15:25:28.4579557-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4580023-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1 2018-11-19T15:25:28.4580443-08:00 3528 7704 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1 2018-11-19T15:25:28.4580880-08:00 3528 7704 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4581311-08:00 3528 7704 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4581923-08:00 3528 7704 [PortAudio] PinNew: Opening topology filter... 2018-11-19T15:25:28.4582525-08:00 3528 7704 [PortAudio] PinNew: Checking for output endpoint pin id... 2018-11-19T15:25:28.4582981-08:00 3528 7704 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 3 connections... 2018-11-19T15:25:28.4583389-08:00 3528 7704 [PortAudio] FindStartConnectionTo: returning 0000023CBE5C0F48 2018-11-19T15:25:28.4583835-08:00 3528 7704 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1 2018-11-19T15:25:28.4584250-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 0000023CBE5C0F48) 2018-11-19T15:25:28.4584651-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE5C0F58 2018-11-19T15:25:28.4585056-08:00 3528 7704 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1 2018-11-19T15:25:28.4585461-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 0000023CBE5C0F58) 2018-11-19T15:25:28.4585855-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE5C0F68 2018-11-19T15:25:28.4586249-08:00 3528 7704 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T15:25:28.4586748-08:00 3528 7704 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers' 2018-11-19T15:25:28.4587179-08:00 3528 7704 [PortAudio] PinNew: Pin name 'S' 2018-11-19T15:25:28.4587580-08:00 3528 7704 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T15:25:28.4588039-08:00 3528 7704 [PortAudio] Pin created successfully 2018-11-19T15:25:28.4588451-08:00 3528 7704 [PortAudio] PinNew: Creating pin 1: 2018-11-19T15:25:28.4588922-08:00 3528 7704 [PortAudio] PinNew: Not source/sink 2018-11-19T15:25:28.4589337-08:00 3528 7704 [PortAudio] PinNew: Error -9996 2018-11-19T15:25:28.4589841-08:00 3528 7704 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1) 2018-11-19T15:25:28.4594989-08:00 3528 7704 [PortAudio] Device 8 has render alias 2018-11-19T15:25:28.4596959-08:00 3528 7704 [PortAudio] Device 8 has capture alias 2018-11-19T15:25:28.4598505-08:00 3528 7704 [PortAudio] Interface 8, Name: V 2018-11-19T15:25:28.4599110-08:00 3528 7704 [PortAudio] FilterNew: Creating filter 'VB-Audio Hi-Fi Cable' 2018-11-19T15:25:28.4599548-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4600540-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=5, nodes=3 2018-11-19T15:25:28.4601025-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4601455-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0 2018-11-19T15:25:28.4601871-08:00 3528 7704 [PortAudio] Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1 2018-11-19T15:25:28.4602279-08:00 3528 7704 [PortAudio] Connection: 3 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1 2018-11-19T15:25:28.4602688-08:00 3528 7704 [PortAudio] Connection: 4 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=3 2018-11-19T15:25:28.4603132-08:00 3528 7704 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4603607-08:00 3528 7704 [PortAudio] Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4604045-08:00 3528 7704 [PortAudio] Node: 2 - {9DB7B9E0-C555-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4604585-08:00 3528 7704 [PortAudio] PinNew: Creating pin 0: 2018-11-19T15:25:28.4606109-08:00 3528 7704 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T15:25:28.4606631-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4607046-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 8 2018-11-19T15:25:28.4607447-08:00 3528 7704 [PortAudio] PinNew: Format PCM 8 bit supported 2018-11-19T15:25:28.4607849-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4608250-08:00 3528 7704 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T15:25:28.4608647-08:00 3528 7704 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T15:25:28.4609110-08:00 3528 7704 [PortAudio] PinNew: Finding topology pin... 2018-11-19T15:25:28.4609533-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 5 connections... 2018-11-19T15:25:28.4609942-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: returning 0000023CBE610B88 2018-11-19T15:25:28.4610347-08:00 3528 7704 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=-1 2018-11-19T15:25:28.4610759-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 5 connections... (pTo = 0000023CBE610B88) 2018-11-19T15:25:28.4611156-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE610B78 2018-11-19T15:25:28.4611554-08:00 3528 7704 [PortAudio] PinNew: Getting physical connection... 2018-11-19T15:25:28.4612020-08:00 3528 7704 [PortAudio] PinNew: Physical connection found! 2018-11-19T15:25:28.4612527-08:00 3528 7704 [PortAudio] PinNew: Creating topology filter '\\?\ROOT#MEDIA#0000#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topology' 2018-11-19T15:25:28.4612979-08:00 3528 7704 [PortAudio] FilterNew: Creating filter '' 2018-11-19T15:25:28.4613388-08:00 3528 7704 [PortAudio] FilterNew: Opening filter... 2018-11-19T15:25:28.4614376-08:00 3528 7704 [PortAudio] DumpConnectionsAndNodes: connections=10, nodes=8 2018-11-19T15:25:28.4614843-08:00 3528 7704 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1 2018-11-19T15:25:28.4615262-08:00 3528 7704 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1 2018-11-19T15:25:28.4615671-08:00 3528 7704 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=3,ToPin=1 2018-11-19T15:25:28.4616083-08:00 3528 7704 [PortAudio] Connection: 3 - FromNode=4294967295,FromPin=1 -> ToNode=2,ToPin=1 2018-11-19T15:25:28.4616491-08:00 3528 7704 [PortAudio] Connection: 4 - FromNode=2,FromPin=0 -> ToNode=6,ToPin=1 2018-11-19T15:25:28.4616896-08:00 3528 7704 [PortAudio] Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4,ToPin=1 2018-11-19T15:25:28.4617304-08:00 3528 7704 [PortAudio] Connection: 6 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=2 2018-11-19T15:25:28.4617709-08:00 3528 7704 [PortAudio] Connection: 7 - FromNode=6,FromPin=0 -> ToNode=7,ToPin=1 2018-11-19T15:25:28.4618114-08:00 3528 7704 [PortAudio] Connection: 8 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=3 2018-11-19T15:25:28.4618522-08:00 3528 7704 [PortAudio] Connection: 9 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=3 2018-11-19T15:25:28.4618956-08:00 3528 7704 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4619383-08:00 3528 7704 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4619806-08:00 3528 7704 [PortAudio] Node: 2 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4620225-08:00 3528 7704 [PortAudio] Node: 3 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4620645-08:00 3528 7704 [PortAudio] Node: 4 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4621068-08:00 3528 7704 [PortAudio] Node: 5 - {2CEAF780-C556-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4621487-08:00 3528 7704 [PortAudio] Node: 6 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4621910-08:00 3528 7704 [PortAudio] Node: 7 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1} 2018-11-19T15:25:28.4622512-08:00 3528 7704 [PortAudio] PinNew: Opening topology filter... 2018-11-19T15:25:28.4623182-08:00 3528 7704 [PortAudio] PinNew: Checking for input endpoint pin id (0)... 2018-11-19T15:25:28.4623675-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 10 connections... 2018-11-19T15:25:28.4624098-08:00 3528 7704 [PortAudio] FindStartConnectionFrom: returning 0000023CBE609658 2018-11-19T15:25:28.4624510-08:00 3528 7704 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0 2018-11-19T15:25:28.4624918-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 0000023CBE609658) 2018-11-19T15:25:28.4625319-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE609648 2018-11-19T15:25:28.4625728-08:00 3528 7704 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0 2018-11-19T15:25:28.4626133-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 0000023CBE609648) 2018-11-19T15:25:28.4626534-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE609618 2018-11-19T15:25:28.4626935-08:00 3528 7704 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0 2018-11-19T15:25:28.4627343-08:00 3528 7704 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 0000023CBE609618) 2018-11-19T15:25:28.4627737-08:00 3528 7704 [PortAudio] GetConnectionFrom: Returning 0000023CBE609608 2018-11-19T15:25:28.4628135-08:00 3528 7704 [PortAudio] PinNew: Found endpoint pin id 1 2018-11-19T15:25:28.4629138-08:00 3528 7704 [PortAudio] PinNew: Input friendly name 'H' 2018-11-19T15:25:28.4629633-08:00 3528 7704 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T15:25:28.4630119-08:00 3528 7704 [PortAudio] Pin created successfully 2018-11-19T15:25:28.4630538-08:00 3528 7704 [PortAudio] PinNew: Creating pin 1: 2018-11-19T15:25:28.4631027-08:00 3528 7704 [PortAudio] PinNew: Not source/sink 2018-11-19T15:25:28.4631450-08:00 3528 7704 [PortAudio] PinNew: Error -9996 2018-11-19T15:25:28.4631869-08:00 3528 7704 [PortAudio] PinNew: Creating pin 2: 2018-11-19T15:25:28.4632697-08:00 3528 7704 [PortAudio] PinNew: Checking 1 no of dataranges... 2018-11-19T15:25:28.4633131-08:00 3528 7704 [PortAudio] PinNew: DR major format 73647561 2018-11-19T15:25:28.4633569-08:00 3528 7704 [PortAudio] PinNew: MaxChannel: 8 2018-11-19T15:25:28.4634002-08:00 3528 7704 [PortAudio] PinNew: Format PCM 8 bit supported 2018-11-19T15:25:28.4634673-08:00 3528 7704 [PortAudio] PinNew: Format PCM 16 bit supported 2018-11-19T15:25:28.4635118-08:00 3528 7704 [PortAudio] PinNew: Format PCM 24 bit supported 2018-11-19T15:25:28.4635523-08:00 3528 7704 [PortAudio] PinNew: Default sample rate = 44100 Hz 2018-11-19T15:25:28.4635997-08:00 3528 7704 [PortAudio] PinNew: Finding topology pin... 2018-11-19T15:25:28.4636428-08:00 3528 7704 [PortAudio] FindStartConnectionTo: Startpin 2, Checking 5 connections... 2018-11-19T15:25:28.4636832-08:00 3528 7704 [PortAudio] FindStartConnectionTo: returning 0000023CBE610B98 2018-11-19T15:25:28.4637244-08:00 3528 7704 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1 2018-11-19T15:25:28.4637653-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 0000023CBE610B98) 2018-11-19T15:25:28.4638054-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE610BA8 2018-11-19T15:25:28.4638459-08:00 3528 7704 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1 2018-11-19T15:25:28.4638867-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 0000023CBE610BA8) 2018-11-19T15:25:28.4639272-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE610BB8 2018-11-19T15:25:28.4639670-08:00 3528 7704 [PortAudio] PinNew: Getting physical connection... 2018-11-19T15:25:28.4640136-08:00 3528 7704 [PortAudio] PinNew: Physical connection found! 2018-11-19T15:25:28.4640621-08:00 3528 7704 [PortAudio] PinNew: Opening topology filter... 2018-11-19T15:25:28.4641249-08:00 3528 7704 [PortAudio] PinNew: Checking for output endpoint pin id... 2018-11-19T15:25:28.4641708-08:00 3528 7704 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 10 connections... 2018-11-19T15:25:28.4642164-08:00 3528 7704 [PortAudio] FindStartConnectionTo: returning 0000023CBE6095D8 2018-11-19T15:25:28.4642612-08:00 3528 7704 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1 2018-11-19T15:25:28.4643053-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 0000023CBE6095D8) 2018-11-19T15:25:28.4643462-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE6095E8 2018-11-19T15:25:28.4643867-08:00 3528 7704 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1 2018-11-19T15:25:28.4644275-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 0000023CBE6095E8) 2018-11-19T15:25:28.4644669-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE6095F8 2018-11-19T15:25:28.4645074-08:00 3528 7704 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1 2018-11-19T15:25:28.4645482-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 0000023CBE6095F8) 2018-11-19T15:25:28.4645880-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE609628 2018-11-19T15:25:28.4646281-08:00 3528 7704 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1 2018-11-19T15:25:28.4646693-08:00 3528 7704 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 0000023CBE609628) 2018-11-19T15:25:28.4647090-08:00 3528 7704 [PortAudio] GetConnectionTo: Returning 0000023CBE609638 2018-11-19T15:25:28.4647484-08:00 3528 7704 [PortAudio] PinNew: Found endpoint pin id 2 2018-11-19T15:25:28.4647991-08:00 3528 7704 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers' 2018-11-19T15:25:28.4648421-08:00 3528 7704 [PortAudio] PinNew: Pin name 'S' 2018-11-19T15:25:28.4648826-08:00 3528 7704 [PortAudio] PinNew: Releasing topology filter... 2018-11-19T15:25:28.4649289-08:00 3528 7704 [PortAudio] Pin created successfully 2018-11-19T15:25:28.4649701-08:00 3528 7704 [PortAudio] PinNew: Creating pin 3: 2018-11-19T15:25:28.4650179-08:00 3528 7704 [PortAudio] PinNew: Not source/sink 2018-11-19T15:25:28.4650591-08:00 3528 7704 [PortAudio] PinNew: Error -9996 2018-11-19T15:25:28.4651094-08:00 3528 7704 [PortAudio] Filter (WaveCyclic) created with 2 valid pins (total I/Os: 2) 2018-11-19T15:25:28.4739889-08:00 3528 7704 [PortAudio] after paHostApiInitializers[3]. 2018-11-19T15:25:28.7736439-08:00 3528 7704 [PortAudio] TerminateHostApis in 2018-11-19T15:25:28.7739578-08:00 3528 7704 [PortAudio] TerminateHostApis out 2018-11-19T15:25:28.7740443-08:00 3528 7704 Disabling PortAudio debug output redirection 2018-11-19T15:25:28.7740953-08:00 3528 7704 Closing logfile

FlexASIOTest_x64.exe cmd: C:\Program Files\FlexASIO\x64>FlexASIOTest_x64.exe ASIOInit(asioVersion = 2) -> 0 [ASE_OK] asioVersion = 2 driverVersion = 2 name = FlexASIO errorMessage = No ASIO Driver Error sysRef = 0000000000000000

ASIOGetChannels()
-> 0 [ASE_OK]
Channel count: 2 input, 0 output

ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 48000

ASIOCanSampleRate(44100)
-> 0 [ASE_OK]
ASIOSetSampleRate(44100)
-> 0 [ASE_OK]
ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 44100
ASIOCanSampleRate(48000)
-> 0 [ASE_OK]
ASIOSetSampleRate(48000)
-> 0 [ASE_OK]
ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 48000
ASIOCanSampleRate(96000)
-> 0 [ASE_OK]
ASIOSetSampleRate(96000)
-> 0 [ASE_OK]
ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 96000
ASIOCanSampleRate(192000)
-> 0 [ASE_OK]
ASIOSetSampleRate(192000)
-> 0 [ASE_OK]
ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 192000
ASIOCanSampleRate(48000)
-> 0 [ASE_OK]
ASIOSetSampleRate(48000)
-> 0 [ASE_OK]
ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 48000

ASIOGetBufferSize()
-> 0 [ASE_OK]
Buffer size: min 48 max 48000 preferred 960 granularity 1

ASIOOutputReady()
-> -1000 [ASE_NotPresent]

ASIOGetChannelInfo(channel = 0 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 0 FL (Front Left)
ASIOGetChannelInfo(channel = 1 isInput = 1)
-> 0 [ASE_OK]
isActive = 0 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 1 FR (Front Right)

ASIOCreateBuffers(isInput = 1 channelNum = 0 isInput = 1 channelNum = 1 , bufferSize = 960, bufferSwitch = 00007FF7F7112170 sampleRateDidChange = 00007FF7F71121E0 asioMessage = 00007FF7F7112250 bufferSwitchTimeInfo = 00007FF7F71122E0)
asioMessage(selector = 1 [kAsioSelectorSupported], value = 1, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 1 [kAsioSelectorSupported]
<- 1
asioMessage(selector = 1 [kAsioSelectorSupported], value = 2, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 2 [kAsioEngineVersion]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 3, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 3 [kAsioResetRequest]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 4, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 4 [kAsioBufferSizeChange]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 5, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 5 [kAsioResyncRequest]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 6, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 6 [kAsioLatenciesChanged]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 7, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 7 [kAsioSupportsTimeInfo]
<- 1
asioMessage(selector = 1 [kAsioSelectorSupported], value = 8, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 8 [kAsioSupportsTimeCode]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 9, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 9 [kAsioMMCCommand]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 10, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 10 [kAsioSupportsInputMonitor]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 11, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 11 [kAsioSupportsInputGain]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 12, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 12 [kAsioSupportsInputMeter]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 13, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 13 [kAsioSupportsOutputGain]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 14, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 14 [kAsioSupportsOutputMeter]
<- 0
asioMessage(selector = 1 [kAsioSelectorSupported], value = 15, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 15 [kAsioOverload]
<- 0
-> 0 [ASE_OK]

ASIOGetSampleRate()
-> 0 [ASE_OK]
Sample rate: 48000
ASIOGetChannelInfo(channel = 0 isInput = 1)
-> 0 [ASE_OK]
isActive = 1 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 0 FL (Front Left)
ASIOGetChannelInfo(channel = 1 isInput = 1)
-> 0 [ASE_OK]
isActive = 1 channelGroup = 0 type = 19 [ASIOSTFloat32LSB] name = IN 1 FR (Front Right)

ASIOGetLatencies()
-> 0 [ASE_OK]
Latencies: input 960 samples, output 0 samples

ASIOStart()
asioMessage(selector = 1 [kAsioSelectorSupported], value = 7, message = 0000000000000000, opt = 0000000000000000)
Being queried for message selector 7 [kAsioSupportsTimeInfo]
<- 1
asioMessage(selector = 7 [kAsioSupportsTimeInfo], value = 0, message = 0000000000000000, opt = 0000000000000000)
<- 1
-> 0 [ASE_OK]

Now waiting for 10 buffer switches...

bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 0, 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)), doubleBufferIndex = 0, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 0 timestamp: 0
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798654000000, sample position 960, 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)), doubleBufferIndex = 1, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 960 timestamp: 437798654000000
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798663000000, sample position 1920, 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)), doubleBufferIndex = 0, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 1920 timestamp: 437798663000000
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798676000000, sample position 2880, 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)), doubleBufferIndex = 1, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 2880 timestamp: 437798676000000
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798696000000, sample position 3840, 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)), doubleBufferIndex = 0, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 3840 timestamp: 437798696000000
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798705000000, sample position 4800, 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)), doubleBufferIndex = 1, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 4800 timestamp: 437798705000000
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798715000000, sample position 5760, 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)), doubleBufferIndex = 0, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 5760 timestamp: 437798715000000
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798735000000, sample position 6720, 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)), doubleBufferIndex = 1, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 6720 timestamp: 437798735000000
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798747000000, sample position 7680, 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)), doubleBufferIndex = 0, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 7680 timestamp: 437798747000000
<- nullptr
bufferSwitchTimeInfo(params = (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798756000000, sample position 8640, 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)), doubleBufferIndex = 1, directProcess = 0)
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 8640 timestamp: 437798756000000
<- nullptr

bufferSwitchTimeInfo(params = (Reached ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798779000000, sample position 9600, 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)), doubleBufferIndex = 10 buffer switches, stopping0
, directProcess = 0)
ASIOStop()
ASIOGetSamplePosition()
-> 0 [ASE_OK]
Sample position: 9600 timestamp: 437798779000000
<- nullptr
-> 0 [ASE_OK]

ASIODisposeBuffers()
-> 0 [ASE_OK]

FlexASIOTest_x64.exe log: 2018-11-19T15:26:27.5227102-08:00 8244 2780 Logfile opened 2018-11-19T15:26:27.5276866-08:00 8244 2780 Log time source: GetSystemTimePreciseAsFileTime 2018-11-19T15:26:27.5277595-08:00 8244 2780 FlexASIO Release x64 1.0 built on 2018-11-19T22:48:03.7956966+00:00 2018-11-19T15:26:27.5278095-08:00 8244 2780 Host process: C:\Program Files\FlexASIO\x64\FlexASIOTest_x64.exe 2018-11-19T15:26:27.5278602-08:00 8244 2780 --- ENTERING CONTEXT: CFlexASIO() 2018-11-19T15:26:27.5279050-08:00 8244 2780 --- EXITING CONTEXT: CFlexASIO() [OK] 2018-11-19T15:26:27.5288390-08:00 8244 2780 --- ENTERING CONTEXT: init() 2018-11-19T15:26:27.5289466-08:00 8244 2780 Attempting to load configuration file: "C:\\Users\\Omar\\FlexASIO.toml" 2018-11-19T15:26:27.5292693-08:00 8244 2780 Configuration file successfully parsed as valid TOML: backend = "Windows WASAPI"

[input]
device = "Microphone (Realtek High Definition Audio)"
wasapiExclusiveMode = true

[output]
device = ""

2018-11-19T15:26:27.5294057-08:00 8244 2780 PortAudio version: PortAudio V19.6.0-devel, revision 1f5429ee433c5a379ed96256f21f288e163a9a38-vcpkg
2018-11-19T15:26:27.5294608-08:00 8244 2780 Enabling PortAudio debug output redirection
2018-11-19T15:26:27.5295067-08:00 8244 2780 Initializing PortAudio
2018-11-19T15:26:27.5295647-08:00 8244 2780 [PortAudio] before paHostApiInitializers[0].
2018-11-19T15:26:27.5961637-08:00 8244 2780 [PortAudio] after paHostApiInitializers[0].
2018-11-19T15:26:27.5962753-08:00 8244 2780 [PortAudio] before paHostApiInitializers[1].
2018-11-19T15:26:29.4233005-08:00 8244 2780 [PortAudio] PA - PlatformId = 0x2
2018-11-19T15:26:29.4234062-08:00 8244 2780 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T15:26:29.4234587-08:00 8244 2780 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T15:26:29.4344113-08:00 8244 2780 [PortAudio] PA - PlatformId = 0x2
2018-11-19T15:26:29.4344981-08:00 8244 2780 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T15:26:29.4345425-08:00 8244 2780 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T15:26:29.4423218-08:00 8244 2780 [PortAudio] PA - PlatformId = 0x2
2018-11-19T15:26:29.4423940-08:00 8244 2780 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T15:26:29.4424360-08:00 8244 2780 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T15:26:29.4531019-08:00 8244 2780 [PortAudio] PA - PlatformId = 0x2
2018-11-19T15:26:29.4531814-08:00 8244 2780 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T15:26:29.4532241-08:00 8244 2780 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T15:26:29.5093800-08:00 8244 2780 [PortAudio] PA - PlatformId = 0x2
2018-11-19T15:26:29.5094654-08:00 8244 2780 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T15:26:29.5095091-08:00 8244 2780 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T15:26:29.5547238-08:00 8244 2780 [PortAudio] PA - PlatformId = 0x2
2018-11-19T15:26:29.5548062-08:00 8244 2780 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T15:26:29.5548500-08:00 8244 2780 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T15:26:29.5904180-08:00 8244 2780 [PortAudio] PA - PlatformId = 0x2
2018-11-19T15:26:29.5905018-08:00 8244 2780 [PortAudio] PA - MajorVersion = 0x6
2018-11-19T15:26:29.5905463-08:00 8244 2780 [PortAudio] PA - MinorVersion = 0x2
2018-11-19T15:26:29.5910485-08:00 8244 2780 [PortAudio] after paHostApiInitializers[1].
2018-11-19T15:26:29.5911112-08:00 8244 2780 [PortAudio] before paHostApiInitializers[2].
2018-11-19T15:26:29.6620317-08:00 8244 2780 [PortAudio] WASAPI: device idx: 00
2018-11-19T15:26:29.6621228-08:00 8244 2780 [PortAudio] WASAPI: ---------------
2018-11-19T15:26:29.6706052-08:00 8244 2780 [PortAudio] WASAPI:0| name[Speakers (Realtek High Definition Audio)]
2018-11-19T15:26:29.6723019-08:00 8244 2780 [PortAudio] WASAPI:0| form-factor[1]
2018-11-19T15:26:29.6723771-08:00 8244 2780 [PortAudio] WASAPI: getting Windows version with RtlGetVersion()
2018-11-19T15:26:29.6724230-08:00 8244 2780 [PortAudio] WASAPI: Windows version = 5
2018-11-19T15:26:29.6724653-08:00 8244 2780 [PortAudio] WASAPI: IAudioClient version = 3
2018-11-19T15:26:29.6793937-08:00 8244 2780 [PortAudio] WASAPI:0| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-19T15:26:29.6795396-08:00 8244 2780 [PortAudio] WASAPI: device idx: 01
2018-11-19T15:26:29.6795950-08:00 8244 2780 [PortAudio] WASAPI: ---------------
2018-11-19T15:26:29.6856173-08:00 8244 2780 [PortAudio] WASAPI:1| name[Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)]
2018-11-19T15:26:29.6868375-08:00 8244 2780 [PortAudio] WASAPI:1| form-factor[1]
2018-11-19T15:26:29.6922718-08:00 8244 2780 [PortAudio] WASAPI:1| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-19T15:26:29.6923469-08:00 8244 2780 [PortAudio] WASAPI: device idx: 02
2018-11-19T15:26:29.6923951-08:00 8244 2780 [PortAudio] WASAPI: ---------------
2018-11-19T15:26:29.6984942-08:00 8244 2780 [PortAudio] WASAPI:2| name[Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)]
2018-11-19T15:26:29.6997246-08:00 8244 2780 [PortAudio] WASAPI:2| form-factor[2]
2018-11-19T15:26:29.7043592-08:00 8244 2780 [PortAudio] WASAPI:2| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-19T15:26:29.7044303-08:00 8244 2780 [PortAudio] WASAPI: device idx: 03
2018-11-19T15:26:29.7044781-08:00 8244 2780 [PortAudio] WASAPI: ---------------
2018-11-19T15:26:29.7127548-08:00 8244 2780 [PortAudio] WASAPI:3| name[Microphone (Realtek High Definition Audio)]
2018-11-19T15:26:29.7145661-08:00 8244 2780 [PortAudio] WASAPI:3| form-factor[4]
2018-11-19T15:26:29.7215037-08:00 8244 2780 [PortAudio] WASAPI:3| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-19T15:26:29.7215865-08:00 8244 2780 [PortAudio] WASAPI: device idx: 04
2018-11-19T15:26:29.7216335-08:00 8244 2780 [PortAudio] WASAPI: ---------------
2018-11-19T15:26:29.7301723-08:00 8244 2780 [PortAudio] WASAPI:4| name[Stereo Mix (Realtek High Definition Audio)]
2018-11-19T15:26:29.7318698-08:00 8244 2780 [PortAudio] WASAPI:4| form-factor[10]
2018-11-19T15:26:29.7386243-08:00 8244 2780 [PortAudio] WASAPI:4| def.SR[48000] max.CH[2] latency{hi[0.010000] lo[0.003000]}
2018-11-19T15:26:29.7386995-08:00 8244 2780 [PortAudio] WASAPI: device list created ok
2018-11-19T15:26:29.7387578-08:00 8244 2780 [PortAudio] WASAPI: initialized ok
2018-11-19T15:26:29.7388059-08:00 8244 2780 [PortAudio] after paHostApiInitializers[2].
2018-11-19T15:26:29.7388529-08:00 8244 2780 [PortAudio] before paHostApiInitializers[3].
2018-11-19T15:26:29.7428100-08:00 8244 2780 [PortAudio] Setup called
2018-11-19T15:26:29.7428815-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7430036-08:00 8244 2780 [PortAudio] noError = 0
2018-11-19T15:26:29.7431134-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7432119-08:00 8244 2780 [PortAudio] noError = 0
2018-11-19T15:26:29.7433927-08:00 8244 2780 [PortAudio] Device 1 has capture alias
2018-11-19T15:26:29.7434474-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7436148-08:00 8244 2780 [PortAudio] noError = 1
2018-11-19T15:26:29.7436630-08:00 8244 2780 [PortAudio] Device 2 has render alias
2018-11-19T15:26:29.7437578-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7438566-08:00 8244 2780 [PortAudio] noError = 0
2018-11-19T15:26:29.7440276-08:00 8244 2780 [PortAudio] Device 3 has capture alias
2018-11-19T15:26:29.7440816-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7442482-08:00 8244 2780 [PortAudio] noError = 1
2018-11-19T15:26:29.7442967-08:00 8244 2780 [PortAudio] Device 4 has render alias
2018-11-19T15:26:29.7443916-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7444867-08:00 8244 2780 [PortAudio] noError = 0
2018-11-19T15:26:29.7445870-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7446811-08:00 8244 2780 [PortAudio] noError = 0
2018-11-19T15:26:29.7447810-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7448788-08:00 8244 2780 [PortAudio] noError = 0
2018-11-19T15:26:29.7449791-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7451388-08:00 8244 2780 [PortAudio] noError = 1
2018-11-19T15:26:29.7451866-08:00 8244 2780 [PortAudio] Device 8 has render alias
2018-11-19T15:26:29.7453562-08:00 8244 2780 [PortAudio] Device 8 has capture alias
2018-11-19T15:26:29.7454156-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7455035-08:00 8244 2780 [PortAudio] noError = 0
2018-11-19T15:26:29.7455990-08:00 8244 2780 [PortAudio] Enum called
2018-11-19T15:26:29.7456453-08:00 8244 2780 [PortAudio] Interfaces found: 5
2018-11-19T15:26:29.7459564-08:00 8244 2780 [PortAudio] Device 1 has capture alias
2018-11-19T15:26:29.7461373-08:00 8244 2780 [PortAudio] Device 1 has realtime alias
2018-11-19T15:26:29.7462638-08:00 8244 2780 [PortAudio] Interface 1, Name: R
2018-11-19T15:26:29.7463207-08:00 8244 2780 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Mic input'
2018-11-19T15:26:29.7463619-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7464713-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T15:26:29.7465195-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7465603-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T15:26:29.7466037-08:00 8244 2780 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7466755-08:00 8244 2780 [PortAudio] PinNew: Creating pin 0:
2018-11-19T15:26:29.7467645-08:00 8244 2780 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T15:26:29.7468068-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7468462-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7468893-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7469290-08:00 8244 2780 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T15:26:29.7469790-08:00 8244 2780 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-19T15:26:29.7470238-08:00 8244 2780 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T15:26:29.7470993-08:00 8244 2780 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T15:26:29.7471504-08:00 8244 2780 [PortAudio] PinNew: Finding topology pin...
2018-11-19T15:26:29.7471912-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections...
2018-11-19T15:26:29.7472463-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: returning 00000224CA33D208
2018-11-19T15:26:29.7472937-08:00 8244 2780 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1
2018-11-19T15:26:29.7473393-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 00000224CA33D208)
2018-11-19T15:26:29.7474009-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA33D1F8
2018-11-19T15:26:29.7474443-08:00 8244 2780 [PortAudio] PinNew: Getting physical connection...
2018-11-19T15:26:29.7474994-08:00 8244 2780 [PortAudio] PinNew: Physical connection found!
2018-11-19T15:26:29.7475533-08:00 8244 2780 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtMicInTopo'
2018-11-19T15:26:29.7475986-08:00 8244 2780 [PortAudio] FilterNew: Creating filter ''
2018-11-19T15:26:29.7476383-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7477273-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=4, nodes=3
2018-11-19T15:26:29.7477729-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7478137-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=2,ToPin=1
2018-11-19T15:26:29.7478535-08:00 8244 2780 [PortAudio] Connection: 2 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1
2018-11-19T15:26:29.7478976-08:00 8244 2780 [PortAudio] Connection: 3 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T15:26:29.7479399-08:00 8244 2780 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7479811-08:00 8244 2780 [PortAudio] Node: 1 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7480285-08:00 8244 2780 [PortAudio] Node: 2 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7480941-08:00 8244 2780 [PortAudio] PinNew: Opening topology filter...
2018-11-19T15:26:29.7481557-08:00 8244 2780 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-19T15:26:29.7481995-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 4 connections...
2018-11-19T15:26:29.7482393-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: returning 00000224CA348798
2018-11-19T15:26:29.7482790-08:00 8244 2780 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-19T15:26:29.7483191-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 00000224CA348798)
2018-11-19T15:26:29.7483581-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA348788
2018-11-19T15:26:29.7483975-08:00 8244 2780 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-19T15:26:29.7484365-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 00000224CA348788)
2018-11-19T15:26:29.7484752-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA348778
2018-11-19T15:26:29.7485149-08:00 8244 2780 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=0
2018-11-19T15:26:29.7485547-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 4 connections... (pTo = 00000224CA348778)
2018-11-19T15:26:29.7485933-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA348768
2018-11-19T15:26:29.7486316-08:00 8244 2780 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T15:26:29.7487283-08:00 8244 2780 [PortAudio] PinNew: Input friendly name 'M'
2018-11-19T15:26:29.7487764-08:00 8244 2780 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T15:26:29.7488238-08:00 8244 2780 [PortAudio] Pin created successfully
2018-11-19T15:26:29.7488668-08:00 8244 2780 [PortAudio] PinNew: Creating pin 1:
2018-11-19T15:26:29.7489153-08:00 8244 2780 [PortAudio] PinNew: Not source/sink
2018-11-19T15:26:29.7489555-08:00 8244 2780 [PortAudio] PinNew: Error -9996
2018-11-19T15:26:29.7490054-08:00 8244 2780 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T15:26:29.7491881-08:00 8244 2780 [PortAudio] Device 2 has render alias
2018-11-19T15:26:29.7494109-08:00 8244 2780 [PortAudio] Device 2 has realtime alias
2018-11-19T15:26:29.7495181-08:00 8244 2780 [PortAudio] Interface 2, Name: R
2018-11-19T15:26:29.7495736-08:00 8244 2780 [PortAudio] FilterNew: Creating filter 'Realtek HDA SPDIF Out'
2018-11-19T15:26:29.7496152-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7497074-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T15:26:29.7497534-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7497942-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T15:26:29.7498365-08:00 8244 2780 [PortAudio] Node: 0 - {DFF21FE5-F70F-11D0-B917-00A0C9223196}
2018-11-19T15:26:29.7498916-08:00 8244 2780 [PortAudio] PinNew: Creating pin 0:
2018-11-19T15:26:29.7499780-08:00 8244 2780 [PortAudio] PinNew: Checking 6 no of dataranges...
2018-11-19T15:26:29.7500196-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7500582-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7500965-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7501345-08:00 8244 2780 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T15:26:29.7501724-08:00 8244 2780 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-19T15:26:29.7502099-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7502479-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7502858-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7503241-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7504309-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7504791-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7505196-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7505578-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7505965-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7506344-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7506724-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7507106-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7507489-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7507869-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7508252-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7508656-08:00 8244 2780 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T15:26:29.7509426-08:00 8244 2780 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T15:26:29.7509830-08:00 8244 2780 [PortAudio] PinNew: Finding topology pin...
2018-11-19T15:26:29.7510228-08:00 8244 2780 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-19T15:26:29.7510622-08:00 8244 2780 [PortAudio] FindStartConnectionTo: returning 00000224CA33D2E8
2018-11-19T15:26:29.7511016-08:00 8244 2780 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-19T15:26:29.7511413-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 00000224CA33D2E8)
2018-11-19T15:26:29.7511800-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA33D2F8
2018-11-19T15:26:29.7512186-08:00 8244 2780 [PortAudio] PinNew: Getting physical connection...
2018-11-19T15:26:29.7512646-08:00 8244 2780 [PortAudio] PinNew: Physical connection found!
2018-11-19T15:26:29.7513153-08:00 8244 2780 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtSpdifTopo'
2018-11-19T15:26:29.7513649-08:00 8244 2780 [PortAudio] FilterNew: Creating filter ''
2018-11-19T15:26:29.7514061-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7514921-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T15:26:29.7515417-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7515840-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T15:26:29.7516278-08:00 8244 2780 [PortAudio] Node: 0 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7516880-08:00 8244 2780 [PortAudio] PinNew: Opening topology filter...
2018-11-19T15:26:29.7517489-08:00 8244 2780 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-19T15:26:29.7517941-08:00 8244 2780 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-19T15:26:29.7518353-08:00 8244 2780 [PortAudio] FindStartConnectionTo: returning 00000224CA33D4F8
2018-11-19T15:26:29.7518798-08:00 8244 2780 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-19T15:26:29.7519213-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 00000224CA33D4F8)
2018-11-19T15:26:29.7519622-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA33D508
2018-11-19T15:26:29.7520023-08:00 8244 2780 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T15:26:29.7520588-08:00 8244 2780 [PortAudio] GetNameFromCategory: USB GUID 0605 -> 'SPDIF'
2018-11-19T15:26:29.7521044-08:00 8244 2780 [PortAudio] PinNew: Pin name 'S'
2018-11-19T15:26:29.7521456-08:00 8244 2780 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T15:26:29.7521923-08:00 8244 2780 [PortAudio] Pin created successfully
2018-11-19T15:26:29.7522382-08:00 8244 2780 [PortAudio] PinNew: Creating pin 1:
2018-11-19T15:26:29.7522900-08:00 8244 2780 [PortAudio] PinNew: Not source/sink
2018-11-19T15:26:29.7523330-08:00 8244 2780 [PortAudio] PinNew: Error -9996
2018-11-19T15:26:29.7523834-08:00 8244 2780 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T15:26:29.7526208-08:00 8244 2780 [PortAudio] Device 3 has capture alias
2018-11-19T15:26:29.7528027-08:00 8244 2780 [PortAudio] Device 3 has realtime alias
2018-11-19T15:26:29.7529191-08:00 8244 2780 [PortAudio] Interface 3, Name: R
2018-11-19T15:26:29.7529778-08:00 8244 2780 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio Stereo input'
2018-11-19T15:26:29.7530216-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7531167-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T15:26:29.7531631-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7532043-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T15:26:29.7532469-08:00 8244 2780 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7532987-08:00 8244 2780 [PortAudio] PinNew: Creating pin 0:
2018-11-19T15:26:29.7533822-08:00 8244 2780 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T15:26:29.7534227-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7534610-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7534993-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7535376-08:00 8244 2780 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T15:26:29.7535755-08:00 8244 2780 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-19T15:26:29.7536138-08:00 8244 2780 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T15:26:29.7536656-08:00 8244 2780 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T15:26:29.7537057-08:00 8244 2780 [PortAudio] PinNew: Finding topology pin...
2018-11-19T15:26:29.7537451-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 2 connections...
2018-11-19T15:26:29.7537845-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: returning 00000224CA355608
2018-11-19T15:26:29.7538238-08:00 8244 2780 [PortAudio] GetConnectedPin: count=1, forward=0, muxPosition=-1
2018-11-19T15:26:29.7538673-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 2 connections... (pTo = 00000224CA355608)
2018-11-19T15:26:29.7539063-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA3555F8
2018-11-19T15:26:29.7539446-08:00 8244 2780 [PortAudio] PinNew: Getting physical connection...
2018-11-19T15:26:29.7539902-08:00 8244 2780 [PortAudio] PinNew: Physical connection found!
2018-11-19T15:26:29.7540412-08:00 8244 2780 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\RtStereoMixTopo'
2018-11-19T15:26:29.7540846-08:00 8244 2780 [PortAudio] FilterNew: Creating filter ''
2018-11-19T15:26:29.7541240-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7542071-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2
2018-11-19T15:26:29.7542513-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=1,ToPin=1
2018-11-19T15:26:29.7542914-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=1,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7543315-08:00 8244 2780 [PortAudio] Connection: 2 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T15:26:29.7543727-08:00 8244 2780 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7544139-08:00 8244 2780 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7544723-08:00 8244 2780 [PortAudio] PinNew: Opening topology filter...
2018-11-19T15:26:29.7545353-08:00 8244 2780 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-19T15:26:29.7545820-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 3 connections...
2018-11-19T15:26:29.7546225-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: returning 00000224CA3800B8
2018-11-19T15:26:29.7546623-08:00 8244 2780 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0
2018-11-19T15:26:29.7547020-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 00000224CA3800B8)
2018-11-19T15:26:29.7547407-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA3800A8
2018-11-19T15:26:29.7547800-08:00 8244 2780 [PortAudio] GetConnectedPin: count=2, forward=0, muxPosition=0
2018-11-19T15:26:29.7548194-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 3 connections... (pTo = 00000224CA3800A8)
2018-11-19T15:26:29.7548607-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA380098
2018-11-19T15:26:29.7548993-08:00 8244 2780 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T15:26:29.7549919-08:00 8244 2780 [PortAudio] PinNew: Input friendly name 'S'
2018-11-19T15:26:29.7550393-08:00 8244 2780 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T15:26:29.7550864-08:00 8244 2780 [PortAudio] Pin created successfully
2018-11-19T15:26:29.7551269-08:00 8244 2780 [PortAudio] PinNew: Creating pin 1:
2018-11-19T15:26:29.7551743-08:00 8244 2780 [PortAudio] PinNew: Not source/sink
2018-11-19T15:26:29.7552144-08:00 8244 2780 [PortAudio] PinNew: Error -9996
2018-11-19T15:26:29.7552629-08:00 8244 2780 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T15:26:29.7554503-08:00 8244 2780 [PortAudio] Device 4 has render alias
2018-11-19T15:26:29.7556859-08:00 8244 2780 [PortAudio] Device 4 has realtime alias
2018-11-19T15:26:29.7557957-08:00 8244 2780 [PortAudio] Interface 4, Name: R
2018-11-19T15:26:29.7558606-08:00 8244 2780 [PortAudio] FilterNew: Creating filter 'Realtek HD Audio output'
2018-11-19T15:26:29.7559368-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7561060-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=2, nodes=1
2018-11-19T15:26:29.7561979-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7562741-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T15:26:29.7563551-08:00 8244 2780 [PortAudio] Node: 0 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7564477-08:00 8244 2780 [PortAudio] PinNew: Creating pin 0:
2018-11-19T15:26:29.7565866-08:00 8244 2780 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T15:26:29.7566592-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7567314-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 2
2018-11-19T15:26:29.7568033-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7568798-08:00 8244 2780 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T15:26:29.7569520-08:00 8244 2780 [PortAudio] PinNew: Format PCM 32 bit supported
2018-11-19T15:26:29.7570253-08:00 8244 2780 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T15:26:29.7571227-08:00 8244 2780 [PortAudio] Failed PinQueryNotificationSupport
2018-11-19T15:26:29.7571993-08:00 8244 2780 [PortAudio] PinNew: Finding topology pin...
2018-11-19T15:26:29.7572737-08:00 8244 2780 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 2 connections...
2018-11-19T15:26:29.7573466-08:00 8244 2780 [PortAudio] FindStartConnectionTo: returning 00000224CA355868
2018-11-19T15:26:29.7573962-08:00 8244 2780 [PortAudio] GetConnectedPin: count=1, forward=1, muxPosition=-1
2018-11-19T15:26:29.7574378-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 2 connections... (pFrom = 00000224CA355868)
2018-11-19T15:26:29.7574768-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA355878
2018-11-19T15:26:29.7575217-08:00 8244 2780 [PortAudio] PinNew: Getting physical connection...
2018-11-19T15:26:29.7575742-08:00 8244 2780 [PortAudio] PinNew: Physical connection found!
2018-11-19T15:26:29.7576271-08:00 8244 2780 [PortAudio] PinNew: Creating topology filter '\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0899&SUBSYS_146211E9&REV_1000#4&138140da&0&0001#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\SingleLineOutTopo'
2018-11-19T15:26:29.7576715-08:00 8244 2780 [PortAudio] FilterNew: Creating filter ''
2018-11-19T15:26:29.7577117-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7577988-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=3, nodes=2
2018-11-19T15:26:29.7578462-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7578870-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1
2018-11-19T15:26:29.7579271-08:00 8244 2780 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=1
2018-11-19T15:26:29.7579687-08:00 8244 2780 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7580099-08:00 8244 2780 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7580697-08:00 8244 2780 [PortAudio] PinNew: Opening topology filter...
2018-11-19T15:26:29.7581281-08:00 8244 2780 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-19T15:26:29.7581714-08:00 8244 2780 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 3 connections...
2018-11-19T15:26:29.7582108-08:00 8244 2780 [PortAudio] FindStartConnectionTo: returning 00000224CA37FDD8
2018-11-19T15:26:29.7582506-08:00 8244 2780 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2018-11-19T15:26:29.7582896-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 00000224CA37FDD8)
2018-11-19T15:26:29.7583283-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA37FDE8
2018-11-19T15:26:29.7583673-08:00 8244 2780 [PortAudio] GetConnectedPin: count=2, forward=1, muxPosition=-1
2018-11-19T15:26:29.7584059-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 3 connections... (pFrom = 00000224CA37FDE8)
2018-11-19T15:26:29.7584442-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA37FDF8
2018-11-19T15:26:29.7584822-08:00 8244 2780 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T15:26:29.7585296-08:00 8244 2780 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers'
2018-11-19T15:26:29.7585704-08:00 8244 2780 [PortAudio] PinNew: Pin name 'S'
2018-11-19T15:26:29.7586091-08:00 8244 2780 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T15:26:29.7586532-08:00 8244 2780 [PortAudio] Pin created successfully
2018-11-19T15:26:29.7586929-08:00 8244 2780 [PortAudio] PinNew: Creating pin 1:
2018-11-19T15:26:29.7587382-08:00 8244 2780 [PortAudio] PinNew: Not source/sink
2018-11-19T15:26:29.7587779-08:00 8244 2780 [PortAudio] PinNew: Error -9996
2018-11-19T15:26:29.7588264-08:00 8244 2780 [PortAudio] Filter (WaveRT) created with 1 valid pins (total I/Os: 1)
2018-11-19T15:26:29.7593125-08:00 8244 2780 [PortAudio] Device 8 has render alias
2018-11-19T15:26:29.7594726-08:00 8244 2780 [PortAudio] Device 8 has capture alias
2018-11-19T15:26:29.7596207-08:00 8244 2780 [PortAudio] Interface 8, Name: V
2018-11-19T15:26:29.7596776-08:00 8244 2780 [PortAudio] FilterNew: Creating filter 'VB-Audio Hi-Fi Cable'
2018-11-19T15:26:29.7597188-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7598136-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=5, nodes=3
2018-11-19T15:26:29.7598643-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=1 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7599055-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=4294967295,ToPin=0
2018-11-19T15:26:29.7599456-08:00 8244 2780 [PortAudio] Connection: 2 - FromNode=4294967295,FromPin=2 -> ToNode=2,ToPin=1
2018-11-19T15:26:29.7600466-08:00 8244 2780 [PortAudio] Connection: 3 - FromNode=2,FromPin=0 -> ToNode=1,ToPin=1
2018-11-19T15:26:29.7600959-08:00 8244 2780 [PortAudio] Connection: 4 - FromNode=1,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-19T15:26:29.7601393-08:00 8244 2780 [PortAudio] Node: 0 - {4D837FE0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7601808-08:00 8244 2780 [PortAudio] Node: 1 - {507AE360-C554-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7602220-08:00 8244 2780 [PortAudio] Node: 2 - {9DB7B9E0-C555-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7602760-08:00 8244 2780 [PortAudio] PinNew: Creating pin 0:
2018-11-19T15:26:29.7603602-08:00 8244 2780 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T15:26:29.7604018-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7604401-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 8
2018-11-19T15:26:29.7604791-08:00 8244 2780 [PortAudio] PinNew: Format PCM 8 bit supported
2018-11-19T15:26:29.7605174-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7605553-08:00 8244 2780 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T15:26:29.7605940-08:00 8244 2780 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T15:26:29.7606389-08:00 8244 2780 [PortAudio] PinNew: Finding topology pin...
2018-11-19T15:26:29.7606797-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: Startpin 0, Checking 5 connections...
2018-11-19T15:26:29.7607191-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: returning 00000224CA335F48
2018-11-19T15:26:29.7607588-08:00 8244 2780 [PortAudio] GetConnectedPin: count=3, forward=0, muxPosition=-1
2018-11-19T15:26:29.7607990-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 5 connections... (pTo = 00000224CA335F48)
2018-11-19T15:26:29.7608402-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA335F38
2018-11-19T15:26:29.7608789-08:00 8244 2780 [PortAudio] PinNew: Getting physical connection...
2018-11-19T15:26:29.7609248-08:00 8244 2780 [PortAudio] PinNew: Physical connection found!
2018-11-19T15:26:29.7609744-08:00 8244 2780 [PortAudio] PinNew: Creating topology filter '\?\ROOT#MEDIA#0000#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\Topology'
2018-11-19T15:26:29.7610178-08:00 8244 2780 [PortAudio] FilterNew: Creating filter ''
2018-11-19T15:26:29.7610568-08:00 8244 2780 [PortAudio] FilterNew: Opening filter...
2018-11-19T15:26:29.7611436-08:00 8244 2780 [PortAudio] DumpConnectionsAndNodes: connections=10, nodes=8
2018-11-19T15:26:29.7611892-08:00 8244 2780 [PortAudio] Connection: 0 - FromNode=4294967295,FromPin=0 -> ToNode=0,ToPin=1
2018-11-19T15:26:29.7612297-08:00 8244 2780 [PortAudio] Connection: 1 - FromNode=0,FromPin=0 -> ToNode=1,ToPin=1
2018-11-19T15:26:29.7612698-08:00 8244 2780 [PortAudio] Connection: 2 - FromNode=1,FromPin=0 -> ToNode=3,ToPin=1
2018-11-19T15:26:29.7613092-08:00 8244 2780 [PortAudio] Connection: 3 - FromNode=4294967295,FromPin=1 -> ToNode=2,ToPin=1
2018-11-19T15:26:29.7613486-08:00 8244 2780 [PortAudio] Connection: 4 - FromNode=2,FromPin=0 -> ToNode=6,ToPin=1
2018-11-19T15:26:29.7613880-08:00 8244 2780 [PortAudio] Connection: 5 - FromNode=3,FromPin=0 -> ToNode=4,ToPin=1
2018-11-19T15:26:29.7614273-08:00 8244 2780 [PortAudio] Connection: 6 - FromNode=4,FromPin=0 -> ToNode=4294967295,ToPin=2
2018-11-19T15:26:29.7614667-08:00 8244 2780 [PortAudio] Connection: 7 - FromNode=6,FromPin=0 -> ToNode=7,ToPin=1
2018-11-19T15:26:29.7615061-08:00 8244 2780 [PortAudio] Connection: 8 - FromNode=7,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-19T15:26:29.7615455-08:00 8244 2780 [PortAudio] Connection: 9 - FromNode=5,FromPin=0 -> ToNode=4294967295,ToPin=3
2018-11-19T15:26:29.7615867-08:00 8244 2780 [PortAudio] Node: 0 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7616275-08:00 8244 2780 [PortAudio] Node: 1 - {02B223C0-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7616684-08:00 8244 2780 [PortAudio] Node: 2 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7617541-08:00 8244 2780 [PortAudio] Node: 3 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7618037-08:00 8244 2780 [PortAudio] Node: 4 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7618492-08:00 8244 2780 [PortAudio] Node: 5 - {2CEAF780-C556-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7618948-08:00 8244 2780 [PortAudio] Node: 6 - {DA441A60-C556-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7619579-08:00 8244 2780 [PortAudio] Node: 7 - {3A5ACC00-C557-11D0-8A2B-00A0C9255AC1}
2018-11-19T15:26:29.7620389-08:00 8244 2780 [PortAudio] PinNew: Opening topology filter...
2018-11-19T15:26:29.7621151-08:00 8244 2780 [PortAudio] PinNew: Checking for input endpoint pin id (0)...
2018-11-19T15:26:29.7621731-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: Startpin 3, Checking 10 connections...
2018-11-19T15:26:29.7622285-08:00 8244 2780 [PortAudio] FindStartConnectionFrom: returning 00000224CA358AA8
2018-11-19T15:26:29.7622693-08:00 8244 2780 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-19T15:26:29.7623098-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 00000224CA358AA8)
2018-11-19T15:26:29.7623488-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA358A98
2018-11-19T15:26:29.7623882-08:00 8244 2780 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-19T15:26:29.7624276-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 00000224CA358A98)
2018-11-19T15:26:29.7624659-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA358A68
2018-11-19T15:26:29.7625049-08:00 8244 2780 [PortAudio] GetConnectedPin: count=8, forward=0, muxPosition=0
2018-11-19T15:26:29.7625443-08:00 8244 2780 [PortAudio] GetConnectionFrom: Checking 10 connections... (pTo = 00000224CA358A68)
2018-11-19T15:26:29.7625826-08:00 8244 2780 [PortAudio] GetConnectionFrom: Returning 00000224CA358A58
2018-11-19T15:26:29.7626209-08:00 8244 2780 [PortAudio] PinNew: Found endpoint pin id 1
2018-11-19T15:26:29.7627186-08:00 8244 2780 [PortAudio] PinNew: Input friendly name 'H'
2018-11-19T15:26:29.7627671-08:00 8244 2780 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T15:26:29.7628145-08:00 8244 2780 [PortAudio] Pin created successfully
2018-11-19T15:26:29.7628594-08:00 8244 2780 [PortAudio] PinNew: Creating pin 1:
2018-11-19T15:26:29.7629072-08:00 8244 2780 [PortAudio] PinNew: Not source/sink
2018-11-19T15:26:29.7629476-08:00 8244 2780 [PortAudio] PinNew: Error -9996
2018-11-19T15:26:29.7629878-08:00 8244 2780 [PortAudio] PinNew: Creating pin 2:
2018-11-19T15:26:29.7630698-08:00 8244 2780 [PortAudio] PinNew: Checking 1 no of dataranges...
2018-11-19T15:26:29.7631110-08:00 8244 2780 [PortAudio] PinNew: DR major format 73647561
2018-11-19T15:26:29.7631497-08:00 8244 2780 [PortAudio] PinNew: MaxChannel: 8
2018-11-19T15:26:29.7631876-08:00 8244 2780 [PortAudio] PinNew: Format PCM 8 bit supported
2018-11-19T15:26:29.7632259-08:00 8244 2780 [PortAudio] PinNew: Format PCM 16 bit supported
2018-11-19T15:26:29.7632638-08:00 8244 2780 [PortAudio] PinNew: Format PCM 24 bit supported
2018-11-19T15:26:29.7633025-08:00 8244 2780 [PortAudio] PinNew: Default sample rate = 44100 Hz
2018-11-19T15:26:29.7633470-08:00 8244 2780 [PortAudio] PinNew: Finding topology pin...
2018-11-19T15:26:29.7633874-08:00 8244 2780 [PortAudio] FindStartConnectionTo: Startpin 2, Checking 5 connections...
2018-11-19T15:26:29.7634265-08:00 8244 2780 [PortAudio] FindStartConnectionTo: returning 00000224CA335F58
2018-11-19T15:26:29.7634662-08:00 8244 2780 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1
2018-11-19T15:26:29.7635060-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 00000224CA335F58)
2018-11-19T15:26:29.7635446-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA335F68
2018-11-19T15:26:29.7635844-08:00 8244 2780 [PortAudio] GetConnectedPin: count=3, forward=1, muxPosition=-1
2018-11-19T15:26:29.7636715-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 5 connections... (pFrom = 00000224CA335F68)
2018-11-19T15:26:29.7637197-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA335F78
2018-11-19T15:26:29.7637594-08:00 8244 2780 [PortAudio] PinNew: Getting physical connection...
2018-11-19T15:26:29.7638068-08:00 8244 2780 [PortAudio] PinNew: Physical connection found!
2018-11-19T15:26:29.7638579-08:00 8244 2780 [PortAudio] PinNew: Opening topology filter...
2018-11-19T15:26:29.7639195-08:00 8244 2780 [PortAudio] PinNew: Checking for output endpoint pin id...
2018-11-19T15:26:29.7639636-08:00 8244 2780 [PortAudio] FindStartConnectionTo: Startpin 0, Checking 10 connections...
2018-11-19T15:26:29.7640034-08:00 8244 2780 [PortAudio] FindStartConnectionTo: returning 00000224CA358A28
2018-11-19T15:26:29.7640428-08:00 8244 2780 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-19T15:26:29.7640825-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 00000224CA358A28)
2018-11-19T15:26:29.7641212-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA358A38
2018-11-19T15:26:29.7641609-08:00 8244 2780 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-19T15:26:29.7642003-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 00000224CA358A38)
2018-11-19T15:26:29.7642393-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA358A48
2018-11-19T15:26:29.7642780-08:00 8244 2780 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-19T15:26:29.7643228-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 00000224CA358A48)
2018-11-19T15:26:29.7643815-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA358A78
2018-11-19T15:26:29.7644231-08:00 8244 2780 [PortAudio] GetConnectedPin: count=8, forward=1, muxPosition=-1
2018-11-19T15:26:29.7644625-08:00 8244 2780 [PortAudio] GetConnectionTo: Checking 10 connections... (pFrom = 00000224CA358A78)
2018-11-19T15:26:29.7645012-08:00 8244 2780 [PortAudio] GetConnectionTo: Returning 00000224CA358A88
2018-11-19T15:26:29.7645398-08:00 8244 2780 [PortAudio] PinNew: Found endpoint pin id 2
2018-11-19T15:26:29.7645894-08:00 8244 2780 [PortAudio] GetNameFromCategory: USB GUID 0301 -> 'Speakers'
2018-11-19T15:26:29.7646313-08:00 8244 2780 [PortAudio] PinNew: Pin name 'S'
2018-11-19T15:26:29.7646704-08:00 8244 2780 [PortAudio] PinNew: Releasing topology filter...
2018-11-19T15:26:29.7647159-08:00 8244 2780 [PortAudio] Pin created successfully
2018-11-19T15:26:29.7647561-08:00 8244 2780 [PortAudio] PinNew: Creating pin 3:
2018-11-19T15:26:29.7648130-08:00 8244 2780 [PortAudio] PinNew: Not source/sink
2018-11-19T15:26:29.7648611-08:00 8244 2780 [PortAudio] PinNew: Error -9996
2018-11-19T15:26:29.7649121-08:00 8244 2780 [PortAudio] Filter (WaveCyclic) created with 2 valid pins (total I/Os: 2)
2018-11-19T15:26:29.7737794-08:00 8244 2780 [PortAudio] after paHostApiInitializers[3].
2018-11-19T15:26:29.7738837-08:00 8244 2780 PortAudio initialization successful
2018-11-19T15:26:29.7739308-08:00 8244 2780 Found backend: PortAudio host API index 0 (name: 'MME', type: 2 [MME], default input device: 1, default output device: 5)
2018-11-19T15:26:29.7739902-08:00 8244 2780 Found backend: PortAudio host API index 1 (name: 'Windows DirectSound', type: 1 [DirectSound], default input device: 7, default output device: 11)
2018-11-19T15:26:29.7740362-08:00 8244 2780 Found backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 17, default output device: 14)
2018-11-19T15:26:29.7740796-08:00 8244 2780 Found backend: PortAudio host API index 3 (name: 'Windows WDM-KS', type: 11 [WDMKS], default input device: 19, default output device: 22)
2018-11-19T15:26:29.7741324-08:00 8244 2780 Searching for a PortAudio host API named 'Windows WASAPI'
2018-11-19T15:26:29.7741740-08:00 8244 2780 Selected backend: PortAudio host API index 2 (name: 'Windows WASAPI', type: 13 [WASAPI], default input device: 17, default output device: 14)
2018-11-19T15:26:29.7742841-08:00 8244 2780 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))
2018-11-19T15:26:29.7743556-08:00 8244 2780 Found device: PortAudio device index 1 (name: 'Microphone (Realtek High Defini', 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))
2018-11-19T15:26:29.7744118-08:00 8244 2780 Found device: PortAudio device index 2 (name: 'Hi-Fi Cable Output (VB-Audio Hi', host API: 0, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2018-11-19T15:26:29.7744625-08:00 8244 2780 Found device: PortAudio device index 3 (name: 'Stereo Mix (Realtek High Defini', 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))
2018-11-19T15:26:29.7745132-08:00 8244 2780 Found device: PortAudio device index 4 (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))
2018-11-19T15:26:29.7745631-08:00 8244 2780 Found device: PortAudio device index 5 (name: 'Speakers (Realtek High Definiti', 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))
2018-11-19T15:26:29.7746131-08:00 8244 2780 Found device: PortAudio device index 6 (name: 'Hi-Fi Cable Input (VB-Audio Hi-', host API: 0, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0.09 (low) 0.18 (high), output latency: 0.09 (low) 0.18 (high))
2018-11-19T15:26:29.7746630-08:00 8244 2780 Found device: PortAudio device index 7 (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))
2018-11-19T15:26:29.7747210-08:00 8244 2780 Found device: PortAudio device index 8 (name: 'Microphone (Realtek High Definition 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))
2018-11-19T15:26:29.7747717-08:00 8244 2780 Found device: PortAudio device index 9 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', host API: 1, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.12 (low) 0.24 (high), output latency: 0 (low) 0 (high))
2018-11-19T15:26:29.7748246-08:00 8244 2780 Found device: PortAudio device index 10 (name: 'Stereo Mix (Realtek High Definition 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))
2018-11-19T15:26:29.7748746-08:00 8244 2780 Found device: PortAudio device index 11 (name: 'Primary Sound Driver', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2018-11-19T15:26:29.7749249-08:00 8244 2780 Found device: PortAudio device index 12 (name: 'Speakers (Realtek 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))
2018-11-19T15:26:29.7749742-08:00 8244 2780 Found device: PortAudio device index 13 (name: 'Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)', host API: 1, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0 (low) 0 (high), output latency: 0.12 (low) 0.24 (high))
2018-11-19T15:26:29.7750715-08:00 8244 2780 Found device: PortAudio device index 14 (name: 'Speakers (Realtek 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))
2018-11-19T15:26:29.7751368-08:00 8244 2780 Found device: PortAudio device index 15 (name: 'Hi-Fi Cable Input (VB-Audio Hi-Fi Cable)', 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))
2018-11-19T15:26:29.7751890-08:00 8244 2780 Found device: PortAudio device index 16 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', 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))
2018-11-19T15:26:29.7752389-08:00 8244 2780 Found device: PortAudio device index 17 (name: 'Microphone (Realtek High Definition 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))
2018-11-19T15:26:29.7752889-08:00 8244 2780 Found device: PortAudio device index 18 (name: 'Stereo Mix (Realtek High Definition 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))
2018-11-19T15:26:29.7753381-08:00 8244 2780 Found device: PortAudio device index 19 (name: 'Microphone (Realtek HD Audio Mic input)', host API: 3, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2018-11-19T15:26:29.7753884-08:00 8244 2780 Found device: PortAudio device index 20 (name: 'SPDIF Out (Realtek HDA SPDIF Out)', 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))
2018-11-19T15:26:29.7754384-08:00 8244 2780 Found device: PortAudio device index 21 (name: 'Stereo Mix (Realtek HD Audio Stereo input)', host API: 3, default sample rate: 44100, max input channels: 2, max output channels: 0, input latency: 0.01 (low) 0.04 (high), output latency: 0.01 (low) 0.04 (high))
2018-11-19T15:26:29.7754887-08:00 8244 2780 Found device: PortAudio device index 22 (name: 'Speakers (Realtek HD Audio output)', 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))
2018-11-19T15:26:29.7755383-08:00 8244 2780 Found device: PortAudio device index 23 (name: 'Hi-Fi Cable Output (VB-Audio Hi-Fi Cable)', host API: 3, default sample rate: 44100, max input channels: 8, max output channels: 0, input latency: 0.01 (low) 0.0853333 (high), output latency: 0.01 (low) 0.0853333 (high))
2018-11-19T15:26:29.7755897-08:00 8244 2780 Found device: PortAudio device index 24 (name: 'Speakers (VB-Audio Hi-Fi Cable)', host API: 3, default sample rate: 44100, max input channels: 0, max output channels: 8, input latency: 0.01 (low) 0.0853333 (high), output latency: 0.01 (low) 0.0853333 (high))
2018-11-19T15:26:29.7756401-08:00 8244 2780 Selecting input device
2018-11-19T15:26:29.7756780-08:00 8244 2780 Searching for a PortAudio device named 'Microphone (Realtek High Definition Audio)' with host API index 2
2018-11-19T15:26:29.7757188-08:00 8244 2780 Selected input device: PortAudio device index 17 (name: 'Microphone (Realtek High Definition 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))
2018-11-19T15:26:29.7757691-08:00 8244 2780 Selecting output device
2018-11-19T15:26:29.7758067-08:00 8244 2780 Device explicitly disabled in configuration
2018-11-19T15:26:29.7758472-08:00 8244 2780 No output device, proceeding without output
2018-11-19T15:26:29.7758869-08:00 8244 2780 Getting WASAPI device default format for device index 17
2018-11-19T15:26:29.7759373-08:00 8244 2780 WASAPI device default format for device index 17: 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], format {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]
2018-11-19T15:26:29.7760321-08:00 8244 2780 Selecting input sample type
2018-11-19T15:26:29.7760722-08:00 8244 2780 WASAPI Exclusive mode detected
2018-11-19T15:26:29.7761090-08:00 8244 2780 Selecting sample type from device format
2018-11-19T15:26:29.7761459-08:00 8244 2780 Selected input sample type: ASIO 19 [ASIOSTFloat32LSB], PortAudio 1 [Float32], size 4
2018-11-19T15:26:29.7762024-08:00 8244 2780 Default sample rate: 48000
2018-11-19T15:26:29.7762447-08:00 8244 2780 sysHandle = 0000000000000000
2018-11-19T15:26:29.7762837-08:00 8244 2780 Input channel count: 2 mask: 3 [Front Left, Front Right]
2018-11-19T15:26:29.7763246-08:00 8244 2780 Output channel count: 0 mask: 0
2018-11-19T15:26:29.7763639-08:00 8244 2780 --- EXITING CONTEXT: init() [OK]
2018-11-19T15:26:29.7764019-08:00 8244 2780 --- ENTERING CONTEXT: getDriverName()
2018-11-19T15:26:29.7764391-08:00 8244 2780 --- EXITING CONTEXT: getDriverName() [OK]
2018-11-19T15:26:29.7764759-08:00 8244 2780 --- ENTERING CONTEXT: getDriverVersion()
2018-11-19T15:26:29.7765124-08:00 8244 2780 --- EXITING CONTEXT: getDriverVersion() [OK]
2018-11-19T15:26:29.7800420-08:00 8244 2780 --- ENTERING CONTEXT: getChannels()
2018-11-19T15:26:29.7801153-08:00 8244 2780 Returning 2 input channels and 0 output channels
2018-11-19T15:26:29.7801594-08:00 8244 2780 --- EXITING CONTEXT: getChannels() [OK]
2018-11-19T15:26:29.7808227-08:00 8244 2780 --- ENTERING CONTEXT: getSampleRate()
2018-11-19T15:26:29.7809088-08:00 8244 2780 Returning sample rate: 48000
2018-11-19T15:26:29.7809609-08:00 8244 2780 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-19T15:26:29.7821276-08:00 8244 2780 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T15:26:29.7821867-08:00 8244 2780 Checking for sample rate: 44100
2018-11-19T15:26:29.7822315-08:00 8244 2780 Checking if input supports this sample rate
2018-11-19T15:26:29.7822855-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 44100, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.7823402-08:00 8244 2780 Using exclusive mode for input WASAPI stream
2018-11-19T15:26:29.7823792-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.7824168-08:00 8244 2780 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], 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]
2018-11-19T15:26:29.7824919-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.7825298-08:00 8244 2780 ...sample rate: 44100 Hz
2018-11-19T15:26:29.7825696-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.7826071-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.7826454-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.7915452-08:00 8244 2780 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2018-11-19T15:26:29.8194289-08:00 8244 2780 [PortAudio] wFormatTag =WAVE_FORMAT_EXTENSIBLE
2018-11-19T15:26:29.8195259-08:00 8244 2780 [PortAudio] SubFormat =KSDATAFORMAT_SUBTYPE_PCM
2018-11-19T15:26:29.8195759-08:00 8244 2780 [PortAudio] Samples.wValidBitsPerSample =24
2018-11-19T15:26:29.8196269-08:00 8244 2780 [PortAudio] dwChannelMask =0x3
2018-11-19T15:26:29.8196758-08:00 8244 2780 [PortAudio] nChannels =2
2018-11-19T15:26:29.8197192-08:00 8244 2780 [PortAudio] nSamplesPerSec =44100
2018-11-19T15:26:29.8197654-08:00 8244 2780 [PortAudio] nAvgBytesPerSec=352800
2018-11-19T15:26:29.8198077-08:00 8244 2780 [PortAudio] nBlockAlign =8
2018-11-19T15:26:29.8198497-08:00 8244 2780 [PortAudio] wBitsPerSample =32
2018-11-19T15:26:29.8198920-08:00 8244 2780 [PortAudio] cbSize =22
2018-11-19T15:26:29.8199562-08:00 8244 2780 [PortAudio] WASAPI::OpenStream(input): framesPerUser[ 441 ] framesPerHost[ 432 ] latency[ 9.80ms ] exclusive[ YES ] wow64_fix[ NO ] mode[ EVENT ]
2018-11-19T15:26:29.8200579-08:00 8244 2780 PortAudio stream opened: 00000224CA352720
2018-11-19T15:26:29.8201057-08:00 8244 2780 Stream info: PortAudio stream info version 0, input latency 0.00979592s, output latency 0s, sample rate 44100 Hz
2018-11-19T15:26:29.8201604-08:00 8244 2780 Closing PortAudio stream 00000224CA352720
2018-11-19T15:26:29.8222390-08:00 8244 2780 Input supports this sample rate
2018-11-19T15:26:29.8223083-08:00 8244 2780 Checking if output supports this sample rate
2018-11-19T15:26:29.8223506-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 44100, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.8224049-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.8224436-08:00 8244 2780 ...input parameters: none
2018-11-19T15:26:29.8224811-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.8225183-08:00 8244 2780 ...sample rate: 44100 Hz
2018-11-19T15:26:29.8225603-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.8225989-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.8226445-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.8228316-08:00 8244 2780 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T15:26:29.8228804-08:00 8244 2780 Sample rate 44100 is available
2018-11-19T15:26:29.8229253-08:00 8244 2780 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T15:26:29.8244665-08:00 8244 2780 --- ENTERING CONTEXT: setSampleRate()
2018-11-19T15:26:29.8245328-08:00 8244 2780 Request to set sample rate: 44100
2018-11-19T15:26:29.8245806-08:00 8244 2780 --- EXITING CONTEXT: setSampleRate() [OK]
2018-11-19T15:26:29.8249679-08:00 8244 2780 --- ENTERING CONTEXT: getSampleRate()
2018-11-19T15:26:29.8250262-08:00 8244 2780 Returning sample rate: 44100
2018-11-19T15:26:29.8250704-08:00 8244 2780 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-19T15:26:29.8261738-08:00 8244 2780 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T15:26:29.8262322-08:00 8244 2780 Checking for sample rate: 48000
2018-11-19T15:26:29.8262759-08:00 8244 2780 Checking if input supports this sample rate
2018-11-19T15:26:29.8263135-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.8263631-08:00 8244 2780 Using exclusive mode for input WASAPI stream
2018-11-19T15:26:29.8264014-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.8264386-08:00 8244 2780 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], 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]
2018-11-19T15:26:29.8265206-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.8265604-08:00 8244 2780 ...sample rate: 48000 Hz
2018-11-19T15:26:29.8266016-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.8266457-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.8266946-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.8322781-08:00 8244 2780 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2018-11-19T15:26:29.8447977-08:00 8244 2780 [PortAudio] wFormatTag =WAVE_FORMAT_EXTENSIBLE
2018-11-19T15:26:29.8448958-08:00 8244 2780 [PortAudio] SubFormat =KSDATAFORMAT_SUBTYPE_PCM
2018-11-19T15:26:29.8449559-08:00 8244 2780 [PortAudio] Samples.wValidBitsPerSample =24
2018-11-19T15:26:29.8450081-08:00 8244 2780 [PortAudio] dwChannelMask =0x3
2018-11-19T15:26:29.8450704-08:00 8244 2780 [PortAudio] nChannels =2
2018-11-19T15:26:29.8451233-08:00 8244 2780 [PortAudio] nSamplesPerSec =48000
2018-11-19T15:26:29.8451667-08:00 8244 2780 [PortAudio] nAvgBytesPerSec=384000
2018-11-19T15:26:29.8452090-08:00 8244 2780 [PortAudio] nBlockAlign =8
2018-11-19T15:26:29.8452506-08:00 8244 2780 [PortAudio] wBitsPerSample =32
2018-11-19T15:26:29.8452922-08:00 8244 2780 [PortAudio] cbSize =22
2018-11-19T15:26:29.8453469-08:00 8244 2780 [PortAudio] WASAPI::OpenStream(input): framesPerUser[ 480 ] framesPerHost[ 480 ] latency[ 10.00ms ] exclusive[ YES ] wow64_fix[ NO ] mode[ EVENT ]
2018-11-19T15:26:29.8454074-08:00 8244 2780 PortAudio stream opened: 00000224CA35C930
2018-11-19T15:26:29.8454508-08:00 8244 2780 Stream info: PortAudio stream info version 0, input latency 0.01s, output latency 0s, sample rate 48000 Hz
2018-11-19T15:26:29.8455055-08:00 8244 2780 Closing PortAudio stream 00000224CA35C930
2018-11-19T15:26:29.8476006-08:00 8244 2780 Input supports this sample rate
2018-11-19T15:26:29.8477242-08:00 8244 2780 Checking if output supports this sample rate
2018-11-19T15:26:29.8478022-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.8478627-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.8479284-08:00 8244 2780 ...input parameters: none
2018-11-19T15:26:29.8479663-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.8480035-08:00 8244 2780 ...sample rate: 48000 Hz
2018-11-19T15:26:29.8480469-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.8480852-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.8481260-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.8481931-08:00 8244 2780 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T15:26:29.8482358-08:00 8244 2780 Sample rate 48000 is available
2018-11-19T15:26:29.8482792-08:00 8244 2780 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T15:26:29.8498196-08:00 8244 2780 --- ENTERING CONTEXT: setSampleRate()
2018-11-19T15:26:29.8498915-08:00 8244 2780 Request to set sample rate: 48000
2018-11-19T15:26:29.8499392-08:00 8244 2780 --- EXITING CONTEXT: setSampleRate() [OK]
2018-11-19T15:26:29.8505347-08:00 8244 2780 --- ENTERING CONTEXT: getSampleRate()
2018-11-19T15:26:29.8506004-08:00 8244 2780 Returning sample rate: 48000
2018-11-19T15:26:29.8506521-08:00 8244 2780 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-19T15:26:29.8519172-08:00 8244 2780 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T15:26:29.8519759-08:00 8244 2780 Checking for sample rate: 96000
2018-11-19T15:26:29.8520200-08:00 8244 2780 Checking if input supports this sample rate
2018-11-19T15:26:29.8520583-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 96000, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.8521086-08:00 8244 2780 Using exclusive mode for input WASAPI stream
2018-11-19T15:26:29.8521469-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.8521852-08:00 8244 2780 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], 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]
2018-11-19T15:26:29.8522767-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.8523223-08:00 8244 2780 ...sample rate: 96000 Hz
2018-11-19T15:26:29.8523661-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.8524044-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.8524445-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.8582042-08:00 8244 2780 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2018-11-19T15:26:29.8706931-08:00 8244 2780 [PortAudio] wFormatTag =WAVE_FORMAT_EXTENSIBLE
2018-11-19T15:26:29.8707893-08:00 8244 2780 [PortAudio] SubFormat =KSDATAFORMAT_SUBTYPE_PCM
2018-11-19T15:26:29.8708389-08:00 8244 2780 [PortAudio] Samples.wValidBitsPerSample =24
2018-11-19T15:26:29.8708838-08:00 8244 2780 [PortAudio] dwChannelMask =0x3
2018-11-19T15:26:29.8709276-08:00 8244 2780 [PortAudio] nChannels =2
2018-11-19T15:26:29.8709706-08:00 8244 2780 [PortAudio] nSamplesPerSec =96000
2018-11-19T15:26:29.8710136-08:00 8244 2780 [PortAudio] nAvgBytesPerSec=768000
2018-11-19T15:26:29.8710563-08:00 8244 2780 [PortAudio] nBlockAlign =8
2018-11-19T15:26:29.8711004-08:00 8244 2780 [PortAudio] wBitsPerSample =32
2018-11-19T15:26:29.8711427-08:00 8244 2780 [PortAudio] cbSize =22
2018-11-19T15:26:29.8711978-08:00 8244 2780 [PortAudio] WASAPI::OpenStream(input): framesPerUser[ 960 ] framesPerHost[ 960 ] latency[ 10.00ms ] exclusive[ YES ] wow64_fix[ NO ] mode[ EVENT ]
2018-11-19T15:26:29.8712682-08:00 8244 2780 PortAudio stream opened: 00000224CA352A90
2018-11-19T15:26:29.8713137-08:00 8244 2780 Stream info: PortAudio stream info version 0, input latency 0.01s, output latency 0s, sample rate 96000 Hz
2018-11-19T15:26:29.8713684-08:00 8244 2780 Closing PortAudio stream 00000224CA352A90
2018-11-19T15:26:29.8734129-08:00 8244 2780 Input supports this sample rate
2018-11-19T15:26:29.8735328-08:00 8244 2780 Checking if output supports this sample rate
2018-11-19T15:26:29.8736097-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 96000, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.8736943-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.8737567-08:00 8244 2780 ...input parameters: none
2018-11-19T15:26:29.8738154-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.8738727-08:00 8244 2780 ...sample rate: 96000 Hz
2018-11-19T15:26:29.8739419-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.8740021-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.8740670-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.8741535-08:00 8244 2780 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T15:26:29.8741961-08:00 8244 2780 Sample rate 96000 is available
2018-11-19T15:26:29.8742403-08:00 8244 2780 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T15:26:29.8782791-08:00 8244 2780 --- ENTERING CONTEXT: setSampleRate()
2018-11-19T15:26:29.8783600-08:00 8244 2780 Request to set sample rate: 96000
2018-11-19T15:26:29.8784158-08:00 8244 2780 --- EXITING CONTEXT: setSampleRate() [OK]
2018-11-19T15:26:29.8814798-08:00 8244 2780 --- ENTERING CONTEXT: getSampleRate()
2018-11-19T15:26:29.8815735-08:00 8244 2780 Returning sample rate: 96000
2018-11-19T15:26:29.8816712-08:00 8244 2780 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-19T15:26:29.8869356-08:00 8244 2780 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T15:26:29.8870348-08:00 8244 2780 Checking for sample rate: 192000
2018-11-19T15:26:29.8870906-08:00 8244 2780 Checking if input supports this sample rate
2018-11-19T15:26:29.8871431-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 192000, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.8872044-08:00 8244 2780 Using exclusive mode for input WASAPI stream
2018-11-19T15:26:29.8872445-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.8872828-08:00 8244 2780 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], 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]
2018-11-19T15:26:29.8873871-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.8875126-08:00 8244 2780 ...sample rate: 192000 Hz
2018-11-19T15:26:29.8875851-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.8876314-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.8876861-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.8936011-08:00 8244 2780 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2018-11-19T15:26:29.9063173-08:00 8244 2780 [PortAudio] wFormatTag =WAVE_FORMAT_EXTENSIBLE
2018-11-19T15:26:29.9064252-08:00 8244 2780 [PortAudio] SubFormat =KSDATAFORMAT_SUBTYPE_PCM
2018-11-19T15:26:29.9064770-08:00 8244 2780 [PortAudio] Samples.wValidBitsPerSample =24
2018-11-19T15:26:29.9065222-08:00 8244 2780 [PortAudio] dwChannelMask =0x3
2018-11-19T15:26:29.9065656-08:00 8244 2780 [PortAudio] nChannels =2
2018-11-19T15:26:29.9066083-08:00 8244 2780 [PortAudio] nSamplesPerSec =192000
2018-11-19T15:26:29.9066513-08:00 8244 2780 [PortAudio] nAvgBytesPerSec=1536000
2018-11-19T15:26:29.9066940-08:00 8244 2780 [PortAudio] nBlockAlign =8
2018-11-19T15:26:29.9067363-08:00 8244 2780 [PortAudio] wBitsPerSample =32
2018-11-19T15:26:29.9067793-08:00 8244 2780 [PortAudio] cbSize =22
2018-11-19T15:26:29.9068381-08:00 8244 2780 [PortAudio] WASAPI::OpenStream(input): framesPerUser[ 1920 ] framesPerHost[ 1920 ] latency[ 10.00ms ] exclusive[ YES ] wow64_fix[ NO ] mode[ EVENT ]
2018-11-19T15:26:29.9069092-08:00 8244 2780 PortAudio stream opened: 00000224CA35C930
2018-11-19T15:26:29.9069540-08:00 8244 2780 Stream info: PortAudio stream info version 0, input latency 0.01s, output latency 0s, sample rate 192000 Hz
2018-11-19T15:26:29.9070102-08:00 8244 2780 Closing PortAudio stream 00000224CA35C930
2018-11-19T15:26:29.9089859-08:00 8244 2780 Input supports this sample rate
2018-11-19T15:26:29.9090665-08:00 8244 2780 Checking if output supports this sample rate
2018-11-19T15:26:29.9091096-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 192000, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.9091650-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.9092037-08:00 8244 2780 ...input parameters: none
2018-11-19T15:26:29.9092412-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.9092784-08:00 8244 2780 ...sample rate: 192000 Hz
2018-11-19T15:26:29.9093211-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.9093594-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.9093995-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.9094666-08:00 8244 2780 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T15:26:29.9095093-08:00 8244 2780 Sample rate 192000 is available
2018-11-19T15:26:29.9095530-08:00 8244 2780 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T15:26:29.9114789-08:00 8244 2780 --- ENTERING CONTEXT: setSampleRate()
2018-11-19T15:26:29.9115441-08:00 8244 2780 Request to set sample rate: 192000
2018-11-19T15:26:29.9115897-08:00 8244 2780 --- EXITING CONTEXT: setSampleRate() [OK]
2018-11-19T15:26:29.9134284-08:00 8244 2780 --- ENTERING CONTEXT: getSampleRate()
2018-11-19T15:26:29.9134952-08:00 8244 2780 Returning sample rate: 192000
2018-11-19T15:26:29.9135397-08:00 8244 2780 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-19T15:26:29.9173154-08:00 8244 2780 --- ENTERING CONTEXT: canSampleRate()
2018-11-19T15:26:29.9173964-08:00 8244 2780 Checking for sample rate: 48000
2018-11-19T15:26:29.9174449-08:00 8244 2780 Checking if input supports this sample rate
2018-11-19T15:26:29.9174835-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.9175404-08:00 8244 2780 Using exclusive mode for input WASAPI stream
2018-11-19T15:26:29.9175802-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.9176188-08:00 8244 2780 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], 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]
2018-11-19T15:26:29.9177041-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.9177432-08:00 8244 2780 ...sample rate: 48000 Hz
2018-11-19T15:26:29.9177858-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.9178249-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.9178806-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.9235969-08:00 8244 2780 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2018-11-19T15:26:29.9368972-08:00 8244 2780 [PortAudio] wFormatTag =WAVE_FORMAT_EXTENSIBLE
2018-11-19T15:26:29.9369950-08:00 8244 2780 [PortAudio] SubFormat =KSDATAFORMAT_SUBTYPE_PCM
2018-11-19T15:26:29.9370482-08:00 8244 2780 [PortAudio] Samples.wValidBitsPerSample =24
2018-11-19T15:26:29.9371237-08:00 8244 2780 [PortAudio] dwChannelMask =0x3
2018-11-19T15:26:29.9371737-08:00 8244 2780 [PortAudio] nChannels =2
2018-11-19T15:26:29.9372174-08:00 8244 2780 [PortAudio] nSamplesPerSec =48000
2018-11-19T15:26:29.9372601-08:00 8244 2780 [PortAudio] nAvgBytesPerSec=384000
2018-11-19T15:26:29.9373028-08:00 8244 2780 [PortAudio] nBlockAlign =8
2018-11-19T15:26:29.9373451-08:00 8244 2780 [PortAudio] wBitsPerSample =32
2018-11-19T15:26:29.9373877-08:00 8244 2780 [PortAudio] cbSize =22
2018-11-19T15:26:29.9374435-08:00 8244 2780 [PortAudio] WASAPI::OpenStream(input): framesPerUser[ 480 ] framesPerHost[ 480 ] latency[ 10.00ms ] exclusive[ YES ] wow64_fix[ NO ] mode[ EVENT ]
2018-11-19T15:26:29.9375059-08:00 8244 2780 PortAudio stream opened: 00000224CA35C930
2018-11-19T15:26:29.9375511-08:00 8244 2780 Stream info: PortAudio stream info version 0, input latency 0.01s, output latency 0s, sample rate 48000 Hz
2018-11-19T15:26:29.9376058-08:00 8244 2780 Closing PortAudio stream 00000224CA35C930
2018-11-19T15:26:29.9396630-08:00 8244 2780 Input supports this sample rate
2018-11-19T15:26:29.9397728-08:00 8244 2780 Checking if output supports this sample rate
2018-11-19T15:26:29.9398698-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 0, outputEnabled = 1, sampleRate = 48000, framesPerBuffer = 0, callback = 00007FFDE684B460, callbackUserData = 0000000000000000
2018-11-19T15:26:29.9399383-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.9399784-08:00 8244 2780 ...input parameters: none
2018-11-19T15:26:29.9400247-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.9400937-08:00 8244 2780 ...sample rate: 48000 Hz
2018-11-19T15:26:29.9401495-08:00 8244 2780 ...frames per buffer: 0
2018-11-19T15:26:29.9401892-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.9402308-08:00 8244 2780 ...stream callback: 00007FFDE684B460 (user data 0000000000000000)
2018-11-19T15:26:29.9402982-08:00 8244 2780 Output does not support this sample rate: unable to open PortAudio stream: Invalid device
2018-11-19T15:26:29.9403413-08:00 8244 2780 Sample rate 48000 is available
2018-11-19T15:26:29.9403854-08:00 8244 2780 --- EXITING CONTEXT: canSampleRate() [OK]
2018-11-19T15:26:29.9425187-08:00 8244 2780 --- ENTERING CONTEXT: setSampleRate()
2018-11-19T15:26:29.9425920-08:00 8244 2780 Request to set sample rate: 48000
2018-11-19T15:26:29.9426401-08:00 8244 2780 --- EXITING CONTEXT: setSampleRate() [OK]
2018-11-19T15:26:29.9442451-08:00 8244 2780 --- ENTERING CONTEXT: getSampleRate()
2018-11-19T15:26:29.9443246-08:00 8244 2780 Returning sample rate: 48000
2018-11-19T15:26:29.9443709-08:00 8244 2780 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-19T15:26:29.9470279-08:00 8244 2780 --- ENTERING CONTEXT: getBufferSize()
2018-11-19T15:26:29.9471421-08:00 8244 2780 Calculating default buffer size based on 48000 Hz sample rate
2018-11-19T15:26:29.9472361-08:00 8244 2780 Returning: min buffer size 48, max buffer size 48000, preferred buffer size 960, granularity 1
2018-11-19T15:26:29.9472916-08:00 8244 2780 --- EXITING CONTEXT: getBufferSize() [OK]
2018-11-19T15:26:29.9530978-08:00 8244 2780 --- ENTERING CONTEXT: outputReady()
2018-11-19T15:26:29.9532448-08:00 8244 2780 --- EXITING CONTEXT: outputReady() (-1000 [ASE_NotPresent] outputReady() is not supported)
2018-11-19T15:26:29.9556360-08:00 8244 2780 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T15:26:29.9557192-08:00 8244 2780 CFlexASIO::getChannelInfo()
2018-11-19T15:26:29.9557593-08:00 8244 2780 Channel info requested for input channel 0
2018-11-19T15:26:29.9558038-08:00 8244 2780 Returning: IN 0 FL (Front Left), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-19T15:26:29.9558501-08:00 8244 2780 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T15:26:29.9588856-08:00 8244 2780 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T15:26:29.9589673-08:00 8244 2780 CFlexASIO::getChannelInfo()
2018-11-19T15:26:29.9590082-08:00 8244 2780 Channel info requested for input channel 1
2018-11-19T15:26:29.9590516-08:00 8244 2780 Returning: IN 1 FR (Front Right), inactive, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-19T15:26:29.9590975-08:00 8244 2780 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T15:26:29.9732321-08:00 8244 2780 --- ENTERING CONTEXT: createBuffers()
2018-11-19T15:26:29.9733332-08:00 8244 2780 Request to create buffers for 2 channels, size 960 samples
2018-11-19T15:26:29.9734057-08:00 8244 2780 Allocated 2 buffer sets, 2/0 (I/O) channels per buffer set, 960 samples per channel, 4/0 (I/O) bytes per sample, memory range: 00000224CA362740-00000224CA366340
2018-11-19T15:26:29.9734911-08:00 8244 2780 ASIO buffer #0 is input channel 0 - first half: 00000224CA362740-00000224CA363640 - second half: 00000224CA364540-00000224CA365440
2018-11-19T15:26:29.9735527-08:00 8244 2780 ASIO buffer #1 is input channel 1 - first half: 00000224CA363640-00000224CA364540 - second half: 00000224CA365440-00000224CA366340
2018-11-19T15:26:29.9735986-08:00 8244 2780 CFlexASIO::OpenStream(inputEnabled = 1, outputEnabled = 0, sampleRate = 48000, framesPerBuffer = 960, callback = 00007FFDE6850D40, callbackUserData = 00000224CA312400
2018-11-19T15:26:29.9736541-08:00 8244 2780 Using exclusive mode for input WASAPI stream
2018-11-19T15:26:29.9736946-08:00 8244 2780 Opening PortAudio stream with...
2018-11-19T15:26:29.9737358-08:00 8244 2780 ...input parameters: PortAudio stream parameters for device index 17, 2 channels, sample format 2147483649 [Float32, NonInterleaved], suggested latency 0s, host API specific: 56 bytes structure, type 13 [WASAPI], version 1, WASAPI specific: flags 5 [Exclusive, UseChannelMask], 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]
2018-11-19T15:26:29.9738309-08:00 8244 2780 ...output parameters: none
2018-11-19T15:26:29.9738929-08:00 8244 2780 ...sample rate: 48000 Hz
2018-11-19T15:26:29.9739396-08:00 8244 2780 ...frames per buffer: 960
2018-11-19T15:26:29.9739871-08:00 8244 2780 ...stream flags: 0
2018-11-19T15:26:29.9740290-08:00 8244 2780 ...stream callback: 00007FFDE6850D40 (user data 00000224CA312400)
2018-11-19T15:26:29.9796931-08:00 8244 2780 [PortAudio] WASAPI: IAudioClient2 set properties: IsOffload = 0, Category = 0, Options = 0
2018-11-19T15:26:29.9928589-08:00 8244 2780 [PortAudio] wFormatTag =WAVE_FORMAT_EXTENSIBLE
2018-11-19T15:26:29.9929602-08:00 8244 2780 [PortAudio] SubFormat =KSDATAFORMAT_SUBTYPE_PCM
2018-11-19T15:26:29.9930102-08:00 8244 2780 [PortAudio] Samples.wValidBitsPerSample =24
2018-11-19T15:26:29.9930551-08:00 8244 2780 [PortAudio] dwChannelMask =0x3
2018-11-19T15:26:29.9930981-08:00 8244 2780 [PortAudio] nChannels =2
2018-11-19T15:26:29.9931408-08:00 8244 2780 [PortAudio] nSamplesPerSec =48000
2018-11-19T15:26:29.9931838-08:00 8244 2780 [PortAudio] nAvgBytesPerSec=384000
2018-11-19T15:26:29.9932257-08:00 8244 2780 [PortAudio] nBlockAlign =8
2018-11-19T15:26:29.9932677-08:00 8244 2780 [PortAudio] wBitsPerSample =32
2018-11-19T15:26:29.9933092-08:00 8244 2780 [PortAudio] cbSize =22
2018-11-19T15:26:29.9933636-08:00 8244 2780 [PortAudio] WASAPI::OpenStream(input): framesPerUser[ 960 ] framesPerHost[ 960 ] latency[ 20.00ms ] exclusive[ YES ] wow64_fix[ NO ] mode[ EVENT ]
2018-11-19T15:26:29.9934398-08:00 8244 2780 PortAudio stream opened: 00000224CA35C930
2018-11-19T15:26:29.9934846-08:00 8244 2780 Stream info: PortAudio stream info version 0, input latency 0.02s, output latency 0s, sample rate 48000 Hz
2018-11-19T15:26:29.9935393-08:00 8244 2780 Probing for message selector: 1 [kAsioSelectorSupported]
2018-11-19T15:26:29.9935802-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 1, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:29.9989540-08:00 8244 2780 Result: 1
2018-11-19T15:26:29.9990269-08:00 8244 2780 Probing for message selector: 2 [kAsioEngineVersion]
2018-11-19T15:26:29.9990780-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 2, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0056523-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0057289-08:00 8244 2780 Probing for message selector: 3 [kAsioResetRequest]
2018-11-19T15:26:30.0057720-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 3, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0112460-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0113671-08:00 8244 2780 Probing for message selector: 4 [kAsioBufferSizeChange]
2018-11-19T15:26:30.0114229-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 4, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0174510-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0175647-08:00 8244 2780 Probing for message selector: 5 [kAsioResyncRequest]
2018-11-19T15:26:30.0176563-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 5, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0220594-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0221221-08:00 8244 2780 Probing for message selector: 6 [kAsioLatenciesChanged]
2018-11-19T15:26:30.0221637-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 6, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0286836-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0287572-08:00 8244 2780 Probing for message selector: 7 [kAsioSupportsTimeInfo]
2018-11-19T15:26:30.0288079-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 7, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0347930-08:00 8244 2780 Result: 1
2018-11-19T15:26:30.0348710-08:00 8244 2780 Probing for message selector: 8 [kAsioSupportsTimeCode]
2018-11-19T15:26:30.0349144-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 8, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0396603-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0397700-08:00 8244 2780 Probing for message selector: 9 [kAsioMMCCommand]
2018-11-19T15:26:30.0398619-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 9, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0455556-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0456325-08:00 8244 2780 Probing for message selector: 10 [kAsioSupportsInputMonitor]
2018-11-19T15:26:30.0456770-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 10, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0509239-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0509976-08:00 8244 2780 Probing for message selector: 11 [kAsioSupportsInputGain]
2018-11-19T15:26:30.0510403-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 11, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0572324-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0573429-08:00 8244 2780 Probing for message selector: 12 [kAsioSupportsInputMeter]
2018-11-19T15:26:30.0574038-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 12, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0617496-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0618123-08:00 8244 2780 Probing for message selector: 13 [kAsioSupportsOutputGain]
2018-11-19T15:26:30.0618543-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 13, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0681153-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0681890-08:00 8244 2780 Probing for message selector: 14 [kAsioSupportsOutputMeter]
2018-11-19T15:26:30.0682324-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 14, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0726526-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0727153-08:00 8244 2780 Probing for message selector: 15 [kAsioOverload]
2018-11-19T15:26:30.0727806-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 15, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.0793396-08:00 8244 2780 Result: 0
2018-11-19T15:26:30.0794143-08:00 8244 2780 --- EXITING CONTEXT: createBuffers() [OK]
2018-11-19T15:26:30.0812362-08:00 8244 2780 --- ENTERING CONTEXT: getSampleRate()
2018-11-19T15:26:30.0812986-08:00 8244 2780 Returning sample rate: 48000
2018-11-19T15:26:30.0813456-08:00 8244 2780 --- EXITING CONTEXT: getSampleRate() [OK]
2018-11-19T15:26:30.0857553-08:00 8244 2780 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T15:26:30.0858286-08:00 8244 2780 CFlexASIO::getChannelInfo()
2018-11-19T15:26:30.0858683-08:00 8244 2780 Channel info requested for input channel 0
2018-11-19T15:26:30.0859132-08:00 8244 2780 Returning: IN 0 FL (Front Left), active, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-19T15:26:30.0859548-08:00 8244 2780 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T15:26:30.0896146-08:00 8244 2780 --- ENTERING CONTEXT: getChannelInfo()
2018-11-19T15:26:30.0897094-08:00 8244 2780 CFlexASIO::getChannelInfo()
2018-11-19T15:26:30.0897739-08:00 8244 2780 Channel info requested for input channel 1
2018-11-19T15:26:30.0898210-08:00 8244 2780 Returning: IN 1 FR (Front Right), active, group 0, type 19 [ASIOSTFloat32LSB]
2018-11-19T15:26:30.0898629-08:00 8244 2780 --- EXITING CONTEXT: getChannelInfo() [OK]
2018-11-19T15:26:30.0929648-08:00 8244 2780 --- ENTERING CONTEXT: getLatencies()
2018-11-19T15:26:30.0930516-08:00 8244 2780 Returning input latency of 960 samples and output latency of 0 samples
2018-11-19T15:26:30.0930994-08:00 8244 2780 --- EXITING CONTEXT: getLatencies() [OK]
2018-11-19T15:26:30.0975364-08:00 8244 2780 --- ENTERING CONTEXT: start()
2018-11-19T15:26:30.0976297-08:00 8244 2780 Checking if the host supports time info
2018-11-19T15:26:30.0976698-08:00 8244 2780 Sending message: selector = 1 [kAsioSelectorSupported], value = 7, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.1021531-08:00 8244 2780 Result: 1
2018-11-19T15:26:30.1022250-08:00 8244 2780 Sending message: selector = 7 [kAsioSupportsTimeInfo], value = 0, message = 0000000000000000, opt = 0000000000000000
2018-11-19T15:26:30.1077636-08:00 8244 2780 Result: 1
2018-11-19T15:26:30.1078468-08:00 8244 2780 The host supports time info
2018-11-19T15:26:30.1078895-08:00 8244 2780 Starting high resolution timer
2018-11-19T15:26:30.1080072-08:00 8244 2780 Starting PortAudio stream 00000224CA35C930
2018-11-19T15:26:30.1135688-08:00 8244 7564 [PortAudio] WASAPI: thread[ priority-0xF class-0x20 ]
2018-11-19T15:26:30.1153911-08:00 8244 2780 PortAudio stream started
2018-11-19T15:26:30.1154830-08:00 8244 2780 --- EXITING CONTEXT: start() [OK]
2018-11-19T15:26:30.1354763-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.1355889-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.1356597-08:00 8244 7564 Transferring between PortAudio and buffer #0
2018-11-19T15:26:30.1357009-08:00 8244 7564 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 0, 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))
2018-11-19T15:26:30.1400131-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.1400904-08:00 8244 7564 Returning: sample position 0, timestamp 0
2018-11-19T15:26:30.1401378-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.1430946-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.1431668-08:00 8244 7564 Updated buffer index: 1, position: 960, timestamp: 437798654000000
2018-11-19T15:26:30.1432106-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.1433247-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.1433667-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.1434327-08:00 8244 7564 Transferring between PortAudio and buffer #1
2018-11-19T15:26:30.1434720-08:00 8244 7564 Firing ASIO bufferSwitchTimeInfo() callback with buffer index: 1, time info: (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798654000000, sample position 960, 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))
2018-11-19T15:26:30.1489816-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.1491154-08:00 8244 7564 Returning: sample position 960, timestamp 437798654000000
2018-11-19T15:26:30.1491730-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.1519299-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.1520032-08:00 8244 7564 Updated buffer index: 0, position: 1920, timestamp: 437798663000000
2018-11-19T15:26:30.1520499-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.1555642-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.1556230-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.1556850-08:00 8244 7564 Transferring between PortAudio and buffer #0
2018-11-19T15:26:30.1557258-08:00 8244 7564 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 437798663000000, sample position 1920, 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))
2018-11-19T15:26:30.1608104-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.1609052-08:00 8244 7564 Returning: sample position 1920, timestamp 437798663000000
2018-11-19T15:26:30.1609497-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.1644539-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.1645261-08:00 8244 7564 Updated buffer index: 1, position: 2880, timestamp: 437798676000000
2018-11-19T15:26:30.1645717-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.1755767-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.1756668-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.1757339-08:00 8244 7564 Transferring between PortAudio and buffer #1
2018-11-19T15:26:30.1757751-08:00 8244 7564 Firing ASIO bufferSwitchTimeInfo() callback with buffer index: 1, time info: (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798676000000, sample position 2880, 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))
2018-11-19T15:26:30.1804757-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.1805585-08:00 8244 7564 Returning: sample position 2880, timestamp 437798676000000
2018-11-19T15:26:30.1806041-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.1848266-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.1849094-08:00 8244 7564 Updated buffer index: 0, position: 3840, timestamp: 437798696000000
2018-11-19T15:26:30.1849553-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.1850764-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.1851169-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.1851774-08:00 8244 7564 Transferring between PortAudio and buffer #0
2018-11-19T15:26:30.1852168-08:00 8244 7564 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 437798696000000, sample position 3840, 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))
2018-11-19T15:26:30.1910422-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.1911319-08:00 8244 7564 Returning: sample position 3840, timestamp 437798696000000
2018-11-19T15:26:30.1911800-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.1940810-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.1941459-08:00 8244 7564 Updated buffer index: 1, position: 4800, timestamp: 437798705000000
2018-11-19T15:26:30.1941907-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.1957151-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.1957731-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.1958340-08:00 8244 7564 Transferring between PortAudio and buffer #1
2018-11-19T15:26:30.1958741-08:00 8244 7564 Firing ASIO bufferSwitchTimeInfo() callback with buffer index: 1, time info: (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798705000000, sample position 4800, 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))
2018-11-19T15:26:30.2000846-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.2001674-08:00 8244 7564 Returning: sample position 4800, timestamp 437798705000000
2018-11-19T15:26:30.2002119-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.2041212-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.2042065-08:00 8244 7564 Updated buffer index: 0, position: 5760, timestamp: 437798715000000
2018-11-19T15:26:30.2042503-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.2152480-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.2153542-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.2154228-08:00 8244 7564 Transferring between PortAudio and buffer #0
2018-11-19T15:26:30.2154651-08:00 8244 7564 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 437798715000000, sample position 5760, 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))
2018-11-19T15:26:30.2183076-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.2184429-08:00 8244 7564 Returning: sample position 5760, timestamp 437798715000000
2018-11-19T15:26:30.2185232-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.2241004-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.2242062-08:00 8244 7564 Updated buffer index: 1, position: 6720, timestamp: 437798735000000
2018-11-19T15:26:30.2242740-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.2244174-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.2244768-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.2245447-08:00 8244 7564 Transferring between PortAudio and buffer #1
2018-11-19T15:26:30.2245888-08:00 8244 7564 Firing ASIO bufferSwitchTimeInfo() callback with buffer index: 1, time info: (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798735000000, sample position 6720, 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))
2018-11-19T15:26:30.2286461-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.2287223-08:00 8244 7564 Returning: sample position 6720, timestamp 437798735000000
2018-11-19T15:26:30.2287737-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.2351825-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.2352802-08:00 8244 7564 Updated buffer index: 0, position: 7680, timestamp: 437798747000000
2018-11-19T15:26:30.2353401-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.2354673-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.2355089-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.2355698-08:00 8244 7564 Transferring between PortAudio and buffer #0
2018-11-19T15:26:30.2356103-08:00 8244 7564 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 437798747000000, sample position 7680, 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))
2018-11-19T15:26:30.2390762-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.2391509-08:00 8244 7564 Returning: sample position 7680, timestamp 437798747000000
2018-11-19T15:26:30.2391947-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.2446199-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.2447023-08:00 8244 7564 Updated buffer index: 1, position: 8640, timestamp: 437798756000000
2018-11-19T15:26:30.2447482-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.2557872-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.2558726-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.2559473-08:00 8244 7564 Transferring between PortAudio and buffer #1
2018-11-19T15:26:30.2559885-08:00 8244 7564 Firing ASIO bufferSwitchTimeInfo() callback with buffer index: 1, time info: (ASIO time with reserved 0 0 0 0, time info (ASIO time info with speed 0, system time 437798756000000, sample position 8640, 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))
2018-11-19T15:26:30.2604580-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.2605841-08:00 8244 7564 Returning: sample position 8640, timestamp 437798756000000
2018-11-19T15:26:30.2606720-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.2672719-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.2673590-08:00 8244 7564 Updated buffer index: 0, position: 9600, timestamp: 437798779000000
2018-11-19T15:26:30.2674082-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.2675063-08:00 8244 7564 --- ENTERING STREAM CALLBACK
2018-11-19T15:26:30.2675548-08:00 8244 7564 PortAudio stream callback with input 00000224CA35F550, output 0000000000000000, 960 frames, time info (PortAudio stream callback time info with input buffer ADC time 437960, current time 437960, output buffer DAC time 0), flags 0
2018-11-19T15:26:30.2676194-08:00 8244 7564 Transferring between PortAudio and buffer #0
2018-11-19T15:26:30.2676621-08:00 8244 7564 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 437798779000000, sample position 9600, 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))
2018-11-19T15:26:30.2751372-08:00 8244 2780 --- ENTERING CONTEXT: stop()
2018-11-19T15:26:30.2752385-08:00 8244 2780 Stopping PortAudio stream 00000224CA35C930
2018-11-19T15:26:30.2760343-08:00 8244 7564 --- ENTERING CONTEXT: getSamplePosition()
2018-11-19T15:26:30.2761014-08:00 8244 7564 Returning: sample position 9600, timestamp 437798779000000
2018-11-19T15:26:30.2761480-08:00 8244 7564 --- EXITING CONTEXT: getSamplePosition() [OK]
2018-11-19T15:26:30.2798232-08:00 8244 7564 bufferSwitchTimeInfo() complete, returned time info: none
2018-11-19T15:26:30.2798991-08:00 8244 7564 Updated buffer index: 1, position: 10560, timestamp: 437798791000000
2018-11-19T15:26:30.2799443-08:00 8244 7564 --- EXITING STREAM CALLBACK (0 [paContinue])
2018-11-19T15:26:30.2822344-08:00 8244 2780 Stopping high resolution timer
2018-11-19T15:26:30.2824565-08:00 8244 2780 --- EXITING CONTEXT: stop() [OK]
2018-11-19T15:26:30.2852689-08:00 8244 2780 --- ENTERING CONTEXT: disposeBuffers()
2018-11-19T15:26:30.2853502-08:00 8244 2780 Closing PortAudio stream 00000224CA35C930
2018-11-19T15:26:30.2877563-08:00 8244 2780 Destroying buffers
2018-11-19T15:26:30.2878971-08:00 8244 2780 --- EXITING CONTEXT: disposeBuffers() [OK]
2018-11-19T15:26:30.2882577-08:00 8244 2780 --- ENTERING CONTEXT: ~CFlexASIO()
2018-11-19T15:26:30.2883281-08:00 8244 2780 --- EXITING CONTEXT: ~CFlexASIO() [OK]
2018-11-19T15:26:30.2883729-08:00 8244 2780 Terminating PortAudio
2018-11-19T15:26:30.2884331-08:00 8244 2780 [PortAudio] TerminateHostApis in
2018-11-19T15:26:30.2885454-08:00 8244 2780 [PortAudio] TerminateHostApis out
2018-11-19T15:26:30.2885906-08:00 8244 2780 PortAudio terminated successfully
2018-11-19T15:26:30.2886307-08:00 8244 2780 Disabling PortAudio debug output redirection
2018-11-19T15:26:30.4683248-08:00 8244 2780 Closing logfile


fingers crossed :)

@dechamps
Copy link
Owner

Yep, that's it:

Device index: 17
Device name: Microphone (Realtek High Definition Audio)
Default sample rate: 48000
Input: max channel count 2, default latency 0.003s (low) 0.01s (high)
Output: max channel count 0, default latency 0s (low) 0s (high)
Host API name: Windows WASAPI
Host API type: 13 [WASAPI]
DEFAULT INPUT DEVICE for this host API
WASAPI device default 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], format {00000003-0000-0010-8000-00AA00389B71} [IEEE Float]

Now the next steps are to get that fix merged into the PortAudio master branch, and then make a FlexASIO release that bundles a fixed PortAudio build.

In the mean time, feel free to use that test build for your day-to-day use. In fact, I would encourage you to do so and report any bugs that you find, because I would surely like to know if the latest PortAudio master code is stable enough for normal use.

@dechamps dechamps added the portaudio Requires changes in PortAudio upstream. label Nov 19, 2018
@dechamps dechamps changed the title WASAPI Shared gets the channel count wrong, fails to initialize WASAPI gets the channel count wrong, fails to initialize Nov 19, 2018
@dechamps
Copy link
Owner

Good news: it took some heavy convincing, but I was finally able to get the fix in PortAudio upstream. I just released FlexASIO 1.2 which comes bundled with the updated PortAudio. This channel count bug should finally be gone now.

@omarcostahamido
Copy link
Author

@dechamps
omg... hats off to you, for your work and incredible persistence.
If you're ever in southern California I'd like to buy you coffee 😄

🎅 🎄 Merry Xmas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug portaudio Requires changes in PortAudio upstream.
Projects
None yet
Development

No branches or pull requests

3 participants