1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-01 01:49:27 +00:00

schema: Set G722 as the preferred audio codec

It has much better quality than PCMA.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-03-04 14:06:08 +01:00
parent 23ab31360a
commit 4d5d3fffdf

View file

@ -21,7 +21,7 @@
</key>
<key name="preferred-audio-codecs" type="as">
<default>["PCMA", "PCMU", "GSM", "G722"]</default>
<default>["G722", "PCMA", "PCMU", "GSM"]</default>
<summary>Audio codecs to use for VoIP calls in order of preference</summary>
<description>The preferred audio codecs to use for VoIP calls (if available)</description>
</key>