creeperyang / id3-parser

A pure JavaScript id3 tag parser.
54 stars 13 forks source link

Updated local filesystem usage #5

Closed azariah001 closed 8 years ago

azariah001 commented 9 years ago

Changed to non blocking implementation and avoided the memory allocation issue when using buffers as input.