Question about Channel::getPosition and module time units

It looks like the codec gets the info directly, without buffering it. This delay is due to the stream decodebuffersize, you could possibly reduce it to a really small number without much worry, there is no I/O overhead to stall the decode thread.

1 Like