Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/audio_unit.c

    raf3cfb3 r4ed0ed1  
    105105
    106106  /* 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);
    109109
    110110  /* check for some sizes */
Note: See TracChangeset for help on using the changeset viewer.