naudio / NLayer

MPEG 1 & 2 Decoder for Layers 1, 2, & 3
MIT License
124 stars 30 forks source link

Add netstandard2.0 target to NLayer.NAudioSupport #15

Closed cornem closed 4 years ago

cornem commented 4 years ago

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.

Fixes #14