#include <functional>
#include <memory>
#include <mutex>
#include "actionlib/server/simple_action_server.h"
#include "gcloud_speech_msgs/SpeechToTextAction.h"
#include "gcloud_speech_msgs/RecognitionHypothesis.h"
#include "gcloud_speech_msgs/LinearPcm16Le16000Audio.h"
#include "cogrob/cloud/basic/defaults.h"
#include "cogrob/cloud/speech/google_speech.h"
#include "cogrob/cloud/speech/google_speech_interface.h"
#include "third_party/gflags.h"
#include "speech_to_text_action_handler.h"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |