Skip to content
Snippets Groups Projects
Commit 1f947a1f authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Change speex mode to narrowband

parent c94b8251
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment