Skip to content

rdp: Add audio support

Derek Foreman requested to merge derekf/weston:mm/audio into main

Allow the front end to register audio setup and teardown functions. These functions should use FreeRDP's rdpsnd_server_context or audin_server_context and set up their own handler threads.

The backend remains mostly ignorant to any audio details beyond setting up and tearing down.

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Merge request reports