#include <getopt.h>
#include <signal.h>
#include <chrono>
#include <thread>
#include <iostream>
#include "../src/porcupine_recognizer.h"
Go to the source code of this file.
◆ interrupt_handler()
void interrupt_handler |
( |
int |
| ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ long_options
struct option long_options[] |
|
static |
Initial value:= {
{
"model_path", required_argument,
NULL,
'm' },
{
"keyword_path", required_argument,
NULL,
'k' },
{
"access_key", required_argument,
NULL,
'a' },
{
"sensitivity", required_argument,
NULL,
's' },
}
Definition at line 26 of file test_porcupine.cpp.