blob: 5a0a32267df9301e28b07ceef5f434edb75cbd0c [file] [log] [blame]
alessiob5f32aca2017-03-18 02:29:13 -07001/*
2 * Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10
alessiob3b510652017-03-18 03:45:31 -070011#include "webrtc/modules/audio_processing/test/conversational_speech/config.h"
alessiob5f32aca2017-03-18 02:29:13 -070012
13namespace webrtc {
14namespace test {
alessiob3b510652017-03-18 03:45:31 -070015namespace conversational_speech {
alessiob5f32aca2017-03-18 02:29:13 -070016
alessiob3b510652017-03-18 03:45:31 -070017const std::string& Config::audiotracks_path() const {
alessiob5f32aca2017-03-18 02:29:13 -070018 return audiotracks_path_;
19}
20
alessiob3b510652017-03-18 03:45:31 -070021const std::string& Config::timing_filepath() const {
alessiob5f32aca2017-03-18 02:29:13 -070022 return timing_filepath_;
23}
24
alessiob3b510652017-03-18 03:45:31 -070025const std::string& Config::output_path() const {
alessiob5f32aca2017-03-18 02:29:13 -070026 return output_path_;
27}
28
alessiob3b510652017-03-18 03:45:31 -070029} // namespace conversational_speech
alessiob5f32aca2017-03-18 02:29:13 -070030} // namespace test
31} // namespace webrtc