Skip to content
Snippets Groups Projects
Commit 4684a5dd authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Pouet

parent 26bb580d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -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()
......
......@@ -30,7 +30,6 @@ if (defined($_REQUEST['i'])) {
}
$module = '';
// Default module: home
if (!$_REQUEST['mod']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment