You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce support for alternative language codes in AudioRTSPInputStream. Adds an optional alternative_language_codes parameter (Optional[List[str]]) to the constructor and docstring, stores it as self._alternative_language_codes (defaulting to an empty list), and includes it in the audio JSON payload sent to registered audio callbacks. No other behavior changes.
0 commit comments