Skip to content

Commit ad66e6f

Browse files
committed
Merge branch 'bugfix/fix_aec_src_related_issues' into 'main'
bugfix(esp_capture): Fixed AEC src multiple mic not work, add vad support See merge request adf/multimedia/esp-gmf!155
2 parents ef48b92 + 4cc8573 commit ad66e6f

File tree

12 files changed

+699
-80
lines changed

12 files changed

+699
-80
lines changed

packages/esp_capture/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.7.5
4+
5+
### Bug Fixes
6+
7+
- Fixed AEC audio source not support multiple microphone
8+
- Fixed can not create task stack in RAM
9+
10+
### Features
11+
12+
- Added `data_on_vad` option for AEC audio source to support only send data when VAD active
13+
- Added `data_q_rewind` to support resend from old position
14+
315
## v0.7.4
416

517
### Bug Fixes

packages/esp_capture/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.7.4"
1+
version: "0.7.5"
22
description: Espressif Capture is a module for capture media stream from camera and microphone
33
url: https://github.com/espressif/esp-gmf/tree/main/packages/esp_capture
44
documentation: "https://github.com/espressif/esp-gmf/blob/main/packages/esp_capture/README.md"

0 commit comments

Comments
 (0)