Suiyi Fu
Suiyi Fu
seems the author already managed to solve it in his own from what I see in stackoverflow
Is this issue dependent on #302 or can be done independently?
I can take a look at this:D
Hi @gavv if I understand correctly, https://github.com/roc-project/roc/blob/develop/src/modules/roc_audio/depacketizer.cpp#L108-L114 each time we should either `read_missing_samples_` or `read_packet_samples_` so that each time it is either `FlagBlank` or not `FlagBlank`?
yes I saw #302 , cool I will take a look at the unit test:)
since this is a task after #302 may I look at this other issues first:)
I can take at look at this, but I will certainly give it back to @biljith if he returns and the issue is still open.
does `pipeline::Receiver` change to `pipeline::ReceiverSource`?
``` Find the place where Receiver::fetch_packets_() drops packets (when it gets false from route_packet_()), and make it store the packet inside the ring buffer instead (add the packet to the...
HI @gavv I created a draft pr #357 want to make sure if I am on the right path. Are your previous comments on the unit test still applicable? Thanks!