Apollo 10.0
自动驾驶开放平台
|
#include <respeaker.h>
Public 成员函数 | |
Stream () | |
~Stream () | |
void | init_stream (int rate, int channels, int chunk, int input_device_index, PaSampleFormat format) |
void | read_stream (int n_frames, char *buffer) const |
在文件 respeaker.h 第 36 行定义.
|
inline |
在文件 respeaker.h 第 42 行定义.
apollo::drivers::microphone::Stream::~Stream | ( | ) |
在文件 respeaker.cc 第 33 行定义.
void apollo::drivers::microphone::Stream::init_stream | ( | int | rate, |
int | channels, | ||
int | chunk, | ||
int | input_device_index, | ||
PaSampleFormat | format | ||
) |
在文件 respeaker.cc 第 38 行定义.
void apollo::drivers::microphone::Stream::read_stream | ( | int | n_frames, |
char * | buffer | ||
) | const |
在文件 respeaker.cc 第 62 行定义.