Skip to content

Commit

Permalink
enhance wording
Browse files Browse the repository at this point in the history
Co-authored-by: K. S. Ernest (iFire) Lee <fire@users.noreply.github.com>
  • Loading branch information
betalars and fire authored Oct 23, 2024
1 parent 93c26c8 commit 9df82b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/audio/effects/audio_effect_stereo_enhance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void AudioEffectStereoEnhanceInstance::process(const AudioFrame *p_src_frames, A

delay_ringbuff[ringbuff_pos & ringbuff_mask] = val;

//right channel is delayed
// The right channel is delayed.
right = delay_ringbuff[(ringbuff_pos - delay_frames) & ringbuff_mask];
}

Expand Down

0 comments on commit 9df82b1

Please sign in to comment.