Changeset 877b3b8
- Timestamp:
- Nov 30, 2016, 4:45:10 PM (8 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, sampler, yinfft+
- Children:
- 2b3c438
- Parents:
- 18a96aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r18a96aa r877b3b8 279 279 av_init_packet (&avPacket); 280 280 AVAudioResampleContext *avr = s->avr; 281 float *output = s->output;281 smpl_t *output = s->output; 282 282 *read_samples = 0; 283 283
Note: See TracChangeset
for help on using the changeset viewer.