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
Hmm, some impls of BufMut, such as those on slices, might not own their backing memory. So maybe this should only be implemented on the buffers in audio::buf, but not on the BufMut trait.
It would be nice to shrink a buffer's capacity after resizing it, like std::vec::Vec::shrink_to_fit.
The text was updated successfully, but these errors were encountered: