Closed Sebanisu closed 5 years ago
I think I fixed a bunch of these. Might be some small ones remaining.
One of the big ones was the MemoryStream I used for audio didn't seem get released from memory. The new way I do audio seems to be much better on memory. I think I'll close this for now.
If you cycle threw videos and watch memory usage in Visual Studio you can see the spikes going up when it loads something new. And it not come back down all the way. A new instance is created every time a new video is played. So the old one is leaving something behind.