Skip to content

Commit 7635bd9

Browse files
cwnabercaisqshanqing-cai
authored
Minor changes from main repo (#2)
* Update README.md * Add license * Fix example.txt for pitch shifting Co-authored-by: Shanqing Cai <cais@google.com> Co-authored-by: Shanqing Cai <shanqing.cai@gmail.com>
1 parent 71db7ae commit 7635bd9

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

LICENSE

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2006-2021 Audapter Authors
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository contains the MATLAB code for Audapter.
1919

2020
The C++ source code for the MEX core of Audapter is open-source: https://github.com/shanqing-cai/audapter_mex
2121

22-
You can download a copy of Audapter manual at: http://scai.io/AudapterManual.pdf
22+
You can download a copy of Audapter manual at: http://sites.bu.edu/guentherlab/files/2016/11/AudapterManual.pdf
2323

24-
The MEX files can be downloaded at: http://scai.io/Audapter/Audapter.mexw32 and http://scai.io/Audapter/Audapter.mexw64
24+
The MEX files (64-bit) can be downloaded from: https://github.com/shanqing-cai/audapter_mex/tree/master/bin
2525

mcode/expt_config_pitch.example.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FULL_SCHEDULE_FILE ""
3030
ONSET_DELAY_MS {up-[0], down-[0]} % Unit: ms
3131
NUM_SHIFTS {up-1, down-1}
3232
INTER_SHIFT_DELAYS_MS {up-[150-200], down-[150-200]} % Unit: ms
33-
PITCH_SHIFTS_CENT {up-[100], down-[-1-0]} % Unit: cent
33+
PITCH_SHIFTS_CENT {up-[100], down-[-100]} % Unit: cent
3434
INT_SHIFTS_DB {up-[0], down-[0]} % Unit: dB
3535
F1_SHIFTS_RATIO {up-[0], down-[0]} % Unit: ratio
3636
F2_SHIFTS_RATIO {up-[0], down-[0]} % Unit: ratio
@@ -122,4 +122,4 @@ SMN_GAIN 10 % Unit: dB
122122
SMN_FF_0 0.8 % Initial forgetting factor (must be < 1.0)
123123
SMN_FF_1 0.99 % Steady-state forgetting factor (must be < 1.0)
124124
SMN_ON_RAMP 0.1 % Unit: s
125-
SMN_OFF_RAMP 0.1 % Unit: s
125+
SMN_OFF_RAMP 0.1 % Unit: s

0 commit comments

Comments
 (0)