Skip to content

Commit

Permalink
docs: corrected documentation for send_audio_type_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Nov 14, 2023
1 parent ea5714e commit 14dbe8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/dpp/discordvoiceclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14dbe8f

Please sign in to comment.