Changeset 799e05b
- Timestamp:
- Dec 7, 2018, 1:28:56 AM (6 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
- Children:
- 986c04c
- Parents:
- 60ae447
- git-author:
- Paul Brossier <piem@piem.org> (03/14/17 05:24:46)
- git-committer:
- Paul Brossier <piem@piem.org> (12/07/18 01:28:56)
- Location:
- src/effects
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/pitchshift_rubberband.c
r60ae447 r799e05b 26 26 #include "effects/pitchshift.h" 27 27 28 #include "rubberband/rubberband-c.h"28 #include <rubberband/rubberband-c.h> 29 29 30 30 /** generic pitch shifting structure */ -
src/effects/rubberband_utils.c
r60ae447 r799e05b 5 5 #ifdef HAVE_RUBBERBAND 6 6 7 #include "rubberband/rubberband-c.h"7 #include <rubberband/rubberband-c.h> 8 8 9 9 // check rubberband is 1.8.1, warn if 1.3 -
src/effects/timestretch_dummy.c
r60ae447 r799e05b 19 19 */ 20 20 21 #include " config.h"21 #include "aubio_priv.h" 22 22 23 23 #ifndef HAVE_RUBBERBAND 24 24 25 #include "aubio_priv.h"26 25 #include "fvec.h" 27 26 #include "effects/timestretch.h" -
src/effects/timestretch_rubberband.c
r60ae447 r799e05b 19 19 */ 20 20 21 #include " config.h"21 #include "aubio_priv.h" 22 22 23 23 #ifdef HAVE_RUBBERBAND 24 24 25 #include "aubio_priv.h"26 25 #include "fvec.h" 27 26 #include "fmat.h" … … 29 28 #include "effects/timestretch.h" 30 29 31 #include "rubberband/rubberband-c.h"30 #include <rubberband/rubberband-c.h> 32 31 33 32 #define MIN_STRETCH_RATIO 0.025
Note: See TracChangeset
for help on using the changeset viewer.