diff --git a/sflphone-common/src/audio/pulseaudio/pulselayer.cpp b/sflphone-common/src/audio/pulseaudio/pulselayer.cpp index fa106a254bc738306b6601c9440f97cb07c46f4e..051759b637144bdbddb22c5f40d33120a8020ff7 100644 --- a/sflphone-common/src/audio/pulseaudio/pulselayer.cpp +++ b/sflphone-common/src/audio/pulseaudio/pulselayer.cpp @@ -57,7 +57,8 @@ static void stream_moved_callback(pa_stream *s UNUSED, void *userdata UNUSED) static void playback_underflow_callback (pa_stream* s, void* userdata UNUSED) { _debug ("PulseLayer::Buffer Underflow\n"); - pa_stream_trigger (s, NULL, NULL); + // pa_stream_trigger (s, NULL, NULL); + }