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; }
Gets the received voice data, decoded to PCM format.
public ReadOnlyMemory<byte> PcmData { get; }