### Sample libxaac Decoder CLI Command Source: https://github.com/ittiam-systems/libxaac/blob/main/README_dec.md A practical example demonstrating how to invoke the libxaac decoder with specific input, output, and PCM sample size settings. ```bash -ifile:in_file.aac -ofile:out_file.wav -pcmsz:16 ``` -------------------------------- ### Sample libxaac Encoder CLI Command Source: https://github.com/ittiam-systems/libxaac/blob/main/README_enc.md An example command demonstrating how to use the libxaac encoder with input and output files, specifying bitrate and audio object type. ```bash -ifile:input_file.wav -ofile:out_file.aac -br: –aot: