mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Clarify that jitter buffering is usually a loss
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2372 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -43,7 +43,9 @@ disallow=lpc10			; Icky sound quality...  Mr. Roboto. | ||||
| ; buffer.  Specifically, you can provide a maximum jitter buffer, | ||||
| ; you can turn it off entirely, and you can specify an acceptable | ||||
| ; drop rate (per MEMORY_SIZE, by default 3 of 100).  Disabling the | ||||
| ; jitter buffer is not recommended.  Finally, you can specify the maximum | ||||
| ; jitter buffer is generally recommended unless you are on a highly | ||||
| ; jittery network, since usually jitter buffering will cause you additional | ||||
| ; latency.  Finally, you can specify the maximum | ||||
| ; excess jitter buffer, which if exceeded, causes the jitter buffer to | ||||
| ; slowly shrink in order to improve latency. | ||||
| ; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user