Searched defs:echo_reference (Results 1 – 1 of 1) sorted by relevance
38 struct echo_reference { struct39 struct echo_reference_itfe itfe; argument40 int status; // init status41 uint32_t state; // active state: reading, writing or both42 audio_format_t rd_format; // read sample format43 uint32_t rd_channel_count; // read number of channels44 uint32_t rd_sampling_rate; // read sampling rate in Hz45 size_t rd_frame_size; // read frame size (bytes per sample)46 audio_format_t wr_format; // write sample format47 uint32_t wr_channel_count; // write number of channels[all …]