blob: ce841e2812649cf7ce1c0c233e1268d4287b4072 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/webrtc/constants.h"
#include "third_party/webrtc/modules/audio_processing/include/audio_processing.h"
namespace media {
int WebRtcAudioProcessingSampleRateHz() {
return webrtc::AudioProcessing::kSampleRate48kHz;
}
} // namespace media