我想要将mic录音数据保存到本地(例如SD卡中),想弄清楚内部mic输入数据流动的问题。各位大佬有没有做过类似的,给点建议,谢谢!
离线
上午刚好有个网友问到: https://whycan.cn/t_1633.html 6楼
针对 ESP32-LyraT 开发板有两个录音demo, 我都试过,是可以的:
https://github.com/espressif/esp-adf/tree/master/examples/recorder如果单是 I2S 外设, demo在这里:
https://github.com/espressif/esp-idf/tree/master/examples/peripherals/i2s_adc_dac
希望可以帮到你.
离线
好的,我研究一下,多谢晕哥!
离线