Skip to content

Commit

Permalink
fastmode: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-emmanuel authored and x42 committed Nov 11, 2019
1 parent 09da4e6 commit a9782a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/retuner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Retuner::process (int nfram, float* inp, float* out)

while (nfram) {

// Last read-ahead position for crossfading of Fast mode has changed
// Last read-ahead position for crossfading if Fast mode has changed
lra = _lastfastmode ? _readahed : 0;

// Don't go past the end of the current fragment.
Expand Down

0 comments on commit a9782a9

Please sign in to comment.