Skip to content

Commit

Permalink
esp_rtc:
Browse files Browse the repository at this point in the history
1. add esp-rtc and esp-rtsp example
2. move voip example to protocols
3. add av_stream
4. update esp-idf to v4.4.3

Close #889
Close #777
Close #762
Close #761
Close #803
Close #878
Close #871
  • Loading branch information
ahhfzhang committed Jan 18, 2023
1 parent d82e946 commit 7308e03
Show file tree
Hide file tree
Showing 93 changed files with 12,629 additions and 592 deletions.
2 changes: 1 addition & 1 deletion docs/en/api-reference/services/input_key_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Implementation of this API is demonstrated in the following example:

* :example:`checks/check_board_buttons`
* :example:`player/pipeline_sdcard_mp3_control`
* :example:`advanced_examples/voip`
* :example:`protocols/voip`

.. include:: /_build/inc/input_key_service.inc
.. include:: /_build/inc/input_key_com_user_id.inc
4 changes: 2 additions & 2 deletions docs/en/api-reference/streams/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Application Example
^^^^^^^^^^^^^^^^^^^

- :example_file:`advanced_examples/algorithm/main/algorithm_examples.c`
- :example_file:`advanced_examples/voip/main/voip_app.c`
- :example_file:`protocols/voip/main/voip_app.c`

.. include:: /_build/inc/algorithm_stream.inc

Expand Down Expand Up @@ -117,7 +117,7 @@ The raw stream is used to obtain the output data of the previous element of the
Application Example
^^^^^^^^^^^^^^^^^^^

- Reader example: :example:`advanced_examples/voip`
- Reader example: :example:`protocols/voip`
- Writer example: :example:`advanced_examples/downmix_pipeline`


Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/api-reference/services/input_key_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

* :example:`checks/check_board_buttons`
* :example:`player/pipeline_sdcard_mp3_control`
* :example:`advanced_examples/voip`
* :example:`protocols/voip`

.. include:: /_build/inc/input_key_service.inc
.. include:: /_build/inc/input_key_com_user_id.inc
4 changes: 2 additions & 2 deletions docs/zh_CN/api-reference/streams/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
^^^^^^^^^^^^^^^^^^^

- :example_file:`advanced_examples/algorithm/main/algorithm_examples.c`
- :example_file:`advanced_examples/voip/main/voip_app.c`
- :example_file:`protocols/voip/main/voip_app.c`

.. include:: /_build/inc/algorithm_stream.inc

Expand Down Expand Up @@ -117,7 +117,7 @@ PWM 流
应用示例
^^^^^^^^^^^^^^^^^^^

- 读类型示例::example:`advanced_examples/voip`
- 读类型示例::example:`protocols/voip`
- 写类型示例::example:`advanced_examples/downmix_pipeline`


Expand Down
2 changes: 1 addition & 1 deletion esp-idf
Submodule esp-idf updated 279 files
16 changes: 9 additions & 7 deletions examples/README.md

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions examples/README_CN.md

Large diffs are not rendered by default.

Loading

0 comments on commit 7308e03

Please sign in to comment.