- Timestamp:
- Dec 17, 2013, 5:13:28 PM (11 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:
- 941c9f9
- Parents:
- 5d10ac1
- Location:
- tests/src/spectral
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/spectral/test-phasevoc-jack.c
r5d10ac1 rc34336e 75 75 for (i=0;i<channels;i++) { 76 76 /* write input to datanew */ 77 fvec_ write_sample(in[i], input[i][j], pos);77 fvec_set_sample(in[i], input[i][j], pos); 78 78 /* put synthnew in output */ 79 output[i][j] = fvec_ read_sample(out[i], pos);79 output[i][j] = fvec_get_sample(out[i], pos); 80 80 } 81 81 /*time for fft*/ -
tests/src/spectral/test-phasevoc.c
r5d10ac1 rc34336e 15 15 16 16 // fill input with some data 17 fvec_set (in, 1.);17 fvec_set_all (in, 1.); 18 18 fvec_print (in); 19 19
Note: See TracChangeset
for help on using the changeset viewer.