benrr101 / node-taglib-sharp

A node.js port of mono/taglib-sharp
GNU Lesser General Public License v2.1
42 stars 11 forks source link

Remove Ogg granule position safe integer check and make granule position a number #64

Closed benrr101 closed 1 year ago

benrr101 commented 2 years ago

As per investigation from #62, it's not necessary to have the safe integer check on granule position. The granule position is used differently for each codec, so it does not correspond to a file offset. Therefore, no need to store it as a number.

benrr101 commented 1 year ago

Granule position is now a ByteVector.