Currently, readStream returns an erroneous timestamp, but only in the case when its internal buffer is empty and it has to call acquireReadBuffer to get more data. This fixes that.
It looks like somebody just forgot that a complex U8 sample is actually two bytes, not one.
Currently,
readStream
returns an erroneous timestamp, but only in the case when its internal buffer is empty and it has to callacquireReadBuffer
to get more data. This fixes that.It looks like somebody just forgot that a complex U8 sample is actually two bytes, not one.