fix(calls): finalize DTLN integration, stabilize build, and fix formatting

This commit is contained in:
2026-06-16 01:53:24 -04:00
parent 6634b2b8a2
commit 89a2321dd4
3 changed files with 50 additions and 5 deletions
@@ -1441,6 +1441,7 @@ function Calls() {
options={[
{ value: 'rnnoise', label: 'RNNoise' },
{ value: 'speex', label: 'Speex (Legacy)' },
{ value: 'dtln', label: 'DTLN (Balanced)' },
]}
/>
}