SD card recording constant droning / clicking noise. #17
Replies: 8 comments 10 replies
-
If you have this issue both with ESP-ADF and my library I would rather think that you have a defective board. |
Beta Was this translation helpful? Give feedback.
-
I have only tested with headphones. All the example programs and associated pre-recorded audio files playback with no issues. I am certainly not ruling out that the board my have a defect but I do not have a way to conclude that especially considering the number of weird issues discussed throughout the ESP-ADF repository, your repositories, and general forums. (Droning noise, clicking sound, poor quality, noisy, and other keywords that seem similar to my situation.) |
Beta Was this translation helpful? Give feedback.
-
I would suggest to test with a simple sine tone to rule out that the issue is with your audio data. I never had or heard of your issue, so I don't really know... |
Beta Was this translation helpful? Give feedback.
-
Thank you for all of your debugging ideas. I will work through them. I was considering it my be related to a noisy power supply. Just for clarity what is an "accu"? Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I meant a capacitor to stabilize the power.... |
Beta Was this translation helpful? Give feedback.
-
I am starting to get confused.
Is my assumption correct that your issue is when you copy the audio from the line2 to the audiokit output ? I think your print screen is normal and barely audible if you consider that the max range is 32768,,, |
Beta Was this translation helpful? Give feedback.
-
Hmm, If you want to use the microphone, I suggest that you use line1. |
Beta Was this translation helpful? Give feedback.
-
This might be of interrest: https://datasheet.lcsc.com/lcsc/1912111437_Everest-semi-Everest-Semiconductor-ES8388_C365736.pdf |
Beta Was this translation helpful? Give feedback.
-
I have been working with the AI Thinker audio kit board for the past several weeks. Initially I tried using the ESP-ADF project. I was able to get the playback, keys, and SD card recording examples to work. However, the recorded audio had a constant terrible droning / clicking noise present. I exhausted my configuration / debugging options. I decided to try and leverage this Arduino implementation. My board is identified as V2.2 A149 with 2974 marked on the back of the ESP32 module. I am using #define AUDIOKIT_BOARD 5 for configuration. I have tried different SD card libraries, different settings for the SD card library, different buffer sizes, different encoders, different recording configurations, etc. I have scoured the es8388 driver file and implementation files for possible resolutions. I have varied the board configuration around a number of variables including SPI flash and clock speed. The significant droning / clicking sound still persists. I am unsure about how to proceed.
Do you have any ideas how to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions