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
ClosureProcessHandler::new creates a ProcessHandler with the provided process callback, however it does not provide any way to provide a buffer_size callback for the ProcessHandler it creates.
The text was updated successfully, but these errors were encountered:
Interestingly Pipewire immediately calls the buffer size changed callback before processing. The value passed to the buffer size changed callback is different from Client::buffer_size before starting processing.
ClosureProcessHandler::new creates a ProcessHandler with the provided
process
callback, however it does not provide any way to provide abuffer_size
callback for the ProcessHandler it creates.The text was updated successfully, but these errors were encountered: