Searched full:audio (Results 1 – 25 of 722) sorted by relevance
12345678910>>...29
/Zephyr-Core-3.7.0/drivers/audio/ |
D | Kconfig | 1 # Audio Codec configuration options 6 menuconfig AUDIO config 7 bool "Audio drivers" 9 Enable support for Audio 11 if AUDIO 13 # Audio Codec options 16 bool "Audio Codec Drivers" 18 Enable Audio Codec Driver Configuration 26 Audio codec device driver initialization priority. 29 bool "Audio Codec shell" [all …]
|
/Zephyr-Core-3.7.0/tests/bluetooth/shell/ |
D | testcase.yaml | 74 # Bluetooth Audio Compile validation tests 75 bluetooth.shell.audio: 76 extra_args: CONF_FILE="audio.conf" 79 bluetooth.shell.audio.no_vcs: 80 extra_args: CONF_FILE="audio.conf" 85 bluetooth.shell.audio.no_vocs: 86 extra_args: CONF_FILE="audio.conf" 92 bluetooth.shell.audio.no_aics: 93 extra_args: CONF_FILE="audio.conf" 100 bluetooth.shell.audio.no_aics_vocs: [all …]
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/ |
D | index.rst | 16 Bluetooth LE Audio 22 audio/audio.rst 23 audio/bap.rst 24 audio/cap.rst 25 audio/coordinated_sets.rst 26 audio/media.rst 27 audio/microphone.rst 28 audio/volume.rst 29 audio/shell/bap.rst 30 audio/shell/bap_broadcast_assistant.rst [all …]
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | Kconfig.bap | 1 # Bluetooth Audio - Basic Audio Profile configuration options 16 bool "Bluetooth Unicast Audio Server Support" 25 This option enables support for Bluetooth Unicast Audio Server 29 bool "Bluetooth Unicast Audio Client Support" 37 This option enables support for Bluetooth Unicast Audio Client 82 int "Basic Audio Unicast Group count" 87 This option sets the number of connected audio groups to support as 91 int "Basic Audio Profile Unicast Group Connected Isochronous Stream (CIS) count" 99 BAP audio streams per group may be up to twice of this value. 102 int "Basic Audio Profile ASE Sink count" [all …]
|
D | Kconfig.aics | 1 # Bluetooth Audio - Audio Input Control Service options 9 ##################### Audio Input Control Service ##################### 12 int "Audio Input Control Service max instance count" 16 This option sets the maximum number of instances of Audio Input 24 This hidden option enables support for Audio Input Control Service. 29 int "Audio Input Control Service max input description size" 37 ##################### Audio Input Control Service Client ##################### 40 int "Audio Input Control Service client max instance count" 44 This option sets the maximum number of instances of Audio Input 51 This hidden option enables support for Audio Input Control Service.
|
D | Kconfig.pacs | 1 # Bluetooth Audio - Published Audio Capabilities configuration options 8 menu "Published Audio Capabilities (PAC) options" 13 This option enables support for Sink Published Audio Capabilities. 36 bool "Sink Audio Location Notifiable Support" 40 Audio Location Characteristic changes. 47 This option enables support for Source Published Audio Capabilities. 71 bool "Source Audio Location Notifiable Support" 75 Audio Location Characteristic changes. 83 bool "Supported Audio Context Notifiable Support" 87 Supported Audio Contexts Characteristic changes.
|
D | Kconfig.cap | 1 # Bluetooth Audio - Common Audio Profile (CAP) options 12 bool "Common Audio Profile Acceptor Role Support" 17 common audio service (CAS). 20 bool "Common Audio Profile Acceptor Role Set Member support" 34 bool "Common Audio Profile Initiator Role Support" 42 bool "Common Audio Profile Initiator Role Support"
|
D | Kconfig.ascs | 1 # Bluetooth Audio - Audio Stream Control configuration options 10 bool "Audio Stream Control Service Support" 12 This option enables support for Audio Stream Control Service. 16 int "Number of Audio Stream Endpoint Sink Characteristics" 21 coupled to a single direction of a unicast Audio Stream. 24 int "Number of Audio Stream Endpoint Source Characteristics" 29 coupled to a single direction of a unicast Audio Stream.
|
/Zephyr-Core-3.7.0/samples/subsys/usb/audio/headset/ |
D | README.rst | 1 .. zephyr:code-sample:: usb-audio-headset 2 :name: USB Audio headset 5 Implement a USB Audio headset device with audio IN/OUT loopback. 10 This sample app demonstrates use of a USB Audio driver by the Zephyr 12 ISO endpoints. The device will show up as single audio device. 32 - Chose default Audio IN/OUT. 33 - Start streaming audio (for example by playing an audio file on the HOST). 34 - Start recording audio stream (for example using Audacity). 35 - Verify the recorded audio stream. 38 :zephyr_file:`samples/subsys/usb/audio/headset` in the Zephyr project tree.
|
/Zephyr-Core-3.7.0/samples/subsys/usb/audio/headphones_microphone/ |
D | README.rst | 1 .. zephyr:code-sample:: usb-audio-headphones-microphone 2 :name: USB Audio microphone & headphones 5 Implement a USB Audio microphone + headphones device with audio IN/OUT loopback. 10 This sample app demonstrates use of a USB Audio driver by the Zephyr 12 ISO endpoints. The device will show up as two audio devices. One 33 - Chose default Audio IN/OUT. 34 - Start streaming audio (for example by playing an audio file on the HOST). 35 - Start recording audio stream (for example using Audacity). 36 - Verify the recorded audio stream. 39 :zephyr_file:`samples/subsys/usb/audio/headphones_microphone` in the Zephyr project tree.
|
/Zephyr-Core-3.7.0/dts/bindings/usb/uac2/ |
D | zephyr,uac2.yaml | 4 description: USB Audio Class 2 instance 8 # Child nodes of "zephyr,uac2" compatibles are supposed to be Audio Control 10 # After all Audio Control entities, the Audio Streaming interface compatibles 13 # The only reason for putting Audio Streaming interfaces at the end is because 14 # Audio Control entities derive their unique ID from child index (+ 1). For most 16 # possible number of entities (255) then the Audio Streaming would inadvertently 20 audio-function: 24 Constant, indicating the primary use of this audio function, as intended 25 by the manufacturer. Use Audio Function category codes define from 26 dt-bindings/usb/audio.h.
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/ |
D | gmap.rst | 1 Bluetooth: Gaming Audio Profile Shell 4 This document describes how to run the Gaming Audio Profile shell functionality. 23 ac_1 : Unicast audio configuration 1 24 ac_2 : Unicast audio configuration 2 25 ac_3 : Unicast audio configuration 3 26 ac_4 : Unicast audio configuration 4 27 ac_5 : Unicast audio configuration 5 28 ac_6_i : Unicast audio configuration 6(i) 29 ac_6_ii : Unicast audio configuration 6(ii) 30 ac_7_ii : Unicast audio configuration 7(ii) [all …]
|
/Zephyr-Core-3.7.0/boards/nordic/nrf5340_audio_dk/doc/ |
D | index.rst | 3 nRF5340 Audio DK 9 The nRF5340 Audio DK (PCA10121) is designed for showcasing, developing and experimenting 10 with Bluetooth® LE Audio. 12 You can use this board for developing LE-Audio-compatible applications that support Auracast™, 14 and offer support for acting as a audio source, audio sink and source + sink. 17 for the nRF5340 Audio DK. 22 The nRF5340 Audio DK comes with the following hardware features: 25 * CS47L63 Low-Power Audio DSP with mono differential headphone driver 38 …information about the board can be found at the `nRF5340 Audio DK website`_. The `nRF5340 Audio DK… 44 The nRF5340 Audio DK is built around the nRF5340 SoC, which has the following characteristics: [all …]
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/cap_initiator/uut/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c 11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c 12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c 13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_initiator.c 14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_common.c 15 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_stream.c 24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks) 27 target_include_directories(uut PRIVATE ${ZEPHYR_BASE}/tests/bluetooth/audio/cap_initiator/include)
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/ |
D | aics.h | 3 * @brief Bluetooth Audio Input Control Service APIs. 16 * @brief Audio Input Control Service (AICS) 18 * @defgroup bt_gatt_aics Audio Input Control Service (AICS) 26 * The Audio Input Control Service is a secondary service, and as such should not be used on its 30 * Note that the API abstracts away the change counter in the audio input control state and will 46 * @name Audio Input Control Service mute states 58 * @name Audio Input Control Service input modes 88 * @name Audio Input Control Service input types 93 /** The input is a Bluetooth Audio Stream */ 103 /** The input is a Streaming Audio Source */ [all …]
|
D | cap.h | 3 * @brief Bluetooth Common Audio Profile (CAP) APIs. 16 * @brief Common Audio Profile (CAP) 18 * @defgroup bt_cap Common Audio Profile (CAP) 26 * Common Audio Profile (CAP) provides procedures to start, update, and stop unicast and broadcast 27 * Audio Streams on individual or groups of devices using procedures in the Basic Audio Profile 30 * (MICP). This profile specification also refers to the Common Audio Service (CAS). 37 #include <zephyr/bluetooth/audio/audio.h> 38 #include <zephyr/bluetooth/audio/bap.h> 39 #include <zephyr/bluetooth/audio/csip.h> 50 /** @brief Abstract Audio Broadcast Source structure. */ [all …]
|
D | bap_lc3_preset.h | 14 * @brief Basic Audio Profile (BAP) LC3 Presets 16 * @defgroup bt_bap_lc3_preset Basic Audio Profile (BAP) LC3 Presets 29 #include <zephyr/bluetooth/audio/audio.h> 30 #include <zephyr/bluetooth/audio/lc3.h> 55 * @param _loc Audio channel location bitfield (@ref bt_audio_location) 67 * @param _loc Audio channel location bitfield (@ref bt_audio_location) 79 * @param _loc Audio channel location bitfield (@ref bt_audio_location) 93 * @param _loc Audio channel location bitfield (@ref bt_audio_location) 105 * @param _loc Audio channel location bitfield (@ref bt_audio_location) 119 * @param _loc Audio channel location bitfield (@ref bt_audio_location) [all …]
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/cap_commander/uut/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c 11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c 12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c 13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_commander.c 14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_common.c 26 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks) 29 target_include_directories(uut PRIVATE ${ZEPHYR_BASE}/tests/bluetooth/audio/cap_commander/include)
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/ascs/uut/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/ascs.c 11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c 12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c 13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c 14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_unicast_server.c 24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks) 27 target_include_directories(uut PRIVATE ${ZEPHYR_BASE}/tests/bluetooth/audio/ascs/include)
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/bap_broadcast_source/uut/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c 11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c 12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c 13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_broadcast_source.c 14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/codec.c 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
|
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_assistant/ |
D | README.rst | 2 :name: Bluetooth: Broadcast Audio Assistant 5 Use LE Audio Broadcast Assistant functionality 10 Application demonstrating the LE Audio broadcast assistant functionality. 13 role (advertising support for the Broadcast Audio Scan Service (BASS)). 17 Practical use of this sample requires a sink (e.g. the Broadcast Audio Sink sample or 18 a set of LE Audio Broadcast capable earbuds) and a source (e.g. the Broadcast Audio 31 * Broadcast Audio Source and Sink devices 38 search for and connect to the first broadcast audio sink found (advertising PACS and 39 BASS UUIDs) and then search for and select the first broadcast audio source found
|
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_sink/ |
D | Kconfig | 4 mainmenu "Bluetooth: Broadcast Audio Sink" 56 bool "Use USB Audio as output" 62 Enables USB audio as output as a USB peripheral. This does not support providing USB 63 audio to e.g. speakers that are also USB peripherals, but can be connected to e.g. a 65 USB audio only supports a single audio channel. 68 bool "Use specific Broadcast Channel Audio Location" 72 Enables the use of a specific Channel Audio Location (see config TARGET_BROADCAST_CHANNEL). 75 int "Broadcast Channel Audio Location to sync to" 80 Channel Audio Location to sync to. These corresponds to the bt_audio_location,
|
/Zephyr-Core-3.7.0/subsys/usb/device/class/audio/ |
D | Kconfig | 1 # USB AUDIO configuration options 7 bool "USB Audio Device Class Driver" 11 USB Audio Device Class driver. 12 Zephyr USB Audio Class is considered experimental 19 module-str = USB Audio
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/ascs/ |
D | testcase.yaml | 6 bluetooth.audio.ascs.test_default: 8 bluetooth.audio.ascs.test_snk_only: 12 bluetooth.audio.ascs.test_src_only: 16 bluetooth.audio.ascs.test_unicast_client_enabled: 20 bluetooth.audio.ascs.test_stream_pair:
|
/Zephyr-Core-3.7.0/include/zephyr/usb/class/ |
D | usbd_uac2.h | 9 * @brief USB Audio Class 2 device public header 12 * The audio device itself is modelled with devicetree zephyr,uac2 compatible. 23 * @brief USB Audio Class 2 device API 24 * @defgroup uac2_device USB Audio Class 2 device API 41 * @brief USB Audio 2 application event handlers 49 * @param dev USB Audio 2 device 58 * @param dev USB Audio 2 device 75 * @param dev USB Audio 2 device 88 * @param dev USB Audio 2 device 102 * @param dev USB Audio 2 device [all …]
|
12345678910>>...29