Terry Phillips

Results 24 comments of Terry Phillips

Oops, thought I posted that: IAudioClient::Initialize caused an error: 0x8889000a, "Unknown HRESULT".

The only application that is using the loopback capture device (or any othe input/output sound device) is cscore. I am playing an audio file with cscore and trying to record...

I figured this out. It was a setting that I missed, CSCore.CoreAudioAPI.AudioClientShareMode.Exclusive. I needed to change this to CSCore.CoreAudioAPI.AudioClientShareMode.Shared to get it working. Are there any downsides to doing this?

Ah, ok. I am on windows server so that may be a bit hard. Thanks for the info though.

It would be great to understand how you did that! Btw, thanks for this library and so many others that you have open sourced. I am a huge user/proponent of...

@nicoarm93, this is a good idea and thank you for implementing it. I originally thought that it might be useful to have this parameter on Column as well for more...

@just-the-benno, this looks pretty good. @nicoarm93, thanks for this!

@nicoarm93, do you have time to take a look at this?

@nicoarm93, I believe one of the issues that @IngoManthey has pointed out in the PR is that the HierarchyColumn broke the original implementation of ChildRowContent. Meaning, if a developer has...

Okay, I understand what you are saying, but to me, it seems like this is not implemented how DevExpress does it because you have to have the HierarchyColumn for ChildRowContent...