webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
nonlinear_beamformer_test.cc File Reference
#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"

Namespaces

 webrtc
 

Functions

 DEFINE_string (i, "", "The name of the input file to read from.")
 
 DEFINE_string (o, "out.wav", "Name of the output file to write to.")
 
 DEFINE_string (mic_positions, "", "Space delimited cartesian coordinates of microphones in meters. " "The coordinates of each point are contiguous. " "For a two element array: \1 y1 z1 x2 y2 z2\)
 
int webrtc::main (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Function Documentation

◆ DEFINE_string() [1/3]

DEFINE_string ( i  ,
""  ,
"The name of the input file to read from."   
)

◆ DEFINE_string() [2/3]

DEFINE_string ( ,
"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[] 
)