fix: Use audio_in_sample_rate to deserialize data for TelnyxFrameSerializer

This commit is contained in:
Mark Backman
2025-02-06 09:57:50 -05:00
parent ba59736f87
commit c8ccf13bc7
2 changed files with 13 additions and 6 deletions

View File

@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with the `TwilioFrameSerializer` where
`frame.audio_out_sample_rate` was incorrectly used in place of
`frame.audio_in_sample_rate`.
- Fixed an issue with the `TwilioFrameSerializer` and `TelnyxFrameSerializer`
where `frame.audio_out_sample_rate` was incorrectly used in place of
`frame.audio_in_sample_rate`, which caused audio input detection to fail when
using different input and output sample rates.
## [0.0.55] - 2025-02-05