add dsd to codec help, log resample clips at SDEBUG level
Adrian Smith
9 years ago
42 | 42 | " -a <f>\t\tSpecify sample format (16|24|32) of output file when using -o - to output samples to stdout (interleaved little endian only)\n" |
43 | 43 | " -b <stream>:<output>\tSpecify internal Stream and Output buffer sizes in Kbytes\n" |
44 | 44 | " -c <codec1>,<codec2>\tRestrict codecs to those specified, otherwise load all available codecs; known codecs: " |
45 | "flac,pcm,mp3,ogg,aac" | |
45 | 46 | #if FFMPEG |
46 | "flac,pcm,mp3,ogg,aac,wma,alac (mad,mpg for specific mp3 codec)\n" | |
47 | #else | |
48 | "flac,pcm,mp3,ogg,aac (mad,mpg for specific mp3 codec)\n" | |
49 | #endif | |
47 | ",wma,alac" | |
48 | #endif | |
49 | #if DSD | |
50 | ",dsd" | |
51 | #endif | |
52 | " (mad,mpg for specific mp3 codec)\n" | |
50 | 53 | " -d <log>=<level>\tSet logging level, logs: all|slimproto|stream|decode|output, level: info|debug|sdebug\n" |
51 | 54 | " -f <logfile>\t\tWrite debug to logfile\n" |
52 | 55 | " -m <mac addr>\t\tSet mac address, format: ab:cd:ef:12:34:56\n" |