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