Reply to thread

Since we still run into issues with BCL (build bot doesn't like it), decided to go the NAudio route which was surprisingly easy to get working.

Upsides are:


- No BCL needed for NET40 builds (less deps)

- Maintained and used by mayor companies

- One .dll to include: "NAudio.dll"

- Packed with features for later use:


https://github.com/naudio/NAudio/blob/master/README.md


So a lot of extra features in library, thanks [USER=140174]@Stéphane Lenclud[/USER] for suggesting this one :)

Will push to clean branch in a sec which will hopefully solve our build problems completely.


// Update


Pushed to re-created branch:


https://github.com/RickDB/MediaPortal-1/tree/MP1-4838-Rework_volume_control_management


Top Bottom