#include <grpc++/grpc++.h>
#include <chrono>
#include <iostream>
#include <memory>
#include <thread>
#include <string>
#include "cogrob/cloud/basic/defaults.h"
#include "third_party/gflags.h"
#include "third_party/glog.h"
#include "util/simple_thread_safe_queue.h"
#include "cogrob/cloud/speech/audio_sample.h"
#include "cogrob/cloud/speech/record_audio.h"
#include "cogrob/cloud/speech/google_speech.h"
#include "cogrob/cloud/speech/google_speech_interface.h"
Go to the source code of this file.
Functions | |
DEFINE_bool (early_interrupt, false,"Whether to early interrupt the request") | |
int | main (int argc, char *argv[]) |
DEFINE_bool | ( | early_interrupt | , |
false | , | ||
"Whether to early interrupt the request" | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 49 of file speech_local_main.cc.