Skip to content

Commit

Permalink
mix volume in UT
Browse files Browse the repository at this point in the history
  • Loading branch information
olofkallander committed Oct 25, 2023
1 parent b24a6c5 commit 116614e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/ConfIntegrationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ TEST_F(IntegrationTest, plain)
{
EXPECT_LT(data.amplitudeProfile[0].second, 100);

EXPECT_NEAR(data.amplitudeProfile.back().second, MIXED_VOLUME, 250);
EXPECT_NEAR(data.amplitudeProfile.back().second, MIXED_VOLUME, 750);
EXPECT_NEAR(data.rampupAbove(3100), 48000 * 1.25, 48000 * 0.2);
}

Expand Down Expand Up @@ -237,7 +237,7 @@ TEST_F(IntegrationTest, ptime10)
{
EXPECT_LT(data.amplitudeProfile[0].second, 100);

EXPECT_NEAR(data.amplitudeProfile.back().second, MIXED_VOLUME, 250);
EXPECT_NEAR(data.amplitudeProfile.back().second, MIXED_VOLUME, 750);
EXPECT_NEAR(data.rampupAbove(3100), 48000 * 0.74, 48000 * 0.2);
}

Expand Down

0 comments on commit 116614e

Please sign in to comment.