atomic14/diy-alexa

Code functions

Anugaradhawa opened this issue · 5 comments

What programming language is you used for made the audio input folder code?? Python or C++

Do you mean the code that runs on the ESP32? That is C++.

Do you mean the code that runs on the ESP32? That is C++.

Ok thanks I thought it was python

IMG_20211222_060826

What purpose we need to used a ring buffer??

We are keeping the latest 1 second worth of audio data samples. The ring buffer is an efficient way to store these sample without having to move them around in memory when more samples arrive.

We are keeping the latest 1 second worth of audio data samples. The ring buffer is an efficient way to store these sample without having to move them around in memory when more samples arrive.

Thanks, I understand. merry Christmas and Happy new year