algorithm示例中algo_stream_get_multi_input_rb函数找不到
Posted: Fri Jun 10, 2022 12:33 pm
esp-adf/examples/advanced_examples/algorithm示例中当主板是
#if defined CONFIG_ESP_LYRAT_V4_3_BOARD
//Please reference the way of ALGORITHM_STREAM_INPUT_TYPE2 in "algorithm_stream.h"
ringbuf_handle_t input_rb = algo_stream_get_multi_input_rb(element_algo);
audio_element_set_multi_output_ringbuf(i2s_stream_writer, input_rb, 0);
#endif
这个函数algo_stream_get_multi_input_rb在源码中找不到。
#if defined CONFIG_ESP_LYRAT_V4_3_BOARD
//Please reference the way of ALGORITHM_STREAM_INPUT_TYPE2 in "algorithm_stream.h"
ringbuf_handle_t input_rb = algo_stream_get_multi_input_rb(element_algo);
audio_element_set_multi_output_ringbuf(i2s_stream_writer, input_rb, 0);
#endif
这个函数algo_stream_get_multi_input_rb在源码中找不到。