#include "cogrob/cloud/speech/record_audio.h"
#include <cmath>
#include <memory>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include "cogrob/cloud/speech/audio_sample.h"
#include "third_party/portaudio.h"
#include "third_party/glog.h"
#include "third_party/gflags.h"
Go to the source code of this file.
Namespaces | |
cogrob | |
cogrob::cloud | |
cogrob::cloud::speech | |
Functions | |
DEFINE_string (mic,"USB","Name of the microphone") | |
DEFINE_string | ( | mic | , |
"USB" | , | ||
"Name of the microphone" | |||
) |