Skip to content

Commit e147322

Browse files
committed
changed default pitch shift factor to 1 (bypassed)
1 parent 6952fb2 commit e147322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/pitch_shifter/pitch_shifter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void pitch_shifter_create
3636

3737
/* Default user parameters */
3838
pData->new_nChannels = pData->nChannels = 1;
39-
pData->pitchShift_factor = 0.5f;
39+
pData->pitchShift_factor = 1.0f;
4040
pData->osamp_option = PITCH_SHIFTER_OSAMP_4;
4141
pData->fftsize_option = PITCH_SHIFTER_FFTSIZE_4096;
4242

0 commit comments

Comments
 (0)