Skip to content

sip_client: Make microphone optional #285

Description

@h3ndrik

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:

microphone: mic_id

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions