OdinAudioDataReceivedEventPayload.samples32
public samples32: Uint8Array
The audio data received from the peer as 32-bit PCM samples ranging from -1 to 1.
Use const floats = new Float32Array(samples32.buffer)
to get an actual array
public samples32: Uint8Array
The audio data received from the peer as 32-bit PCM samples ranging from -1 to 1.
Use const floats = new Float32Array(samples32.buffer)
to get an actual array