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
4684a5dd
Commit
4684a5dd
authored
Sep 07, 2007
by
Alexandre Bourget
Browse files
Pouet
parent
26bb580d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/iaxvoiplink.cpp
View file @
4684a5dd
...
...
@@ -268,7 +268,7 @@ IAXVoIPLink::sendAudioFromMic(void)
// take the lowest
int
bytesAvail
=
(
availBytesFromMic
<
maxBytesToGet
)
?
availBytesFromMic
:
maxBytesToGet
;
_debug
(
"available = %d, maxBytesToGet = %d
\n
"
,
availBytesFromMic
,
maxBytesToGet
);
//
_debug("available = %d, maxBytesToGet = %d\n", availBytesFromMic, maxBytesToGet);
// Get bytes from micRingBuffer to data_from_mic
int
nbSample
=
audiolayer
->
getMic
(
_dataAudioLayer
,
bytesAvail
)
/
sizeof
(
SFLDataFormat
);
...
...
src/managerimpl.cpp
View file @
4684a5dd
...
...
@@ -69,7 +69,7 @@ ManagerImpl::ManagerImpl (void)
_dbus
=
NULL
;
// sound
_audiodriver
=
0
;
_audiodriver
=
NULL
;
_dtmfKey
=
0
;
_spkr_volume
=
0
;
// Initialize after by init() -> initVolume()
_mic_volume
=
0
;
// Initialize after by init() -> initVolume()
...
...
www/index.php
View file @
4684a5dd
...
...
@@ -30,7 +30,6 @@ if (defined($_REQUEST['i'])) {
}
$module
=
''
;
// Default module: home
if
(
!
$_REQUEST
[
'mod'
])
{
...
...
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