- January 7, 2006
- 1,335
- 1,006
- Home Country
- Netherlands
- Thread starter
- #21
@Developers for AudioSwitcher we have some new dependencies which are in a NuGet repo and kept up to date:
AudioSwitcher.AudioApi.dll
AudioSwitcher.AudioApi.CoreAudio.dll
Microsoft.Threading.Tasks.dll
Could use ILMerge to reduce all those loose files (do that for plugins atm) but let me know if these new dependencies are ok
Attached is a packaged version build against master if some want to try it out already, of course backup first but bugfix is complete and now comes down to improvements in other areas like the audio renderer detection.
Just did some small tweaks this morning and made Mediaportal volume leading so if you change it externally the Mediaportal volume OSD / state will not follow it, one of the upsides is that we don't need to forcefully hide the Windows 10 volume OSD because the library doesn't trigger it.
Essentially can remove the workaround from 1.15 (the hide windows OSD setting).
- Microsoft.Bcl.Async (>= 1.0.168)
- AudioSwitcher.AudioApi (>= 4.0.0-alpha5) <--- talked with dev for it and this is the most complete and stable even with the alpha tag, we need this for the async features as 3.0.0 lacks that.
AudioSwitcher.AudioApi.dll
AudioSwitcher.AudioApi.CoreAudio.dll
Microsoft.Threading.Tasks.dll
Could use ILMerge to reduce all those loose files (do that for plugins atm) but let me know if these new dependencies are ok
Attached is a packaged version build against master if some want to try it out already, of course backup first but bugfix is complete and now comes down to improvements in other areas like the audio renderer detection.
Just did some small tweaks this morning and made Mediaportal volume leading so if you change it externally the Mediaportal volume OSD / state will not follow it, one of the upsides is that we don't need to forcefully hide the Windows 10 volume OSD because the library doesn't trigger it.
Essentially can remove the workaround from 1.15 (the hide windows OSD setting).
Attachments
Last edited: