logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

openaptxenc - aptX encoder utility 0.2.0 (using libopenaptx 0.2.0)

Description

       aptX encoder utility 0.2.0 (using libopenaptx 0.2.0)

       This utility encodes a raw 24 bit signed stereo samples from stdin to aptX or aptX HD on stdout

   Usage:
              openaptxenc [options]

Examples

              openaptxenc < sample.s24le > sample.aptx

              openaptxenc --hd < sample.s24le > sample.aptxhd

              sox sample.wav -t raw -r 44.1k -L -e s -b 24 -c 2 - | openaptxenc > sample.aptx

Debian (help2man)                                  April 2024                                     OPENAPTXENC(1)

Name

       openaptxenc - aptX encoder utility 0.2.0 (using libopenaptx 0.2.0)

Options

-h, --help
              Display this help

       --hd   Encode to aptX HD

See Also