8000 ALSA underruns when using mpg123 and PulseAudio at the same time · Issue #11 · dominictarr/mpg123 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
ALSA underruns when using mpg123 and PulseAudio at the same time #11
Open
@dcerisano

Description

@dcerisano

The following intermittent error occurs when using mpg123 while PulseAudio daemon is running:
ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred

Mpg123 uses faster buffering than PulseAudio's default configuration, resulting in audio chop.

The remedy was found here:

Reconfigure PulseAudio buffers in /etc/pulse/daemon.conf

 default-fragments = 5
 default-fragment-size-msec = 2

Restart daemon:
pulseaudio -k

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0