]> granicus.if.org Git - taglib/commit
FLAC: AudioProperties improvements
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 21 May 2015 03:15:11 +0000 (12:15 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 31 Jul 2015 15:49:21 +0000 (00:49 +0900)
commit21412e2ba2938299c887e4920388d962f5bd33d4
treef2cbe37354945a4f5f58aab478e87bb428a7d3ab
parent88947e7a48611196c242c02297910484acc283fd
FLAC: AudioProperties improvements

Add lengthInSeconds(), lengthInMilliseconds() properties. (#503)
Add bitsPerSample() property besides sampleWidth(). (#360)
Remove some data members which are not needed to carry.
Add some tests for audio properties.
Add some supplementary comments.
taglib/flac/flacproperties.cpp
taglib/flac/flacproperties.h
tests/data/sinewave.flac [new file with mode: 0644]
tests/test_flac.cpp