Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
1f947a1f
Commit
1f947a1f
authored
Mar 27, 2008
by
Emmanuel Milou
Browse files
Change speex mode to narrowband
parent
c94b8251
Changes
3
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/po/de.po
View file @
1f947a1f
...
...
@@ -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"
...
...
sflphone-gtk/src/po/es.po
View file @
1f947a1f
...
...
@@ -53,7 +53,7 @@ msgstr ""
#: menus.c: 423
msgid "_Accounts"
msgstr ""
msgstr "
C_uentas
"
#: menus.c: 438
msgid "_Edit"
...
...
src/audio/codecs/speexcodec.cpp
View file @
1f947a1f
...
...
@@ -46,7 +46,7 @@ public:
*/
// 8000 HZ --> Narrow-band mode
// TODO Manage the other modes
_speexModePtr
=
&
speex_
w
b_mode
;
_speexModePtr
=
&
speex_
n
b_mode
;
// Init the decoder struct
speex_bits_init
(
&
_speex_dec_bits
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment