roc-toolkit
roc-toolkit copied to clipboard
Rework resume/pause support in PulseaudioDevice
Needed changes in PulseaudioDevice:
- pause/resume should use
pa_stream_cork()
- we should listen to
PA_STREAM_EVENT_REQUEST_CORK
andPA_STREAM_EVENT_REQUEST_UNCORK
events and accordingly cork/uncork the stream and report idle state