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
The missing use of mark_deinit is probably going to be causing some bugs, like the ability to use a sample after it was deinitialized, in some contexts.
common_hal_audioio_rawsample_get_sample_rate(audioio_rawsample_obj_t *self);
These notes stem from my review of #10052
The text was updated successfully, but these errors were encountered: