toxygen-project / toxygen

Toxygen is pythonic Tox client
GNU General Public License v3.0
280 stars 46 forks source link

underrun occurred #32

Closed kamnxt closed 8 years ago

kamnxt commented 8 years ago

When in-call, I only hear a kind of buzzing sound, and I get this message repeatedly in the output:

ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred

Running Arch Linux, built from AUR package. Also, video calling doesn't seem to work.

IngvarX commented 8 years ago

1) This is known ALSA bug. You can try export PULSE_LATENCY_MSEC=60 in terminal before running Toxygen. Or try solution like this 2) Video calls is not yet implemented. One bug stopped implementing this feature for a while I'm closing this as not really client issue