Hi Christos,
Yes, it's a limitation of m4a or mp4.
Thanks.
Search found 81 matches
- Mon Jan 20, 2020 11:03 am
- Forum: ESP-ADF
- Topic: currently not support mvdt ahead of moov case,0
- Replies: 1
- Views: 1594
- Mon Jan 20, 2020 10:53 am
- Forum: ESP-ADF
- Topic: esp_audio library with equalizer
- Replies: 1
- Views: 1777
Re: esp_audio library with equalizer
Hi Christos,
EQ example as examples/audio_processing/pipeline_equalizer, esp_audio has not support EQ.
Thanks.
EQ example as examples/audio_processing/pipeline_equalizer, esp_audio has not support EQ.
Thanks.
- Sun Jan 19, 2020 1:44 am
- Forum: ESP-ADF
- Topic: [Solved] Need help with environment setup
- Replies: 5
- Views: 3589
Re: Need help with environment setup
Hi Paul, Sorry for missed your message. /home/paul.allsopp/esp/esp-adf/components/esp_peripherals/esp_peripherals.c:145:30: error: 'ESP_INTR_FLAG_LEVEL1' undeclared (first use in this function); did you mean 'ESP_LOG_LEVEL'? gpio_install_isr_service(ESP_INTR_FLAG_LEVEL1); /home/paul.allsopp/esp/esp-...
- Wed Jan 08, 2020 12:39 pm
- Forum: ESP-ADF
- Topic: esp_audio library mutex
- Replies: 5
- Views: 3041
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...
- Mon Jan 06, 2020 7:55 am
- Forum: ESP-ADF
- Topic: esp_audio library mutex
- Replies: 5
- Views: 3041
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`.
Which I2C APIS did you used ? `esp-idf/components/driver/i2c.c` or `components/esp_peripherals/driver/i2c_bus/i2c_bus.c`.
- Fri Dec 20, 2019 12:22 pm
- Forum: ESP-ADF 中文讨论版
- Topic: i2s_stream.c有需要改进的地方(不判断返回值导致reboot)
- Replies: 1
- Views: 6306
- Fri Nov 15, 2019 2:33 am
- Forum: ESP-ADF
- Topic: http_stream error
- Replies: 1
- Views: 1401
Re: http_stream error
Hi 小小攻城狮_yun,
How to reproduce your problem?
How to reproduce your problem?
- Mon Nov 04, 2019 10:17 am
- Forum: ESP-ADF 中文讨论版
- Topic: Dueros例程配网老是失败(用EspTouch app配网),从未成功过,是什么原因导致
- Replies: 2
- Views: 7416
Re: Dueros例程配网老是失败(用EspTouch app配网),从未成功过,是什么原因导致
Hi dreams2084 ,
这个问题,刚在ADF上有修复(d5d7878dcdc611ed2d12b72024b4e96044da9cc3),请检查。
这个问题,刚在ADF上有修复(d5d7878dcdc611ed2d12b72024b4e96044da9cc3),请检查。
- Mon Oct 28, 2019 6:30 am
- Forum: ESP-ADF
- Topic: VoIP example
- Replies: 4
- Views: 4248
Re: VoIP example
Hi username,
It can't open source right now.If you have any requirements for SIP, please let me know.
It can't open source right now.If you have any requirements for SIP, please let me know.
- Mon Oct 28, 2019 6:11 am
- Forum: ESP-ADF
- Topic: Recording task with variable recording time
- Replies: 2
- Views: 1765
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)
Yes. You can calculate the time as size of recoding wav data/ (sample_rate * bits * number of channel /8)