Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Jan 1, 2025
1 parent 8c14518 commit 52104f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectObsidian/Components/Audio/RingModulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void Read<S>(Span<S> buffer) where S : unmanaged, IAudioSample<S>

float modulationIndex = ModulationIndex.Value;

// Apply sine-shaped ring modulation
// Apply ring modulation
for (int i = 0; i < buffer.Length; i++)
{
for (int j = 0; j < buffer[i].ChannelCount; j++)
Expand Down

0 comments on commit 52104f5

Please sign in to comment.