feliwir / SharpAudio

Audio playback/capturing engine for C#
MIT License
176 stars 19 forks source link

NLayer license (LGPL vs MIT) #73

Open alexrp opened 1 year ago

alexrp commented 1 year ago

Just wanted to let you know that SharpAudio.Codec seems to be using a fork of NLayer that is licensed under (a broken version of) LGPL: https://github.com/jmacato/NLayer/blob/master/LICENSE (NuGet)

To avoid nasty licensing surprises for users of the library, you should probably consider switching to the upstream NAudio version which is MIT: https://github.com/naudio/NLayer/blob/master/LICENSE (NuGet)

More context: https://github.com/naudio/NLayer/issues/8