Change speex mode to narrowband

This commit is contained in:
Emmanuel Milou
2008-03-27 12:05:24 -04:00
parent c94b8251e4
commit 1f947a1f2e
3 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -53,7 +53,7 @@ msgstr ""
#: menus.c: 423
msgid "_Accounts"
msgstr ""
msgstr "C_uentas"
#: menus.c: 438
msgid "_Edit"

View File

@ -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);