Skip to content

Commit

Permalink
utils.sh: bump ESP-SR to git HEAD
Browse files Browse the repository at this point in the history
This includes the new feature to return the volume of wake word audio.
To avoid compilation failures, we need to initialize a new struct
member.
  • Loading branch information
stintel committed Sep 6, 2023
1 parent 5c5dad6 commit 7251b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ static void start_rec(void)
.vad_mode = config_get_int("vad_mode", DEFAULT_VAD_MODE),
.wakenet_mode = wakenet_mode,
.wakenet_model_name = NULL,
.afe_linear_gain = 1.0,
.afe_mode = SR_MODE_HIGH_PERF,
.afe_perferred_core = 1,
.afe_perferred_priority = 5,
Expand Down
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export DIST_FILE="build/${dist_filename:-willow-dist.bin}"
export SERVE_PORT="10000"

# ESP-SR Componenent ver hash
ESP_SR_VER="3690f88"
ESP_SR_VER="c8bf7cd118c437b4ab41ccb37e4ad6b84a8a4fc4"

# esptool ver to install
ESPTOOL_VER="4.5.1"
Expand Down

0 comments on commit 7251b32

Please sign in to comment.