Skip to content

null-sink: Change block size to 50 msec when norewinds is set

Jaechul Lee requested to merge (removed):null-sink into master

playing sound through null sink takes almost 2 seconds at first time playback when norewinds is set. Because block_usec is set 2 seconds at initializing time. The value will be changed 50 msec after calling update_request_latency callback.

Merge request reports