pschatzmann / arduino-audiokit

Arduino ADF/Audiokit HAL (support for ESP32-A1S, AI-Thinker, LyraT for ES7148, ES7210, ES7243, ES8311, ES8347, ES8388, TAS5805M, AC101 audio chips)
GNU General Public License v3.0
153 stars 40 forks source link

input.ino output 0, 0 on S3-BOX-Lite #95

Open HonestQiao opened 1 year ago

HonestQiao commented 1 year ago

I have a S3-BOX-Lite. image

Now ,I can output sound with output.ino, and play mp3.

But input.ino only output 0, 0.

image

What additional processing is required to record sound?

pschatzmann commented 1 year ago

I did not add any functioality for thouse cases where a second codec adc chip needs to be set up. However you can call the related functions yourself: see ES7243 or help me to extend the framework. I am currently in the hospital, so I will not be able to take care of this

HonestQiao commented 1 year ago

I will try it.

Get better soon!