Skip to content

Wire background audio mixer to telephony transports#2

Draft
Copilot wants to merge 4 commits intoreleasefrom
copilot/implement-audio-out-mixer
Draft

Wire background audio mixer to telephony transports#2
Copilot wants to merge 4 commits intoreleasefrom
copilot/implement-audio-out-mixer

Conversation

Copy link

Copilot AI commented Feb 6, 2026

Connects the existing create_background_sound_mixer utility to telephony transport initialization. Background audio configured in templates was not being applied because the mixer wasn't passed to transport parameters.

Changes

  • agent/transport.py: Added audio_out_mixer parameter to get_transport_params(), forwarded to FastAPIWebsocketParams for all telephony providers (Twilio, Exotel, Telnyx, Plivo)

  • agent/__init__.py: Called create_background_sound_mixer() in telephony transport setup, passed result to transport params. Daily transport skips mixer creation as DailyParams doesn't support it.

The mixer function already handles template validation, file resolution, and mono channel verification. This change completes the integration by plumbing it through the transport layer.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • astral.sh
    • Triggering command: /usr/bin/curl curl -LsSf REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits February 6, 2026 13:04
Co-authored-by: badri-singhal <167210118+badri-singhal@users.noreply.github.com>
Co-authored-by: badri-singhal <167210118+badri-singhal@users.noreply.github.com>
Co-authored-by: badri-singhal <167210118+badri-singhal@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement audio out mixer for breeze buddy agent Wire background audio mixer to telephony transports Feb 6, 2026
Copilot AI requested a review from badri-singhal February 6, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants