- Timestamp:
- Jan 4, 2017, 4:44:00 PM (8 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, sampler, yinfft+
- Children:
- 0f214ff
- Parents:
- e3b77e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/log.h
re3b77e8 r9681849 46 46 enum aubio_log_level { 47 47 AUBIO_LOG_ERR, /**< critical errors */ 48 AUBIO_LOG_ WRN, /**< warnings */48 AUBIO_LOG_INF, /**< infos */ 49 49 AUBIO_LOG_MSG, /**< general messages */ 50 50 AUBIO_LOG_DBG, /**< debug messages */ 51 AUBIO_LOG_WRN, /**< warnings */ 51 52 AUBIO_LOG_LAST_LEVEL, /**< number of valid levels */ 52 53 };
Note: See TracChangeset
for help on using the changeset viewer.