stewartsiu
stewartsiu
VLC: I'd love to use VLC to watch youtube, but Google makes it very difficult, as they wouldn't want to lose ads. Trailing behind: Yes audio would be trailing behind....
Pseudocode of what I mean if we throw away k samples: sample_removed = False if size(fifo_buffer) >=k and not sample_removed { fifo_buffer = fifo_buffer[k..] sample_removed = True } This is...
To paraphrase, i’m not suggesting a general way to change the time distance between video and audio - instead I’m proposing a way to catch up when too big of...
Yes, throwing away bytes will only cause silence periods if the delay due to network and receiving device is constant. My hypothesis on my device is that there is sometimes...
> ... because the samples are provided by the OS at a fixed rate and you can not read them any faster than that rate (that is in sync with...
My finding is that throwing away samples at various times or inserting samples jiggle the latency around, but the effect seems mostly random, and throwing away too many samples will...
Hi @akelleh! 1. On the print statement, what is your preferred mechanism of displaying info about the independence test? I just added that line when I was debugging to help...