mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Change speex mode to narrowband
This commit is contained in:
@ -53,7 +53,7 @@ msgstr ""
|
||||
|
||||
#: menus.c: 423
|
||||
msgid "_Accounts"
|
||||
msgstr ""
|
||||
msgstr "_Konten"
|
||||
|
||||
#: menus.c: 438
|
||||
msgid "_Edit"
|
||||
@ -113,7 +113,7 @@ msgstr ""
|
||||
|
||||
#: configwindow.c: 814
|
||||
msgid "Bandwidth"
|
||||
msgstr ""
|
||||
msgstr "Bandbreite"
|
||||
|
||||
#: configwindow.c: 892
|
||||
msgid "Protocol"
|
||||
@ -173,7 +173,7 @@ msgstr ""
|
||||
|
||||
#: configwindow.c: 1191
|
||||
msgid "Accounts"
|
||||
msgstr ""
|
||||
msgstr "Konten"
|
||||
|
||||
#: configwindow.c: 1203
|
||||
msgid "Accounts previously setup"
|
||||
|
@ -53,7 +53,7 @@ msgstr ""
|
||||
|
||||
#: menus.c: 423
|
||||
msgid "_Accounts"
|
||||
msgstr ""
|
||||
msgstr "C_uentas"
|
||||
|
||||
#: menus.c: 438
|
||||
msgid "_Edit"
|
||||
|
@ -46,7 +46,7 @@ public:
|
||||
*/
|
||||
// 8000 HZ --> Narrow-band mode
|
||||
// TODO Manage the other modes
|
||||
_speexModePtr = &speex_wb_mode;
|
||||
_speexModePtr = &speex_nb_mode;
|
||||
|
||||
// Init the decoder struct
|
||||
speex_bits_init(&_speex_dec_bits);
|
||||
|
Reference in New Issue
Block a user