.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. .TH OPENAPTXDEC "1" "January 2021" "Debian (help2man)" "User Commands" .SH NAME openaptxdec \- aptX decoder utility 0.2.0 (using libopenaptx 0.2.0) .SH DESCRIPTION aptX decoder utility 0.2.0 (using libopenaptx 0.2.0) .PP This utility decodes aptX or aptX HD audio stream from stdin to a raw 24 bit signed stereo on stdout .PP When input is damaged it tries to synchronize and recover .PP Non\-zero return value indicates that input was damaged and some bytes from input aptX audio stream were dropped .SS "Usage:" .IP openaptxdec [options] .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Display this help .TP \fB\-\-hd\fR Decode from aptX HD .SH EXAMPLES .IP openaptxdec < sample.aptx > sample.s24le .IP openaptxdec \-\-hd < sample.aptxhd > sample.s24le .IP openaptxdec < sample.aptx | play \-t raw \-r 44.1k \-L \-e s \-b 24 \-c 2 \-