Search found 3 matches

by quenolio
Thu Apr 29, 2021 9:39 am
Forum: ESP-ADF
Topic: How to add custom board config?
Replies: 2
Views: 9102

Re: How to add custom board config?

Hi serjy1710, The way I have done that is simply create new folder in your project components (such as "MyBoard"). Next copy content of one of supported boards (in ADF components/audio_board. Ex. lyrat_v4_3) and copy include folder from the same ADF source (with board_pins_config.h). Next you can co...
by quenolio
Tue Mar 23, 2021 10:41 am
Forum: ESP-ADF
Topic: ADF's esp_audio player heap fragmentation
Replies: 0
Views: 2745

ADF's esp_audio player heap fragmentation

Hi there! I have a question about ADF's built-in audio player. Does using it with many stream sources (and sample rates) may cause heap fragmentation in long time running application? In my application I have HTTP, Flash and A2DP stream and I noticed that in peak RAM usage there is only free 15kB (i...
by quenolio
Mon Nov 02, 2020 9:06 am
Forum: ESP-ADF
Topic: A2DP panic problem
Replies: 0
Views: 2245

A2DP panic problem

Hey everyone! I am working on creating my own voice assistant using IDF and ADF libraries. The application also uses such libraries as sh2lib (from protocols/http2 example), ESP-DSP and Tensorflow Lite. Moreover, the assistant can play music via A2DP stream (code taken from advanced_examples/wifi_bt...