Explain how a jitter buffer permits the playback of an audio stream even if the Internet introduces jitter.
What will be an ideal response?
The implementation of a jitter buffer is straightforward. A receiver maintains a list of data
items, and uses timestamps to order the list. Before it begins playback, a receiver delays for d time
units, which means the data being played is d time units behind the data that is arriving. Thus, if a
given packet is delayed less than d, the contents of the packet will be placed in the buffer before it is
needed for playback. In other words, items are inserted into a jitter buffer with some variation in rate,
but the playback process extracts data from a jitter buffer at a fixed rate.
You might also like to view...
Which of the following items is not stored inside VBA modules?
A) Sub procedures B) Keywords C) Comments D) Index documents
The instruction set, the number of bits used to represent various data types, I/O mechanisms and techniques for addressing memory are all examples of _________ attributes.
Fill in the blank(s) with the appropriate word(s).