Lines Matching +full:plug +full:- +full:in
1 .. zephyr:code-sample:: usb-audio-headset
3 :relevant-api: _usb_device_core_api
5 Implement a USB Audio headset device with audio IN/OUT loopback.
11 project. This very simple sample that performs loopback over IN/OUT
17 In order to build the sample an overlay file with required options
22 After you have built and flashed the sample app image to your board, plug the
30 - Build and flash the sample as described above.
31 - Connect to the HOST.
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.