You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audio development kit: Custom Board using ESP32C6, SD Card Module, and INMP441 Microphone
Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): None
[Required] Module or chip used: ESP32C6
[Required] IDF version (run git describe --tags in $IDF_PATH folder to find it): v5.3.2-282-gcfea4f7c98
[Required] ADF version (run git describe --tags in $ADF_PATH folder to find it): v2.7-47-g93a56fcd
Build system: idf.py
[Required] Running log: Ok
Compiler version (run xtensa-esp32-elf-gcc --version in your project folder to find it): xtensa-esp-elf-gcc.exe (crosstool-NG esp-13.2.0_20240530) 13.2.0
Operating system: Windows
(Windows only) Environment type: Command Prompt
Using an IDE?: Yes, VS Code ESPRESSIF Extension
Power supply: USB
Problem Description
I tried to run "pipeline_recording_to_sdcard" with modified code that eliminates unnecessary lines for my application. The code can be compiled successfully but the recording process has never stopped when the time duration is exceeded also never save into the SD card.
Expected Behavior
Stop the recording process and save the audio into the SD Card.
Actual Behavior
Recording process exceeded the duration (10s) and never save it to the SD Card.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
The Recording doesn't stop after specified seconds using example "pipeline_recording_to_sdcard"
The Recording doesn't stop after specified seconds using example "pipeline_recording_to_sdcard" (AUD-5971)
Jan 4, 2025
Environment
Audio development kit: Custom Board using ESP32C6, SD Card Module, and INMP441 Microphone
Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): None
[Required] Module or chip used: ESP32C6
[Required] IDF version (run
git describe --tags
in $IDF_PATH folder to find it): v5.3.2-282-gcfea4f7c98[Required] ADF version (run
git describe --tags
in $ADF_PATH folder to find it): v2.7-47-g93a56fcdBuild system: idf.py
[Required] Running log: Ok
Compiler version (run
xtensa-esp32-elf-gcc --version
in your project folder to find it): xtensa-esp-elf-gcc.exe (crosstool-NG esp-13.2.0_20240530) 13.2.0Operating system: Windows
(Windows only) Environment type: Command Prompt
Using an IDE?: Yes, VS Code ESPRESSIF Extension
Power supply: USB
Problem Description
I tried to run "pipeline_recording_to_sdcard" with modified code that eliminates unnecessary lines for my application. The code can be compiled successfully but the recording process has never stopped when the time duration is exceeded also never save into the SD card.
Expected Behavior
Stop the recording process and save the audio into the SD Card.
Actual Behavior
Recording process exceeded the duration (10s) and never save it to the SD Card.
Steps to Reproduce
Code to Reproduce This Issue
[(https://gist.github.com/osugiw/e6c3737668f148fefa0a5bc2051adda2.js)]
Debug Logs
Other Items If Possible
sdkconfig file
sdkconfig.txt
Custom Board configs files
esp32_c6_custom.zip
The text was updated successfully, but these errors were encountered: