filoe / cscore

An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.
Other
2.14k stars 450 forks source link

Fixed to build in .NET 8 and Visual Studio 2022 #488

Open profK opened 2 days ago

profK commented 2 days ago

Framework 4.5 is no longer supported by microsoft and makes it difficult to fork and expand on this project. Also Microsoft broke the build in terms of the post-build event.

This version of my repo fixes these issues so it builds with .NET 8 and VS2022