Paul Voelker
Paul Voelker
Thank you for the hint about the DataStore. I will implement a singleton to hold a DataStore instance. Looking at the code it looks like this may call the exception...
When I use ' UIDeviceFamily = 6', the UI is messed up. Correct UI with UIDeviceFamily = [2, 3]:  Incorrect UI with UIDevice Family = 6:  Anyone else...
To get around this issue for now. Does anyone know if it is possible to add custom 'named' font sizes? Or override the existing names font sizes? Then maybe 'inflate'...
Based on the current milestone set it looks like this is not making GA, since this is currently assigned to '.NET 8 + Servicing'. This is going to be a...
MediaFoundationReader does not have an option to take a stream, so this gets a little more complicated. Tinkering around with a local clone to see if I can get something...
I think I have something that works. I am putting together test cases. Is there a preference on a branch name?
Or should I do a fork? Sorry, just want to make sure I am following your process...
I've created a PR: https://github.com/naudio/NAudio/pull/929 This will allow me to load a memory stream with the byte data and pass it into AudioFileReader. Let me know if there are any...