#include <vector>
#include "gflags/gflags.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/format_macros.h"
#include "webrtc/common_audio/channel_buffer.h"
#include "webrtc/common_audio/wav_file.h"
#include "webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h"
#include "webrtc/modules/audio_processing/test/test_utils.h"
◆ DEFINE_string() [1/3]
◆ DEFINE_string() [2/3]
DEFINE_string |
( |
o |
, |
|
|
"out.wav" |
, |
|
|
"Name of the output file to write to." |
|
|
) |
| |
◆ DEFINE_string() [3/3]
DEFINE_string |
( |
mic_positions |
, |
|
|
"" |
, |
|
|
"Space delimited cartesian coordinates of microphones in meters. " "The coordinates of each point are contiguous. " "For a two element array: \y1 z1 x2 y2 z2\ |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |