Read the Docs Template Documentation, Release
audio_pipeline_get_event_iface
pipeline
)
Get the event iface using by this pipeline.
Return
The Event Handle
Parameters
•
pipeline
: The pipeline
esp_err_t
audio_pipeline_link_insert
pipeline
,
bool
first
,
prev
,
conect_rb
,
next
)
Insert the specific audio_element to audio_pipeline, previous element connect to the next element by ring buffer.
Return
• ESP_OK
• ESP_FAIL
Parameters
•
pipeline
: The audio pipeline handle
•
first
: Previous element is first input element, need to set
true
•
prev
: Previous element
•
conect_rb
: Connect ring buffer
•
next
: Next element
esp_err_t
audio_pipeline_register_more
pipeline
,
element_1
, ...
)
Register a NULL-terminated list of elements to audio_pipeline.
Return
• ESP_OK
• ESP_FAIL
Parameters
•
pipeline
: The audio pipeline handle
•
element_1
: The element to add to the audio_pipeline.
•
...
: Additional elements to add to the audio_pipeline.
esp_err_t
audio_pipeline_unregister_more
pipeline
,
element_1
, ...
)
Unregister a NULL-terminated list of elements to audio_pipeline.
Return
• ESP_OK
• ESP_FAIL
Parameters
•
pipeline
: The audio pipeline handle
•
element_1
: The element to add to the audio_pipeline.
2.1. Audio Framework
45
Содержание ESP32-LyraT
Страница 1: ...Read the Docs Template Documentation Release Read the Docs Jul 01 2018...
Страница 2: ......
Страница 4: ...ii...
Страница 6: ...Read the Docs Template Documentation Release 2 Contents...
Страница 82: ...Read the Docs Template Documentation Release Fig 3 5 ESP32 LyraT V4 3 Board Layout 78 Chapter 3 Design Guide...
Страница 92: ...Read the Docs Template Documentation Release 88 Chapter 4 Resources...
Страница 94: ...Read the Docs Template Documentation Release 90 Chapter 5 Copyrights and Licenses...
Страница 96: ...Read the Docs Template Documentation Release Fig 6 1 Espressif Audio Development Framework 92 Chapter 6 About...