Is There a Way to Save the Audio Sound Level? #515
-
Hi there, But nevertheless, I have come upon an issue I couldn't find a solution for. Every time I reconnect to the ESP, the audio sound level of my device is reset to zero. I have tried different devices (iOS, Android) but they all seem to have the same issue. As this only happens with the ESP32 and works just fine on all other Bluetooth devices, I wanted to ask, if there's a possibility to save the sound level internally, so it automatically adopts it when reconnecting? Thanks in advance! Also here's my code in case this helps:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is my understanding that the volume is sent by your phone, so I don't see any point is saving this on the esp32 when it will be overwritten anyhow. Apart from this: did you try to call set_volume() to define an initial volume if the phone does not provide any volume ? |
Beta Was this translation helpful? Give feedback.
It is my understanding that the volume is sent by your phone, so I don't see any point is saving this on the esp32 when it will be overwritten anyhow.
Apart from this: did you try to call set_volume() to define an initial volume if the phone does not provide any volume ?