Skip to content

Commit

Permalink
changed default pitch shift factor to 1 (bypassed)
Browse files Browse the repository at this point in the history
  • Loading branch information
leomccormack committed Aug 20, 2021
1 parent 6952fb2 commit e147322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/pitch_shifter/pitch_shifter.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void pitch_shifter_create

/* Default user parameters */
pData->new_nChannels = pData->nChannels = 1;
pData->pitchShift_factor = 0.5f;
pData->pitchShift_factor = 1.0f;
pData->osamp_option = PITCH_SHIFTER_OSAMP_4;
pData->fftsize_option = PITCH_SHIFTER_FFTSIZE_4096;

Expand Down

0 comments on commit e147322

Please sign in to comment.