#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include "stm32h7xx_hal.h"
#include "pv_porcupine_mcu.h"
#include "pv_audio_rec.h"
#include "pv_params.h"
#include "pv_st_h735.h"
Go to the source code of this file.
◆ MEMORY_BUFFER_SIZE
#define MEMORY_BUFFER_SIZE (20 * 1024) |
◆ error_handler()
static void error_handler |
( |
void |
| ) |
|
|
static |
◆ main()
◆ wake_word_callback()
static void wake_word_callback |
( |
void |
| ) |
|
|
static |
◆ 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 |
◆ SENSITIVITY
const float SENSITIVITY = 0.75f |
|
static |
#define MEMORY_BUFFER_SIZE