GithubHelp home page GithubHelp logo

Comments (3)

Corey-M avatar Corey-M commented on June 29, 2024

This can happen if you upgrade NAudio.Lame without also upgrading NAudio to v1.10 or higher. This should happen automatically but it seems not to be doing so in some cases. Open the NuGet package manager for your project and manually upgrade NAudio to the latest version.

I'll be updating the nuget package for NAudio.Lame shortly. That may also fix the issue.

from naudio.lame.

atrdev-rgb avatar atrdev-rgb commented on June 29, 2024

In 1.1.2 same

from naudio.lame.

Corey-M avatar Corey-M commented on June 29, 2024

@atrezonator Sorry, I obviously wasn't thinking about this very well at the time. Since v1.1.0 NAudio.Lame is compiled as a .NET Standard 2.0 library which requires at least .NET Framework v4.6.1. The last version that supported .NET Framework v4.0 was NAudio.Lame v1.0.9, which is still available on NuGet.

Since earlier earlier versions of .NET v4.x are out of support at this point I don't think that there's much to be gained from retrofitting the library for an older, unsupported .NET version. I've got a pull request to support .NET 4.5 that I'm also considering rejecting for the same reasons.

If you need the latest updates and can't upgrade your project to .NET FW v4.6.1 or higher then you could fork the library from before I did the .NET Standard overhaul (Commit b496c27fa8...) or check out the .NET 4.0 retrofit branch I've just pushed up. It passes the existing tests on .NET 4.5.0 so it might work for you.

from naudio.lame.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.