From 6066eec8532a97387e7e3d71b8f729daff5b84d9 Mon Sep 17 00:00:00 2001 From: Tanmay Chaudhari <7712083+tanmayc25@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:31:16 +0530 Subject: [PATCH] Add changelog for PR #3768 --- changelog/3768.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3768.fixed.md diff --git a/changelog/3768.fixed.md b/changelog/3768.fixed.md new file mode 100644 index 000000000..4c8d6438e --- /dev/null +++ b/changelog/3768.fixed.md @@ -0,0 +1 @@ +- Fixed incorrect `sample_rate` assignment in `TavusInputTransport._on_participant_audio_data` (was using `audio.audio_frames` instead of `audio.sample_rate`).