miketeachman / micropython-esp32-i2s-examples

Usage and examples for I2S support on the ESP32 microcontroller
MIT License
145 stars 29 forks source link

Volume control #13

Closed OPHoperHPO closed 3 years ago

OPHoperHPO commented 3 years ago

Hello, @miketeachman. Is it possible somehow programmatically from micropython to adjust the volume of the sound coming from the speakers?

miketeachman commented 3 years ago

Hi, It is definitely possible. Please take a look at a post I made on the MicroPython Forum: https://forum.micropython.org/viewtopic.php?f=18&t=8406&hilit=i2s+volume Hopefully this helps.