shanqing-cai / audapter_matlab

MATLAB code for Audapter
MIT License
13 stars 18 forks source link

error in expt_config_pitch.example.txt causing MATLAB to crash #11

Closed audachang closed 3 years ago

audachang commented 3 years ago

Line 33 of expt_config_pitch.example.txt has an invalid value [-1-0] for the downward shift and would cause MATLAB to crash upon creating the downward shift trial:

PITCH_SHIFTS_CENT {up-[100], down-[-1-0]} % Unit: cent which should be PITCH_SHIFTS_CENT {up-[100], down-[-100]} % Unit: cent