From 14dbe8ffccfc6b3fe62e460a17a3b7a1ee07328d Mon Sep 17 00:00:00 2001 From: Archie Jaskowicz Date: Tue, 14 Nov 2023 12:13:47 +0000 Subject: [PATCH] docs: corrected documentation for send_audio_type_t --- include/dpp/discordvoiceclient.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/dpp/discordvoiceclient.h b/include/dpp/discordvoiceclient.h index d2c7bf6466..db5e688bd7 100644 --- a/include/dpp/discordvoiceclient.h +++ b/include/dpp/discordvoiceclient.h @@ -564,7 +564,10 @@ class DPP_EXPORT discord_voice_client : public websocket_client snowflake channel_id; /** - * @brief The audio type to be sent. The default type is recorded audio. + * @brief The audio type to be sent. + * + * @note On Windows, the default type is overlap audio. + * On all other platforms, it is recorded audio. * * If the audio is recorded, the sending of audio packets is throttled. * Otherwise, if the audio is live, the sending is not throttled.