- Fixed deprecation warnings being emitted for every frame sent to Whisker. Deprecated frame fields, such as
StartFrame.audio_in_sample_rateand 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.