nikhilm / node-taglib

Simple taglib bindings to Javascript using node.js
http://nikhilm.github.com/node-taglib
MIT License
147 stars 25 forks source link

fetching audioProperties in sync mode #35

Open masterkain opened 12 years ago

masterkain commented 12 years ago

Hello, not sure I'm missing something but I see read as the method for fetching audioProperties (and the most indicated one given the amount of data to parse), however I missed something like this but sync.

does tagSync support extracting audioProperties?

Thanks.

nikhilm commented 12 years ago

Currently there is no support for sync audioproperties extraction, since there was no demand for it. If you really need it, feel free to add it and send a pull request. A lot of code can be lifted straight from the async version. Otherwise I'll add it myself in a few days.