Changeset 92eea84 for examples/tests/test-phasevoc-jack.c
- Timestamp:
- Jul 7, 2006, 10:13:27 AM (18 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:
- 3f697c9
- Parents:
- 660cad22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tests/test-phasevoc-jack.c
r660cad22 r92eea84 58 58 uint_t i; /*channels*/ 59 59 uint_t j; /*frames*/ 60 for (j=0;j< nframes;j++) {60 for (j=0;j<(unsigned)nframes;j++) { 61 61 for (i=0;i<channels;i++) { 62 62 /* write input to datanew */
Note: See TracChangeset
for help on using the changeset viewer.