Search found 2 matches
- Sat Sep 23, 2023 7:35 am
- Forum: ESP-IDF
- Topic: ESP32 UART event UART_DATA size -1
- Replies: 1
- Views: 892
ESP32 UART event UART_DATA size -1
Hi, I'm working with the standard UART driver. My event-task gets events using xQueueReceive. UART_DATA events are processed without any trouble. UART_BREAK events show some data and event's size is realistic. But sometimes I get very high values, e.g. 1070515788 or 4294967295. What's wrong? Stefan
- Sat Dec 19, 2020 2:38 am
- Forum: ESP-ADF
- Topic: AAC decoder not working in play_http_select_decoder_example
- Replies: 1
- Views: 3511
AAC decoder not working in play_http_select_decoder_example
I tried your play_http_select_decoder_example example. Most of the decoder are working, but aac decoder fails: I (3362) HTTP_SELECT_AAC_EXAMPLE: [ 5 ] Start audio_pipeline E (6502) AAC_DECODER: failed to initialize E (6502) AUDIO_ELEMENT: [aac] AEL_STATUS_ERROR_OPEN,-1 W (6502) AUDIO_ELEMENT: IN-[i2...