Mention the possibility of increasing the packetization interval in response to congestion.
This commit is contained in:
parent
ee1c9c52e2
commit
0da32b8920
1 changed files with 5 additions and 1 deletions
|
@ -84,7 +84,7 @@ CELT stands for "Constrained Energy Lapped Transform". It applies some of the CE
|
||||||
<t>Support for both voice and music</t>
|
<t>Support for both voice and music</t>
|
||||||
<t>Stereo support</t>
|
<t>Stereo support</t>
|
||||||
<t>Packet loss concealment</t>
|
<t>Packet loss concealment</t>
|
||||||
<t>Constant bitrates from 32 kbps to 128 kbps and above</t>
|
<t>Constant bitrates from under 32 kbps to 128 kbps and above</t>
|
||||||
<t>Free software/open-source</t>
|
<t>Free software/open-source</t>
|
||||||
</list>
|
</list>
|
||||||
</t>
|
</t>
|
||||||
|
@ -665,6 +665,10 @@ range of 96-127.
|
||||||
CELT allows for bitrate adjustment in one byte per frame
|
CELT allows for bitrate adjustment in one byte per frame
|
||||||
increments without any signaling requirement or overhead.
|
increments without any signaling requirement or overhead.
|
||||||
Applications SHOULD utilize congestion control to regulate the transmitted bitrate.
|
Applications SHOULD utilize congestion control to regulate the transmitted bitrate.
|
||||||
|
In some applications it may make sense to increase the packetization
|
||||||
|
interval rather than decreasing the codec bitrate. Congestion control
|
||||||
|
implementations should consider the users differential tolerance for high
|
||||||
|
latency and low quality.
|
||||||
</t>
|
</t>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue