Skip to content

alsa: Implement playback/capture rate control for USB gadgets

Arun Raghavan requested to merge arun/pipewire:alsa-rate-control into master

If we detect Playback/Capture Pitch 1000000, we can adjust those values to update the feedback endpoint for the host. On the capture side, this will instruct the host to adjust the rate at which data is being sent. On the playback side, this will adjust the amount of data the USB gadget driver sends out in each USB tick.

Merge request reports