|
SoX - Sound eXchange
Audio file processing tool.
|
Client API: Encoding parameters. More...
#include <sox_ng.h>
Public Attributes | |
| sox_encoding_t | encoding |
| format of sample numbers | |
| unsigned | bits_per_sample |
| 0 if unknown or variable; uncompressed value if lossless; compressed value if lossy | |
| double | compression |
| compression factor (where applicable) | |
| sox_option_t | reverse_bytes |
| Should bytes be reversed? If this is default during sox_open_read or sox_open_write, libSoX will set them to either no or yes according to the machine or format default. | |
| sox_option_t | reverse_nibbles |
| Should nibbles be reversed? If this is default during sox_open_read or sox_open_write, libSoX will set them to either no or yes according to the machine or format default. | |
| sox_option_t | reverse_bits |
| Should bits be reversed? If this is default during sox_open_read or sox_open_write, libSoX will set them to either no or yes according to the machine or format default. | |
| sox_bool | opposite_endian |
| If set to true, the format should reverse its default endianness. | |
Client API: Encoding parameters.