Skip to content
Snippets Groups Projects
Commit af96f97f authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2352] Add alsa debug

As it could be related to the pulseaudio problem, to test
parent 217b8bcb
Branches
Tags
No related merge requests found
......@@ -853,6 +853,10 @@ void AlsaLayer::audioCallback (void)
spkrVolume = _manager->getSpkrVolume();
micVolume = _manager->getMicVolume();
/*
int writeableSize = snd_pcm_avail_update(_PlaybackHandle);
_debug("writeableSize %i\n", writeableSize);
*/
// AvailForGet tell the number of chars inside the buffer
// framePerBuffer are the number of data for one channel (left)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment