We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55eb612 + 684fcba commit b267423Copy full SHA for b267423
1 file changed
src/Infrastructure/Services/AudioPlayerService.cs
@@ -75,7 +75,7 @@ private async Task HandleMusicPlayingAsync()
75
76
async Task HandleVoiceStream()
77
{
78
- var outStream = playerState.CurrentVoiceClient.CreateOutputStream();
+ var outStream = playerState.CurrentVoiceClient.CreateVoiceStream();
79
80
OpusEncodeStream stream = new(outStream, PcmFormat.Short, VoiceChannels.Stereo, OpusApplication.Audio);
81
0 commit comments