melchor629 / node-flac-bindings

Nodejs bindings to libFLAC
ISC License
17 stars 1 forks source link

how to create metadata #3

Closed smoebody closed 7 years ago

smoebody commented 7 years ago

hello @melchor629, can you give a short example how to create a new metadata block and write it to a new flac-file?

melchor629 commented 7 years ago

The Metadata functions and APIs are not completed. I'm working on it to implement them. Meanwhile, I recommend you to read the metadata and simple iterator documentation to give you an idea of what to do. When this part of the bindings is completed, I will write the documentation in the Wiki and put some examples of that also in the Wiki.

melchor629 commented 7 years ago

I released a new version with the Metadata APIs working (I expect) and I wrote a guide about how to use these APIs in the Wiki. At the end of the page, you will found an example of a test I did that inserts a metadata block and modifies another already created using the level 1 API. Pay attention to the notes in the guide.

I expect with that, you can resolve your issue now.

smoebody commented 7 years ago

thanks alot! i will have a look at it soonish

melchor629 commented 7 years ago

Nice :)

I'm closing the issue.