From 7051d1a86c7b47b2daba3bdcbf22170c42b2676a Mon Sep 17 00:00:00 2001 From: Maxime Roux Date: Wed, 3 Dec 2014 14:47:44 -0800 Subject: [PATCH] UI-905: Added the Speex codec to the devices --- i18n/en-US.json | 1 + submodules/devices/devices.js | 1 + 2 files changed, 2 insertions(+) diff --git a/i18n/en-US.json b/i18n/en-US.json index 81b57d0..0f11d88 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -125,6 +125,7 @@ "G722": "G722", "speex@32000h": "Speex @ 32khz", "speex@16000h": "Speex @ 16khz", + "speex": "Speex", "PCMU": "G711u / PCMU - 64kbps (NA)", "PCMA": "G711a / PCMA - 64kbps (Elsewhere)", "G729":"G729 - 8kbps (Requires License)", diff --git a/submodules/devices/devices.js b/submodules/devices/devices.js index ecdbdfc..fb63d97 100644 --- a/submodules/devices/devices.js +++ b/submodules/devices/devices.js @@ -491,6 +491,7 @@ define(function(require){ 'G722': codecsAudioI18n['G722'], 'speex@32000h':codecsAudioI18n['speex@32000h'], 'speex@16000h': codecsAudioI18n['speex@16000h'], + 'speex': codecsAudioI18n['speex'], 'PCMU': codecsAudioI18n['PCMU'], 'PCMA': codecsAudioI18n['PCMA'], 'G729':codecsAudioI18n['G729'],