You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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?
#78
Open
paulorenanmelo opened this issue
Oct 31, 2024
· 0 comments
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: