Skip to content

Commit

Permalink
Don't bypass on ratio of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhealey committed Apr 30, 2020
1 parent fd3d97a commit 5609890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion am_pitchshift_1433.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
unsigned long pos;
if (enabled == 0 || pitch == 1.0)
if (enabled == 0)
{
//Send input direct to output (no processing)
for (pos = 0; pos < sample_count; pos++)
Expand Down

0 comments on commit 5609890

Please sign in to comment.