Changeset 4ed0ed1 for src/io/audio_unit.c
- Timestamp:
- Dec 17, 2013, 5:30:13 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:
- e84ab04
- Parents:
- 1ece4f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/audio_unit.c
r1ece4f8 r4ed0ed1 105 105 106 106 /* the floats coming from and to the device callback */ 107 o->output_frames = new_fmat( blocksize, sw_output_channels);108 o->input_frames = new_fmat( blocksize, sw_input_channels);107 o->output_frames = new_fmat(sw_output_channels, blocksize); 108 o->input_frames = new_fmat(sw_input_channels, blocksize); 109 109 110 110 /* check for some sizes */
Note: See TracChangeset
for help on using the changeset viewer.