Considering both NAudio and NLayer have been targeting .NET Standard for a while, it would be useful for NLayer.NAudioSupport to target netstandard2.0.
This opens up possibilities for using NAudio + NLayer in .NET Core on Linux. I have tested this using Mp3FileReader on Debian 10, which works with NLayer.NAudioSupport. Without it, I get missing DLL exceptions.
Considering both
NAudio
andNLayer
have been targeting .NET Standard for a while, it would be useful forNLayer.NAudioSupport
to targetnetstandard2.0
.This opens up possibilities for using NAudio + NLayer in .NET Core on Linux. I have tested this using
Mp3FileReader
on Debian 10, which works withNLayer.NAudioSupport
. Without it, I get missing DLL exceptions.Fixes #14