You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working with the "usb_mic_recorder" example. The example functions as expected and I've made modifications to incorporate noise suppression and acoustic echo cancellation (AEC) into the USB audio output. While the noise suppression and AEC are effective, I've noticed significant audio quality and volume issues.
The audio quality both in its original form and after my modifications is bad, and it is worse than the audio from even low-cost Chinese USB microphones. The volume of the recorded audio is very low, making it difficult to use for practical applications, The gain on the microphones is set to 37.5 DB
Hardware
ESP32-S3 DevkitC with 8mb flash and 2mb psram
Custom ES7210 and ES8311 breakout board with electret microphones connected with the same pinouts as ESP32 s3 box.
I really appreciate any help regarding this, Thank you.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Audio Quality and Volume Issues in "usb_mic_recorder" Example
Audio Quality and Volume Issues in "usb_mic_recorder" Example (AIS-1358)
Sep 22, 2023
Audio quality
The recording quality may be related to multiple factors, such as the reference voltage of the codec and the type of the microphone. I am not familiar with hardware design, but you can contact the hardware department of Espressif to assist in reviewing your design. Additionally, you can compare the recording quality with that of the esp-box to see if there are any issues in your board.
he volume of the recorded audio is very low, making it difficult to use for practical applications, The gain on the microphones is set to 37.5 DB
Thank you for your replay, as I have mentioned I tried changing the RECORD_VOLUME to 30 and 37.5, but it was still low, and with higher gains, the noise was also high.
Anyway, I'll get an ESP-box, compare both boards, and update the post.
I have been working with the "usb_mic_recorder" example. The example functions as expected and I've made modifications to incorporate noise suppression and acoustic echo cancellation (AEC) into the USB audio output. While the noise suppression and AEC are effective, I've noticed significant audio quality and volume issues.
The audio quality both in its original form and after my modifications is bad, and it is worse than the audio from even low-cost Chinese USB microphones. The volume of the recorded audio is very low, making it difficult to use for practical applications, The gain on the microphones is set to 37.5 DB
Hardware
I really appreciate any help regarding this, Thank you.
The text was updated successfully, but these errors were encountered: