esp-adf-libs icon indicating copy to clipboard operation
esp-adf-libs copied to clipboard

Results 30 esp-adf-libs issues
Sort by recently updated
recently updated
newest added

bool is undefined and this might not compile depending on where this file is included. Adding the include corrects those edge cases.

Changed order of definitions in i2s_stream to be compatible with c++. C++ requires define of struct to match the order. We are getting errors like: components/audio_stream/include/i2s_stream.h:232:1: error: designator order for...

see: [Session Initiation Protocol (SIP) Parameters](https://www.iana.org/assignments/sip-parameters/sip-parameters.xhtml), [SIP Compact Headers](https://www.cs.columbia.edu/sip/compact.html)

SIP for VoIP calls using the [esp_rtc](https://github.com/espressif/esp-adf-libs/blob/619b3bac9a34617f288c6e68f3c587618b1c68bb/esp_media_protocols/include/esp_rtc.h) library works but is **extremely limited right now,** lacking much of the standard features. The "[MESSAGE](https://github.com/espressif/esp-adf-libs/issues/14)" type for instance is crucial for certain...

Hello, I am developing an audio recorder for bird identification through their sounds, and I am using the Espressif ESP32-S3 with the C language through IDF. I need to convert...

Hi, I am testing the dlna example program on a custom board and the dlna exsample program returns a response that the server cannot parse. The following is the output...

Hi, would it be possible to open source these libraries? It is really hard to get it work otherwise because I don't understand what is happening if something fails. For...

Feature request: There is the ability to read incoming `MESSAGEs` received over SIP using `esp_sip_read_incomming_messages` but no mechanism to send a `MESSAGE`. Since the source is precompiled I cannot add...

This fixes the following warnings when building with IDF 5: ``` Building C object esp-idf/esp-adf-libs/CMakeFiles/__idf_esp-adf-libs.dir/esp_codec/audio_forge.c.obj/willow/deps/esp-adf/components/esp-adf-libs/esp_codec/audio_forge.c: In function 'audio_forge_downmix_set_gain': /willow/deps/esp-adf/components/esp-adf-libs/esp_codec/audio_forge.c:847:15: warning: using integer absolute value function 'abs' when argument is of...

If I don't want to see any ESP_LOG message in production, I can't with MP3_DECODER since it doesn't care of my sdkconfig settings.