Skip to content

Commit

Permalink
Merge pull request #181 from yutannihilation/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the document of sampleratereducer.h
  • Loading branch information
stephenhensley committed Jun 12, 2023
2 parents 49c8234 + d3bf0ed commit 79b1179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Effects/sampleratereducer.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SampleRateReducer
float Process(float in);

/** Set the new sample rate.
\param Works over 0-1. 1 is full quality, .5 is half sample rate, etc.
\param frequency over 0-1. 1 is full quality, .5 is half sample rate, etc.
*/
void SetFreq(float frequency);

Expand All @@ -45,4 +45,4 @@ class SampleRateReducer
};
} // namespace daisysp
#endif
#endif
#endif

0 comments on commit 79b1179

Please sign in to comment.