>
>> do loopback module assume sink is not running when it start source
capture?
>>
> Sink and source are started independently. Source data is discarded until
the sink-input has
> called pop() the first time.

But you cannot skip more than 9ms source data since you need 1ms( or  25ms
fragment time when not using timer schedule mode)  to capture

If you are using usb as source and hda as sink, hda fifo trigger dma
transfer whenever the fifo fill level is less than fifo threshold, you need
to fill 256 bytes at first write to avoid fifo underrun
_______________________________________________
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to