Corey-M/NAudio.Lame

type or namespace name 'Lame' does not exist in the namespace 'NAudio', v1.1.0

Closed this issue · 5 comments

using NAudio.Lame
I'm getting the same error reported in #33 when using v1.1.0 Date published: Wednesday, December 25, 2019 (12/25/2019).
VS 2019 v16.3.10, NAudio.Lame installed with NuGet Package manager. NAudio v1.9.0 was also installed.

Can you reproduce this in a minimal solution and attach it here? I can't reproduce.

I just created an example project to test out Naudio.lame but I'm getting the same error.
I installed Naudio and Naudio.Lame.
I'm attaching the project here
WavMP3Converter.zip
image
image

I uninstalled Naudio.Lame 1.1.0 and installed instead 1.0.9. I'm not getting the error anymore ://

Looks like this is an incompatibility between NAudio.Lame and NAudio v1.10.0. If you downgrade to NAudio v1.9.0 the problem goes away. I'll see if I can update the reference in the package and resolve it.

OK, NAudio.Lame v1.1.1 is up on NuGet. This links to NAudio v1.10.0, resolving this issue.