Search found 98 matches

by jason.mao
Mon Oct 28, 2019 2:10 am
Forum: ESP-ADF
Topic: ESP32 ADFexamples dueros fail : can weakup but dueros service fail.
Replies: 2
Views: 7832

Re: ESP32 ADFexamples dueros fail : can weakup but dueros service fail.

Hi tanghuanqiao,

The state of `DUER_EVENT_STARTED ` means is connect to Dueros success.
`E (3873,tid:3ffbc76c) lightduer_system_info.c( 389):Sys Info: Get disk info failed` actually is warning information.
by jason.mao
Mon Oct 28, 2019 2:01 am
Forum: ESP-ADF
Topic: Pressing buttons cause error in voip example
Replies: 2
Views: 4107

Re: Pressing buttons cause error in voip example

Hi jmartinezdemendivil,

Thank you for your report. Let me reproduced and fixed.
by jason.mao
Fri Oct 25, 2019 10:25 am
Forum: ESP-ADF
Topic: ESP32-LyraT(-Mini) voice recording sample
Replies: 1
Views: 3928

Re: ESP32-LyraT(-Mini) voice recording sample

Hi rkolosovskyi,

we are developing a new arithmetic element to support ESP32-LyraT(-Mini) board with good performance. It will be on ADF master next week.
by jason.mao
Fri Oct 25, 2019 9:34 am
Forum: ESP-ADF
Topic: How to manage the playback of multiple MP3 files ?
Replies: 1
Views: 3891

Re: How to manage the playback of multiple MP3 files ?

Hi Vgonet, Please refer to https://github.com/espressif/esp-adf/blob/master/examples/advanced_examples/esp_dispatcher_dueros/components/player/esp_player_wrapper.c. esp_player_music_play();// play first mp3 file esp_player_music_pause();// stop and store first mp3 file, try to play second mp3 file e...
by jason.mao
Mon Sep 23, 2019 2:47 am
Forum: ESP-ADF 中文讨论版
Topic: 按照官方一共的lyrat的原理图,ES8388接线,但是一直出现错误
Replies: 1
Views: 5252

Re: 按照官方一共的lyrat的原理图,ES8388接线,但是一直出现错误

Hi

请分别检查以下问题:
1.8388的电源是否正常?
2.8388的地址线是否正确?
3.I2C的 ACK 是否有回复?
by jason.mao
Mon Sep 23, 2019 2:44 am
Forum: ESP-ADF 中文讨论版
Topic: make flash 出错
Replies: 1
Views: 4972

Re: make flash 出错

你的编译器是啥版本? ADF现在支持的编译器是IDF release v3.2里面支持的编译器版本。
by jason.mao
Mon Sep 23, 2019 2:43 am
Forum: ESP-ADF 中文讨论版
Topic: esp-adf大版本升级到最新,播放音频的log怎么关闭
Replies: 1
Views: 4769

Re: esp-adf大版本升级到最新,播放音频的log怎么关闭

Hi xixixixi

你需要把系统的LOG level改为 `INFO`, 使用` esp_log_level_set("*", ESP_LOG_INFO);`
by jason.mao
Mon Sep 23, 2019 2:33 am
Forum: ESP-ADF
Topic: ADF_BIT_STREAM messages
Replies: 2
Views: 4387

Re: ADF_BIT_STREAM messages

Hi vgonet
This is because of your project debug level set` ESP_LOG_DEBUG`, please call `esp_log_level_set("*", ESP_LOG_INFO);` in your main entry.
by jason.mao
Mon Sep 23, 2019 2:29 am
Forum: ESP-ADF
Topic: ADF audio_pipelines issues
Replies: 2
Views: 4513

Re: ADF audio_pipelines issues

Hi nzh912,

The ADF v2.0 have a lot of changes for support more features. According to your description, there is one change may cause that.
`audio_pipeline_wait_for_stop` is blocked on v2.0, if the linked element hasn't stopped.