Changeset 4ac4ebc for tests/src/effects
- Timestamp:
- Mar 12, 2017, 2:20:36 PM (8 years ago)
- Branches:
- sampler
- Children:
- 91ad284
- Parents:
- bde49c4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/effects/test-pitchshift.c
rbde49c4a r4ac4ebc 10 10 err = 2; 11 11 PRINT_ERR("not enough arguments\n"); 12 PRINT_MSG("usage: %s <input_path> <output_path> <transpose> [mode] [hop_size] [samplerate]\n", argv[0]); 12 PRINT_MSG("usage: %s <input_path> <output_path> <transpose> [mode] " 13 "[hop_size] [samplerate]\n", argv[0]); 13 14 PRINT_MSG(" with <transpose> a number of semi tones in the range [-24, 24]\n"); 14 15 PRINT_MSG(" and [mode] in 'default', 'crispness:0', ..., 'crispness:6'\n"); … … 72 73 del_fvec(out); 73 74 beach_fvec: 75 aubio_cleanup(); 74 76 return err; 75 77 }
Note: See TracChangeset
for help on using the changeset viewer.