Skip to content

Commit

Permalink
fix: only on pause
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Life committed Oct 20, 2024
1 parent 22521c5 commit 0747478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpp/discordvoiceclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class DPP_EXPORT discord_voice_client : public websocket_client
bool paused;

/**
* @brief Whether has sent 5 frame of silence before stopping on pause/stop.
* @brief Whether has sent 5 frame of silence before stopping on pause.
*
* This is to avoid unintended Opus interpolation with subsequent transmissions.
*/
Expand Down

0 comments on commit 0747478

Please sign in to comment.