roc-toolkit icon indicating copy to clipboard operation
roc-toolkit copied to clipboard

Rework resume/pause support in PulseaudioDevice

Open gavv opened this issue 1 year ago • 0 comments

Needed changes in PulseaudioDevice:

  • pause/resume should use pa_stream_cork()
  • we should listen to PA_STREAM_EVENT_REQUEST_CORK and PA_STREAM_EVENT_REQUEST_UNCORK events and accordingly cork/uncork the stream and report idle state

gavv avatar Mar 13 '23 19:03 gavv