Changeset 9cba1eb for examples/utils.c


Ignore:
Timestamp:
Dec 1, 2004, 3:03:26 AM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
5a61c29
Parents:
b49daf6
Message:

cleaned up verbose output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    rb49daf6 r9cba1eb  
    118118
    119119        if (input_filename != NULL) {
    120                 errmsg ("Input file : %s\n", input_filename );
     120                debug ("Input file : %s\n", input_filename );
    121121        } else if (input_filename != NULL && output_filename != NULL) {
    122                 errmsg ("Input file : %s\n", input_filename );
    123                 errmsg ("Output file : %s\n", output_filename );
     122                debug ("Input file : %s\n", input_filename );
     123                debug ("Output file : %s\n", output_filename );
    124124        } else {
    125125                if (JACK_SUPPORT)
    126126                {
    127                         errmsg ("Jack input output\n");
     127                        debug ("Jack input output\n");
    128128                        usejack = 1;
    129129                } else {
    130                         errmsg ("Error: Could not switch to jack mode\n   aubio was compiled without jack support\n");
     130                        debug ("Error: Could not switch to jack mode\n   aubio was compiled without jack support\n");
    131131                        exit(1);
    132132                }
Note: See TracChangeset for help on using the changeset viewer.