Would be great for an intercom to have output-only devices. I have some ESP32s which are just speakers without any microphone attached. It'd still be nice to have them be part of an announcement etc.
Also, I see this component uses:
I think the standard way as of now to handle microphones is something like:
microphone_source:
microphone: mic_id
bits_per_sample: 16
channels: [0]
gain_factor: 2
That'd allow us to set parameters like gain, which channel we're listening on etc.
Would be great for an intercom to have output-only devices. I have some ESP32s which are just speakers without any microphone attached. It'd still be nice to have them be part of an announcement etc.
Also, I see this component uses:
I think the standard way as of now to handle microphones is something like:
That'd allow us to set parameters like gain, which channel we're listening on etc.