chromium/third_party/webrtc/modules/audio_processing/vad/standalone_vad.cc

/*
 *  Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree. An additional intellectual property rights grant can be found
 *  in the file PATENTS.  All contributing project authors may
 *  be found in the AUTHORS file in the root of the source tree.
 */

#include "modules/audio_processing/vad/standalone_vad.h"

#include <string.h>

#include "common_audio/vad/include/webrtc_vad.h"
#include "rtc_base/checks.h"

namespace webrtc {

static const int kDefaultStandaloneVadMode =;

StandaloneVad::StandaloneVad(VadInst* vad)
    :{}

StandaloneVad::~StandaloneVad() {}

StandaloneVad* StandaloneVad::Create() {}

int StandaloneVad::AddAudio(const int16_t* data, size_t length) {}

int StandaloneVad::GetActivity(double* p, size_t length_p) {}

int StandaloneVad::set_mode(int mode) {}

}  // namespace webrtc