Speaker volume control
Posted: Sat Dec 23, 2023 7:15 pm
Hi!
I'm using an ESP32-S3-Korvo-2 (V3.1) and I was wondering how to adjust the speaker volume.
I'm able to run the pipeline_http_mp3 example (https://github.com/espressif/esp-adf/tr ... e_http_mp3) just fine. How would I adjust it to increase the volume?
I tried i2s_alc_volume_set(i2s_stream_writer, ...), but that call gives an error. I'm also not sure what values are valid.
Thanks!
Max
I'm using an ESP32-S3-Korvo-2 (V3.1) and I was wondering how to adjust the speaker volume.
I'm able to run the pipeline_http_mp3 example (https://github.com/espressif/esp-adf/tr ... e_http_mp3) just fine. How would I adjust it to increase the volume?
I tried i2s_alc_volume_set(i2s_stream_writer, ...), but that call gives an error. I'm also not sure what values are valid.
Thanks!
Max