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`).