Skip to content
Snippets Groups Projects
Commit 55fbc085 authored by Boris Grozev's avatar Boris Grozev
Browse files

Increases the default priority of SILK, making it prefered over G722.

parent a48983d6
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,9 @@ private void initializeFormatPreferences()
// audio
setEncodingPreference("opus", 48000, 750);
setEncodingPreference("SILK", 24000, 714);
setEncodingPreference("SILK", 16000, 713);
setEncodingPreference("G722", 8000 /* actually, 16 kHz */, 705);
setEncodingPreference("SILK", 24000, 704);
setEncodingPreference("SILK", 16000, 703);
setEncodingPreference("speex", 32000, 701);
setEncodingPreference("speex", 16000, 700);
setEncodingPreference("PCMU", 8000, 650);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment