Codebase list squeezelite / 1821a99
fix typo Adrian Smith 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3333 " -a <b>:<p>:<f>:<m>\tSpecify ALSA params to open output device, b = buffer time in ms or size in bytes, p = period count or size in bytes, f sample format (16|24|24_3|32), m = use mmap (0|1)\n"
3434 #endif
3535 #if PORTAUDIO
36 #if MAC
36 #if OSX
3737 " -a <l>:<r>\t\tSpecify Portaudio params to open output device, l = target latency in ms, r = allow OSX to resample (0|1)\n"
3838 #else
3939 " -a <l>\t\tSpecify Portaudio params to open output device, l = target latency in ms\n"