chromium/remoting/host/audio_volume_filter_unittest.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "remoting/host/audio_volume_filter.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace remoting {

namespace {

class FakeAudioVolumeFilter : public AudioVolumeFilter {};

}  // namespace

TEST(AudioVolumeFilterTest, TwoChannels) {}

TEST(AudioVolumeFilterTest, ThreeChannels) {}

TEST(AudioVolumeFilterTest, SilentSamples) {}

TEST(AudioVolumeFilterTest, AudioLevel0) {}

TEST(AudioVolumeFilterTest, SilentAfterApplying) {}

}  // namespace remoting