### Description Hey Guys, It seems something on .NET 5 made [NAudio (master-branch)](https://github.com/naudio/NAudio) crashing without any error message. There is also an open [Issue](https://github.com/naudio/NAudio/issues/789) open on the NAudio´s GitHub. After discussions i found out, that the runtime tries to access memory it does not own so Windows kills the process with Access Violation. ### Configuration It happens on Windows 20H2 with **ANY** .NET 5.X.X version. ### Related information Based on the [issue from NAudio](https://github.com/naudio/NAudio/issues/789), it was referred, that .NET Core 3.1 is working. I only could verify it for .NET 5.