SoX - Sound eXchange
Audio file processing tool.
|
Client API: Chain of effects to be applied to a stream. More...
#include <sox.h>
Public Attributes | |
sox_effect_t ** | effects |
Table of effects to be applied to a stream. | |
size_t | length |
Number of effects to be applied. | |
sox_effects_globals_t | global_info |
Copy of global effects settings. | |
sox_encodinginfo_t const * | in_enc |
Input encoding. | |
sox_encodinginfo_t const * | out_enc |
Output encoding. | |
size_t | table_size |
Size of effects table (including unused entries) | |
sox_sample_t * | il_buf |
Channel interleave buffer. | |
Client API: Chain of effects to be applied to a stream.