Seems like the bug from 4 years ago is back? I'm importing NAudio and NAudio.Lame 2.1.0 into a unity project. NAudio imports fine, but when I import Naudio.Lame, I get this error:
'NAudio.Lame.dll' will not be loaded due to errors: Unable to resolve reference 'LameDLLWrap'. Is the assembly missing or incompatible with the current platform?
libmp3lame.32 and libmp3lame64 both seem to import without errors.
[Edit]: I regressed the import all the way to NAudio.Lame 1.1.0, and the same error still pops up. I also changed project settings from .NET Standard 2.1 to .NET Framework, still the same error.