AudioEncoder struct
#include <audio/encoder.h>
Struct for holding info for encoding.
Contents
- Reference
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.