Table of Contents

Property PcmData

Namespace
DSharpPlus.VoiceNext.EventArgs
Assembly
DSharpPlus.VoiceNext.dll

PcmData

Gets the received voice data, decoded to PCM format.

public ReadOnlyMemory<byte> PcmData { get; }

Property Value

ReadOnlyMemory<byte>