Zhengyang Wu
Zhengyang Wu
实在找不到图标可以考虑手动运行 `sh /opt/apps/com.qq.weixin.work.deepin/files/run.sh `
The esp adf framework have no driver code for INMP441, simply modify the configuration isn't enough to get adf working on your board.You need to create new folder in `components/audio_board`,...
你提供的代码里似乎没有涉及到I2S的部分,能否提供更多的上下文和需求应用场景
can you provide more context information ?
可能是你idf版本的问题,到 idf.py menuconfig -> Component config ->Audio Codec Device Configuration 里看一下Enable backward compatibility for the I2C driver (force use of the old i2c_driver above v5.3) 这个选项。
尝试一下最新版本的adf
the unit of bitrate range is Kbps
you are right, the actual unit is bps. the correct commet is in another file `components/esp-adf-libs/esp_codec/include/codec/aac_encoder.h` ``` typedef struct { int sample_rate; /*!< Support sample rate(Hz) : 96000, 88200, 64000,...