#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include "cy_rgb_led.h"
#include "cybsp.h"
#include "pv_audio_rec.h"
#include "pv_keywords.h"
#include "pv_porcupine.h"
#include "pv_psoc6.h"
Go to the source code of this file.
◆ MEMORY_BUFFER_SIZE
#define MEMORY_BUFFER_SIZE (70 * 1024) |
◆ error_handler()
static void error_handler |
( |
void |
| ) |
|
|
static |
◆ main()
◆ ACCESS_KEY
◆ KEYWORD_MODEL_SIZES
const int32_t KEYWORD_MODEL_SIZES[] = { sizeof(DEFAULT_KEYWORD_ARRAY) } |
|
static |
◆ KEYWORD_MODELS
const void* KEYWORD_MODELS[] = { DEFAULT_KEYWORD_ARRAY } |
|
static |
◆ KEYWORDS_NAME
const char* KEYWORDS_NAME[] = { "" } |
|
static |
◆ NUM_KEYWORDS
const int32_t NUM_KEYWORDS = 1 |
|
static |
◆ SENSITIVITIES
const float SENSITIVITIES[] = { 0.75f } |
|
static |
#define MEMORY_BUFFER_SIZE