mirror of
https://github.com/taglib/taglib.git
synced 2026-04-12 17:09:50 -04:00
Opus: Read output gain (#1320)
This commit is contained in:
@ -58,6 +58,7 @@ public:
|
||||
CPPUNIT_ASSERT_EQUAL(48000, f.audioProperties()->sampleRate());
|
||||
CPPUNIT_ASSERT_EQUAL(48000, f.audioProperties()->inputSampleRate());
|
||||
CPPUNIT_ASSERT_EQUAL(1, f.audioProperties()->opusVersion());
|
||||
CPPUNIT_ASSERT_EQUAL(-17920, f.audioProperties()->outputGain());
|
||||
}
|
||||
|
||||
void testReadComments()
|
||||
|
||||
Reference in New Issue
Block a user