Changeset c34336e for tests/src/spectral/test-phasevoc-jack.c
- 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
- File:
-
- 1 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*/
Note: See TracChangeset
for help on using the changeset viewer.