]> git.ipfire.org Git - thirdparty/asterisk.git/commit
codec_builtin.c: Adjust some of the quality scores to reflect reality.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 2 Oct 2025 16:21:26 +0000 (12:21 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 6 Oct 2025 15:46:30 +0000 (15:46 +0000)
commitb8c9440e19de8452d55ba085e59905bf0596c2a1
tree92888c25e7c339e6c565a94b64ed8e8ad82bdb58
parentde46164a733a61eb40578f5d2258c5f5123d12d5
codec_builtin.c: Adjust some of the quality scores to reflect reality.

Among the lower-quality voice codecs, some of the quality scores did
not make sense relative to each other.

For instance, quality-wise, G.729 > G.723 > PLC10.
However, current scores do not uphold these relationships.

Tweak the scores slightly to reflect more accurate relationships.

Resolves: #1501
main/codec_builtin.c