ReadonlymaxThe maximum frame size of the audio track asset.
Sample rate (samples per second) of the audio track asset.
Exposes User DataWrites current frame audio data to the passed in Float32Array and returns its shape. The length of the array can't be more than maxFrameSize.
Exposes User DataRetrieves the current audio frame, converts it to PCM16 (Pulse-Code Modulation) format, and writes the raw audio samples into the provided audioFrame as an Int16Array. The length of the array cant be more than maxFrameSize.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Start processing audio from microphone. Useful to avoid redundant processing.
Stop processing audio from microphone.
The Audio Track Provider of the audio from microphone.
Example