mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-10 17:21:32 +00:00
[client] usb audio: emulate UAC2 playback
Add a fixed-format USB Audio Class 2 playback device for the client-side USB redirection bridge. Advertise stereo 48 kHz IEEE float audio and handle enumeration, configuration, alternate settings, clock requests, and isochronous data.
This commit is contained in:
@@ -216,6 +216,7 @@ endif()
|
||||
|
||||
if(ENABLE_USB_AUDIO)
|
||||
list(APPEND SOURCES
|
||||
src/usb_audio.c
|
||||
src/usbredir.c
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user