LaMar
LaMar
这些代码下载都需要梯子,楼主有没有内网可以下载和编译的源码库?
But now a lot of large software projects are using meson, for example gstreamer/webrtc/chromium ....
> [@welkinchan](https://github.com/welkinchan) > > ## 数据读取 > * 如果是KORVO2的板子,有两路麦克风和一路回采信号,所以需要三个channel的数据,从[原理图](https://dl.espressif.com/dl/schematics/SCH_ESP32-S3-KORVO-2_V3_0_20210918.pdf)中可以看到,实际上这三个channel是接到了7210的三个输入上 > * 目前的 [wwe](https://github.com/espressif/esp-adf/tree/master/examples/speech_recognition/wwe) 和 [dueros](https://github.com/espressif/esp-adf/tree/master/examples/dueros) 中都是使用的 32bit ,2 ch 的方式将这三个channel的数据读上来的,也就是7210将4个通道的16bit的数据,组合成了 2个通道,每个通道32bit。 > * 所以i2s的配置应该是2ch,32bit。 > * 结合7210的文档,将 i2s 读上来的 2ch,32bit...