Opus: Read output gain (#1320)

This commit is contained in:
Felipe
2026-03-31 13:14:44 -03:00
committed by GitHub
parent 78298769de
commit 9411bb161f
3 changed files with 17 additions and 2 deletions

View File

@ -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()