Changeset afa3e1e for tests/src/io


Ignore:
Timestamp:
Feb 11, 2015, 1:33:18 PM (9 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:
5525507
Parents:
c952f42
Message:

tests/src/io/test-source_apple_audio.c: improve examples

File:
1 edited

Legend:

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

    rc952f42 rafa3e1e  
    1717    PRINT_MSG(" - read file.wav at original samplerate\n");
    1818    PRINT_MSG("       %s file.wav\n", argv[0]);
    19     PRINT_MSG(" - read file.wav at 32000Hz\n");
     19    PRINT_MSG(" - read file.aif at 32000Hz\n");
    2020    PRINT_MSG("       %s file.aif 32000\n", argv[0]);
    21     PRINT_MSG(" - read file.wav at original samplerate with 4096 blocks\n");
    22     PRINT_MSG("       %s file.wav 0 4096 \n", argv[0]);
     21    PRINT_MSG(" - read file.mp3 at original samplerate with 4096 blocks\n");
     22    PRINT_MSG("       %s file.mp3 0 4096 \n", argv[0]);
    2323    return err;
    2424  }
Note: See TracChangeset for help on using the changeset viewer.