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.15k stars 451 forks source link

Support .NET 5 #434

Open barrien2 opened 3 years ago

barrien2 commented 3 years ago

.NET 5 was released some weeks ago.

It would be awesome to be able to use this library on .NET 5

Ivalberto commented 2 years ago

I tried to use on net 5 application, but the nugget package showed a warning but the application in the functionality that I'm using is working. mic capture and loopBack

KalleStae commented 2 years ago

I compiled a fork for .Net 6.0 only for windows in Visual Studio 2022 community. It might be interesting for other users too. No guarantee because I'm not a professional. I don't no how to create a Package. See https://github.com/KalleStae/CScore.net6.0-windows