Search found 98 matches

by jason.mao
Wed Jan 08, 2020 12:39 pm
Forum: ESP-ADF
Topic: esp_audio library mutex
Replies: 5
Views: 7452

Re: esp_audio library mutex

Hi Christos, The esp_audio only one situation could use i2c via audio_hal for get/set volume,not i2c_bus. The configuration of the esp_audio by the `esp_audio_cfg_t`, cfg.vol_handle = board_handle->audio_hal; cfg.vol_set = (audio_volume_set)audio_hal_set_volume; cfg.vol_get = (audio_volume_get)audio...
by jason.mao
Mon Jan 06, 2020 7:55 am
Forum: ESP-ADF
Topic: esp_audio library mutex
Replies: 5
Views: 7452

Re: esp_audio library mutex

Hi chr1st0s,

Which I2C APIS did you used ? `esp-idf/components/driver/i2c.c` or `components/esp_peripherals/driver/i2c_bus/i2c_bus.c`.
by jason.mao
Fri Nov 15, 2019 2:33 am
Forum: ESP-ADF
Topic: http_stream error
Replies: 1
Views: 3736

Re: http_stream error

Hi 小小攻城狮_yun,

How to reproduce your problem?
by jason.mao
Mon Nov 04, 2019 10:17 am
Forum: ESP-ADF 中文讨论版
Topic: Dueros例程配网老是失败(用EspTouch app配网),从未成功过,是什么原因导致
Replies: 2
Views: 11469

Re: Dueros例程配网老是失败(用EspTouch app配网),从未成功过,是什么原因导致

Hi dreams2084 ,
这个问题,刚在ADF上有修复(d5d7878dcdc611ed2d12b72024b4e96044da9cc3),请检查。
by jason.mao
Mon Oct 28, 2019 6:30 am
Forum: ESP-ADF
Topic: VoIP example
Replies: 4
Views: 11179

Re: VoIP example

Hi username,

It can't open source right now.If you have any requirements for SIP, please let me know.
by jason.mao
Mon Oct 28, 2019 6:11 am
Forum: ESP-ADF
Topic: Recording task with variable recording time
Replies: 2
Views: 4507

Re: Recording task with variable recording time

Hi vgonet,

Yes. You can calculate the time as size of recoding wav data/ (sample_rate * bits * number of channel /8)
by jason.mao
Mon Oct 28, 2019 3:19 am
Forum: ESP-ADF 中文讨论版
Topic: 官方例程dueros连接WiFi热点无反应,请帮忙看看
Replies: 6
Views: 18823

Re: 官方例程dueros连接WiFi热点无反应,请帮忙看看

Hi tanghuanqiao,
你有用“Hi乐鑫”去唤醒吗?从你的log来看是正常的,链接DuerOS后等待用户的交互(语音唤醒或者REC按键触发)。
by jason.mao
Mon Oct 28, 2019 3:08 am
Forum: ESP-ADF 中文讨论版
Topic: 求助蓝牙播放的同时保存wav文件到sd卡失败
Replies: 1
Views: 7885

Re: 求助蓝牙播放的同时保存wav文件到sd卡失败

Hi hector,
你是需要将蓝牙的声音保存为文件吗?那可以参考这个示例,
https://github.com/espressif/esp-adf/bl ... _to_file.c