Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve audio quality #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Improve audio quality #77

wants to merge 1 commit into from

Conversation

jherby2k
Copy link

@jherby2k jherby2k commented Aug 9, 2024

Use 48kHz (requires enabling the resampler on the microphone)

Switch to audio PLL clock for improved high-frequency response (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/peripherals/i2s.html#i2s-clock)

Remove some redundant settings (bits_per_sample, adf_alc) and re-order for readability

Partially solves #52

Use 48kHz by enabling the resampler
Switch to audio PLL clock for improved high-frequency response (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/peripherals/i2s.html#i2s-clock)
Remove some redundant settings and re-order for readability
@rmeissn
Copy link

rmeissn commented Dec 27, 2024

This improvement works perfectly on my Onju Voice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants