MPEG: AudioProperties improvements

Add lengthInSeconds(), lengthInMilliseconds() properties. (#503)
Support VBRI header in addition to Xing. (#136)
Fix MPEG frame seeker functions. (maybe #190)
Calculate MPEG frame length accurately.
Remove some data members which are not needed to carry.
Add some tests for audio properties.
Add some supplementary comments.
This commit is contained in:
Tsuda Kageyu
2015-05-21 13:59:32 +09:00
parent 447a4739c5
commit 9ec6d28239
11 changed files with 293 additions and 152 deletions

BIN
tests/data/bladeenc.mp3 Normal file

Binary file not shown.

BIN
tests/data/lame_cbr.mp3 Normal file

Binary file not shown.

BIN
tests/data/lame_vbr.mp3 Normal file

Binary file not shown.

BIN
tests/data/vbri.mp3 Normal file

Binary file not shown.