Elliot Sime

Results 17 comments of Elliot Sime
trafficstars

I had a look at swapping the CSCore-dependent code to use [NAudio.Wasapi](https://github.com/naudio/NAudio) - It's a fairly painless swap as they expose basically the same APIs. The code is at https://github.com/eksime/Blish-HUD/tree/feat/naudio...

I can submit a PR if wanted - I wasn't 100% sure on the `AudioEndpointNotificationReceiver` class, or whether it'd be better to implement `IMMNotificationClient` directly on the AudioIntegration service 🤔...

Somwhat related - .NETs AssemblyLoadContexts have methods that allow altering the loading behaviour of unmanaged DLLs ([docs](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext.loadunmanageddll)) I think this would still require extracting to an intermediate location as above,...

> Hey, this is looking great! Could you give just some examples of how it would look like to define a setting with a custom setting rendering? > It appears...

Sorry, I've not had much time in the last few weeks to work on this - the keybinding setting view *was* working at some point, so I'll take a look...

Hey, no worries, I've also been pretty busy! > * Where can I find a list of the available key values (for example, `ESetting.MAXWELL_B_SAMPLE_INTERLEAVE_ID`) (I'm trying to make sure we've...

Hey, yeah - I'm pretty certain that's all that's required. If I get a chance this weekend I'll see if I can narrow down exactly why it happens

I could certainly upload the exe and dlls in a .zip or (licences permitting), I could look at building an exe with the DLLs built in (like a c# version...

It's to do with the way the applications start their main window I think. I'm looking for an alternative way to move an application. I may have to resort to...

This should be fixed in the latest release, see the readme for more information regarding chrome. If you could let me know if it is fixed, I'll mark the issue...