I2s rx how to determine proper audio #826
-
How to determine if i have a signal on i2s so to send data to ESPNow ACCORDNGLY . i want to avoid sending empty data You do not have example for VolumeOutput . Pls guide |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
You can use the VolumeOutput to determine if you have a signal and based on this, switch the forwarding to the ESPNow on or off.
VolumeOutput is just like any output destination, so no surprise here. |
Beta Was this translation helpful? Give feedback.
-
Not sure why it has been removed: Most likely because the same thing can be achieved with a VolumeStream: setting the volume to 0.0 stops the output, setting it to 1.0 activates it again (to it's maximum) |
Beta Was this translation helpful? Give feedback.
You can use the VolumeOutput to determine if you have a signal and based on this, switch the forwarding to the ESPNow on or off.
VolumeOutput is just like any output destination, so no surprise here.
Check the class documentation for the methods !