mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 20:52:52 -05:00
Support for reading ALAC audio properties
This commit is contained in:
committed by
Lukáš Lalinský
parent
93564a2daa
commit
8ed9b0da2c
@ -43,7 +43,7 @@ public:
|
||||
{
|
||||
MP4::File f(TEST_FILE_PATH_C("empty_alac.m4a"));
|
||||
CPPUNIT_ASSERT_EQUAL(3, f.audioProperties()->length());
|
||||
CPPUNIT_ASSERT_EQUAL(3, f.audioProperties()->bitrate());
|
||||
CPPUNIT_ASSERT_EQUAL(2, f.audioProperties()->bitrate());
|
||||
CPPUNIT_ASSERT_EQUAL(2, f.audioProperties()->channels());
|
||||
CPPUNIT_ASSERT_EQUAL(44100, f.audioProperties()->sampleRate());
|
||||
CPPUNIT_ASSERT_EQUAL(16, ((MP4::Properties *)f.audioProperties())->bitsPerSample());
|
||||
|
||||
Reference in New Issue
Block a user