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
A dangling reference is retained to the configuration structs here. This is related to #1, and causes an assertion if the memory is reused. Moving the variables out of the stack fixes this issue. pico_audio stores these configuration structs by reference and not by value.