Giter Site home page Giter Site logo

Comments (9)

tobq avatar tobq commented on June 8, 2024 1

Interesting, I've never played with the node-C++ stuff myself

from node-flac-bindings.

melchor629 avatar melchor629 commented on June 8, 2024

Hi, did you ensured the FLAC library is on the path? You can also load libFLAC manually with flac.load('path/to/the/libFLAC.dll')

from node-flac-bindings.

tobq avatar tobq commented on June 8, 2024

@melchor629 I have the official flac binaries in my path. Where do I find this libFLAC dll you refer to?

from node-flac-bindings.

melchor629 avatar melchor629 commented on June 8, 2024

This node package uses the library flac.dll (or libflac.dll) only, not the executables. Look if the DLL is between the executables, if not look for it on google (a quick look I found this page that has a download for libFLAC.dll).

from node-flac-bindings.

melchor629 avatar melchor629 commented on June 8, 2024

try the latest version 2.4.0, it should not require the libflac.dll anymore

from node-flac-bindings.

tobq avatar tobq commented on June 8, 2024

try the latest version 2.4.0, it should not require the libflac.dll anymore

Are you making it use the flac executable now? I think that would be smart. I did something similar.

from node-flac-bindings.

melchor629 avatar melchor629 commented on June 8, 2024

Nop, it now includes libflac.dll inside the prebuilt library so it does not require any external libflac.dll (which is way faster than calling flac.exe all the time).

In case you are in a platform with no precompiled library, it will download the sources of flac and compile them alongside this package.

from node-flac-bindings.

melchor629 avatar melchor629 commented on June 8, 2024

There are a lot of tricks someone can do with C/C++ and the right build files.

On the other hand, with the latest update, are you able to properly use the library? If so, feel free to close the issue :)

from node-flac-bindings.

melchor629 avatar melchor629 commented on June 8, 2024

Closing due to inactivity

from node-flac-bindings.

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.