Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBencina authored Jul 18, 2024
1 parent 303d208 commit 61c18f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hostapi/wasapi/pa_win_wasapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2992,7 +2992,7 @@ static PaError GetClosestFormat(IAudioClient *client, const PaDeviceInfo *baseDe
// Limit this workaround to Realtek devices only
if (strstr(baseDeviceInfo->name, "Realtek") != NULL)
{
// Force internal Mono to Stereo mixer
// Force our Mono to Stereo mixer mechanism
outWavex->Format.nChannels = 2;
UpdateWaveFormatBlockAlign((WAVEFORMATEX *)outWavex);
}
Expand Down

0 comments on commit 61c18f9

Please sign in to comment.