Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 326 Bytes

File metadata and controls

1 lines (1 loc) · 326 Bytes
  • Fixed deprecation warnings being emitted for every frame sent to Whisker. Deprecated frame fields, such as StartFrame.audio_in_sample_rate and its siblings, warn when read, and the serializer read each dataclass field twice while walking every frame. It now reads the raw instance state instead, so no warning is emitted.