Searched full:audio (Results 1 – 25 of 846) sorted by relevance
12345678910>>...34
/Zephyr-4.1.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-4.1.0/tests/bluetooth/shell/ |
D | testcase.yaml | 84 # Bluetooth Audio Compile validation tests 85 bluetooth.shell.audio: 86 extra_args: CONF_FILE="audio.conf" 89 bluetooth.shell.audio.no_testing: 90 extra_args: CONF_FILE="audio.conf" 95 bluetooth.shell.audio.no_logs: 96 extra_args: CONF_FILE="audio.conf" 101 bluetooth.shell.audio.no_vcs: 102 extra_args: CONF_FILE="audio.conf" 107 bluetooth.shell.audio.no_vocs: [all …]
|
/Zephyr-4.1.0/subsys/bluetooth/audio/ |
D | Kconfig.bap | 1 # Bluetooth Audio - Basic Audio Profile configuration options 13 bool "Bluetooth Unicast Audio Server Support" 22 This option enables support for Bluetooth Unicast Audio Server 26 bool "Bluetooth Unicast Audio Client Support" 34 This option enables support for Bluetooth Unicast Audio Client 79 int "Basic Audio Unicast Group count" 83 This option sets the number of connected audio groups to support as 87 int "Basic Audio Profile Unicast Group Connected Isochronous Stream (CIS) count" 95 BAP audio streams per group may be up to twice of this value. 98 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" 17 This option sets the maximum number of instances of Audio Input 25 This hidden option enables support for Audio Input Control Service. 30 int "Audio Input Control Service max input description size" 38 ##################### Audio Input Control Service Client ##################### 41 int "Audio Input Control Service client max instance count" 46 This option sets the maximum number of instances of Audio Input 53 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" 15 This option enables support for Sink Published Audio Capabilities. 38 bool "Sink Audio Location Notifiable Support" 42 Audio Location Characteristic changes. 50 This option enables support for Source Published Audio Capabilities. 74 bool "Source Audio Location Notifiable Support" 78 Audio Location Characteristic changes. 86 bool "Supported Audio Context Notifiable Support" 90 Supported Audio Contexts Characteristic changes.
|
D | Kconfig.ascs | 1 # Bluetooth Audio - Audio Stream Control configuration options 10 bool "Audio Stream Control Service Support" 13 This option enables support for Audio Stream Control Service. 17 int "Maximum number of Audio Stream Endpoint Sink Characteristics" 22 coupled to a single direction of a unicast Audio Stream. 25 int "Maximum number of Audio Stream Endpoint Source Characteristics" 30 coupled to a single direction of a unicast Audio Stream.
|
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"
|
/Zephyr-4.1.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-4.1.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-4.1.0/doc/connectivity/bluetooth/shell/audio/ |
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-4.1.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 30 audio-function: 34 Constant, indicating the primary use of this audio function, as intended 35 by the manufacturer. Use Audio Function category codes define from 36 dt-bindings/usb/audio.h.
|
/Zephyr-4.1.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 16 ${ZEPHYR_BASE}/subsys/bluetooth/audio/ccid.c 26 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks) 29 target_include_directories(uut PRIVATE ${ZEPHYR_BASE}/tests/bluetooth/audio/cap_initiator/include)
|
/Zephyr-4.1.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-4.1.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
|
/Zephyr-4.1.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_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 | tmap.h | 15 * @brief Telephone and Media Audio Profile (TMAP) 17 * @defgroup bt_tmap Telephone and Media Audio Profile (TMAP) 25 * The Telephone and Media Audio Profile (TMAP) uses a collection of Bluetooth features and profiles 26 * to enable interoperability between devices for telephony and media audio. 41 * Audio streams in this role are typically bi-directional. 49 * Audio streams in this role are typically bi-directional. 55 * This role is defined send media audio to TMAP Unicast Media Receivers. 56 * Audio streams in this role are typically uni-directional. 62 * This role is defined receive media audio to TMAP Unicast Media Senders. 63 * Audio streams in this role are typically uni-directional. [all …]
|
D | gmap_lc3_preset.h | 14 * @brief Gaming Audio Profile (GMAP) LC3 Presets 16 * @defgroup bt_gmap_lc3_preset Gaming Audio Profile (GMAP) LC3 Presets 28 #include <zephyr/bluetooth/audio/audio.h> 29 #include <zephyr/bluetooth/audio/bap.h> 30 #include <zephyr/bluetooth/audio/bap_lc3_preset.h> 31 #include <zephyr/bluetooth/audio/lc3.h> 40 * @param _loc Audio channel location bitfield (@ref bt_audio_location) 52 * @param _loc Audio channel location bitfield (@ref bt_audio_location) 64 * @param _loc Audio channel location bitfield (@ref bt_audio_location) 78 * @param _loc Audio channel location bitfield (@ref bt_audio_location) [all …]
|
/Zephyr-4.1.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 20 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
|
/Zephyr-4.1.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-4.1.0/tests/bluetooth/audio/pacs/ |
D | testcase.yaml | 6 bluetooth.audio.pacs.test_default: 13 bluetooth.audio.pacs.test_snk_pac_snk_loc_src_pac: 20 bluetooth.audio.pacs.test_snk_pac_snk_loc: 27 bluetooth.audio.pacs.test_snk_pac: 34 bluetooth.audio.pacs.test_snk_pac_src_pac_src_loc: 41 bluetooth.audio.pacs.test_snk_pac_src_pac: 48 bluetooth.audio.pacs.test_src_pac_src_loc: 55 bluetooth.audio.pacs.test_src_pac:
|
/Zephyr-4.1.0/tests/bluetooth/audio/ccp_call_control_server/uut/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c 11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/ccid.c 12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/ccp_call_control_server.c 13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/tbs.c 18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
|
/Zephyr-4.1.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-4.1.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-4.1.0/tests/bluetooth/audio/cap_commander/uut/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c 11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_commander.c 12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_common.c 24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks) 27 target_include_directories(uut PRIVATE ${ZEPHYR_BASE}/tests/bluetooth/audio/cap_commander/include)
|
/Zephyr-4.1.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: 25 bluetooth.audio.ascs.test_stream_pair:
|
12345678910>>...34