- Timestamp:
- Sep 17, 2007, 1:58:51 AM (17 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- c0307f0
- Parents:
- 3730d94
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiomfcc.c
r3730d94 r9e84cc5 85 85 int main(int argc, char **argv) { 86 86 // params 87 buffer_size = 1024; 88 overlap_size = 512; 87 89 88 90 examples_common_init(argc,argv); -
examples/utils.c
r3730d94 r9e84cc5 40 40 smpl_t threshold = 0.3; 41 41 smpl_t silence = -90.; 42 // uint_t buffer_size = 512; 43 // uint_t overlap_size = 256; 44 uint_t buffer_size = 1024; 45 uint_t overlap_size = 512; 46 // uint_t buffer_size = 2048; 47 // uint_t overlap_size = 1024; 42 uint_t buffer_size = 512; //1024; 43 uint_t overlap_size = 256; //512; 48 44 uint_t channels = 1; 49 45 uint_t samplerate = 44100;
Note: See TracChangeset
for help on using the changeset viewer.