How can one determine the sample rate in the render callback?
It appears I could override shouldChangeToFormat(_:forBus:)
but it seems that such a "should" function shouldn't be used to query state.
And each bus has it's own render format, but there's obviously only a single sample rate for processing, adding to the confusion.