coreaudio-rs
coreaudio-rs copied to clipboard
Work out if it is possible to implement `Clone` for `AudioUnit` in a sensible manner.
I'm not sure if the CoreAudio API provides a safe way of cloning AudioUnits, but this might be nice to have from a usability point of view.
AudioUnits should only be clone if their RenderCallback is also Clone.