Coerces a Uint8Array view or ArrayBuffer into a standalone ArrayBuffer, copying the exact
window of a view (so the result never aliases a larger backing buffer). The LiveKit package has no
pre-existing PCM-coercion helper to reuse, so this is defined here; it is the single such export.
Coerces a
Uint8Arrayview orArrayBufferinto a standaloneArrayBuffer, copying the exact window of a view (so the result never aliases a larger backing buffer). The LiveKit package has no pre-existing PCM-coercion helper to reuse, so this is defined here; it is the single such export.