AudioEncoder struct

Struct for holding info for encoding.

Contents

Public variables

char* file
Filename, if encoding from file.
channels_t channels
Number of channels.
float* out_frames
The output frames interleaved.
unsigned_frame_t num_out_frames
Output number of frames per channel.