|
| 1 | +.. _audio_api: |
| 2 | + |
| 3 | +Audio applications: API documentation |
| 4 | +##################################### |
| 5 | + |
| 6 | +.. contents:: |
| 7 | + :local: |
| 8 | + :depth: 2 |
| 9 | + |
| 10 | +Following are the API elements used by the Audio applications. |
| 11 | + |
| 12 | +Audio System |
| 13 | +************ |
| 14 | + |
| 15 | +| Header file: :file:`applications/nrf5340_audio/src/audio/audio_system.h` |
| 16 | +| Source file: :file:`applications/nrf5340_audio/src/audio/audio_system.c` |
| 17 | +
|
| 18 | +.. doxygengroup:: audio_app_system |
| 19 | + |
| 20 | +Audio Datapath |
| 21 | +************** |
| 22 | + |
| 23 | +| Header file: :file:`applications/nrf5340_audio/src/audio/audio_datapath.h` |
| 24 | +| Source file: :file:`applications/nrf5340_audio/src/audio/audio_datapath.c` |
| 25 | +
|
| 26 | +.. doxygengroup:: audio_app_datapath |
| 27 | + |
| 28 | +Audio Stream Control |
| 29 | +******************** |
| 30 | + |
| 31 | +| Header file: :file:`applications/nrf5340_audio/src/audio/streamctrl.h` |
| 32 | +
|
| 33 | +.. doxygengroup:: audio_app_streamctrl |
| 34 | + |
| 35 | +Audio Software Codec Selection |
| 36 | +****************************** |
| 37 | + |
| 38 | +| Header file: :file:`applications/nrf5340_audio/src/audio/sw_codec_select.h` |
| 39 | +| Source file: :file:`applications/nrf5340_audio/src/audio/sw_codec_select.c` |
| 40 | +
|
| 41 | +.. doxygengroup:: audio_app_sw_codec_select |
| 42 | + |
| 43 | +LE Audio RX |
| 44 | +*********** |
| 45 | + |
| 46 | +| Header file: :file:`applications/nrf5340_audio/src/audio/le_audio_rx.h` |
| 47 | +| Source file: :file:`applications/nrf5340_audio/src/audio/le_audio_rx.c` |
| 48 | +
|
| 49 | +.. doxygengroup:: audio_app_le_audio_rx |
| 50 | + |
| 51 | +Audio Bluetooth Management |
| 52 | +************************** |
| 53 | + |
| 54 | +| Header file: :file:`applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.h` |
| 55 | +| Source file: :file:`applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.c` |
| 56 | +
|
| 57 | +.. doxygengroup:: audio_app_bt_mgmt |
| 58 | + |
| 59 | +Bluetooth LE Audio Stream |
| 60 | +************************* |
| 61 | + |
| 62 | +| Header file: :file:`applications/nrf5340_audio/src/bluetooth/bt_stream/le_audio.h` |
| 63 | +| Source file: :file:`applications/nrf5340_audio/src/bluetooth/bt_stream/le_audio.c` |
| 64 | +
|
| 65 | +.. doxygengroup:: audio_app_bt_stream |
| 66 | + |
| 67 | +Bluetooth Audio Rendering and Capture |
| 68 | +************************************* |
| 69 | + |
| 70 | +| Header file: :file:`applications/nrf5340_audio/src/bluetooth/bt_rendering_and_capture/bt_rendering_and_capture.h` |
| 71 | +| Source file: :file:`applications/nrf5340_audio/src/bluetooth/bt_rendering_and_capture/bt_rendering_and_capture.c` |
| 72 | +
|
| 73 | +.. doxygengroup:: audio_app_bt_rendering_and_capture |
| 74 | + |
| 75 | +Audio I2S |
| 76 | +********* |
| 77 | + |
| 78 | +| Header file: :file:`applications/nrf5340_audio/src/modules/audio_i2s.h` |
| 79 | +| Source file: :file:`applications/nrf5340_audio/src/modules/audio_i2s.c` |
| 80 | +
|
| 81 | +.. doxygengroup:: audio_app_i2s |
| 82 | + |
| 83 | +Audio Sync Timer |
| 84 | +**************** |
| 85 | + |
| 86 | +| Header file: :file:`applications/nrf5340_audio/src/modules/audio_sync_timer.h` |
| 87 | +| Source file: :file:`applications/nrf5340_audio/src/modules/audio_sync_timer.c` |
| 88 | +
|
| 89 | +.. doxygengroup:: audio_app_sync_timer |
| 90 | + |
| 91 | +Audio USB |
| 92 | +********* |
| 93 | + |
| 94 | +| Header file: :file:`applications/nrf5340_audio/src/modules/audio_usb.h` |
| 95 | +| Source file: :file:`applications/nrf5340_audio/src/modules/audio_usb.c` |
| 96 | +
|
| 97 | +.. doxygengroup:: audio_app_usb |
| 98 | + |
| 99 | +Audio LED Control |
| 100 | +***************** |
| 101 | + |
| 102 | +| Header file: :file:`applications/nrf5340_audio/src/modules/led.h` |
| 103 | +| Source file: :file:`applications/nrf5340_audio/src/modules/led.c` |
| 104 | +
|
| 105 | +.. doxygengroup:: audio_app_led |
| 106 | + |
| 107 | +Audio Button Handler |
| 108 | +******************** |
| 109 | + |
| 110 | +| Header file: :file:`applications/nrf5340_audio/src/modules/button_handler.h` |
| 111 | +| Source file: :file:`applications/nrf5340_audio/src/modules/button_handler.c` |
| 112 | +
|
| 113 | +.. doxygengroup:: audio_app_button |
| 114 | + |
| 115 | +LC3 Streamer |
| 116 | +************ |
| 117 | + |
| 118 | +| Header file: :file:`applications/nrf5340_audio/src/modules/lc3_streamer.h` |
| 119 | +| Source file: :file:`applications/nrf5340_audio/src/modules/lc3_streamer.c` |
| 120 | +
|
| 121 | +.. doxygengroup:: audio_app_lc3_streamer |
| 122 | + |
| 123 | +LC3 File |
| 124 | +******** |
| 125 | + |
| 126 | +| Header file: :file:`applications/nrf5340_audio/src/modules/lc3_file.h` |
| 127 | +| Source file: :file:`applications/nrf5340_audio/src/modules/lc3_file.c` |
| 128 | +
|
| 129 | +.. doxygengroup:: audio_app_lc3_file |
| 130 | + |
| 131 | +SD Card Playback |
| 132 | +**************** |
| 133 | + |
| 134 | +| Header file: :file:`applications/nrf5340_audio/src/modules/sd_card_playback.h` |
| 135 | +| Source file: :file:`applications/nrf5340_audio/src/modules/sd_card_playback.c` |
| 136 | +
|
| 137 | +.. doxygengroup:: audio_app_sd_card_playback |
| 138 | + |
| 139 | +SD Card |
| 140 | +******* |
| 141 | + |
| 142 | +| Header file: :file:`applications/nrf5340_audio/src/modules/sd_card.h` |
| 143 | +| Source file: :file:`applications/nrf5340_audio/src/modules/sd_card.c` |
| 144 | +
|
| 145 | +.. doxygengroup:: audio_app_sd_card |
0 commit comments