Changeset 691791e


Ignore:
Timestamp:
Apr 25, 2016, 4:46:20 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
857f8871, 985d5c4
Parents:
b4e1438
Message:

tests/src/io/test-source_apple_audio.c: shorten long line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source_apple_audio.c

    rb4e1438 r691791e  
    5050
    5151  PRINT_MSG("read %d frames (expected %d) at %dHz (%d blocks) from %s\n",
    52             n_frames, n_frames_expected, samplerate, n_frames / hop_size, source_path);
     52            n_frames, n_frames_expected, samplerate, n_frames / hop_size,
     53            source_path);
    5354
    5455  del_fvec (vec);
Note: See TracChangeset for help on using the changeset viewer.