[gstreamer-bugs] [Bug 314689] New: alsasink cracks with some dmix configurations

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Aug 28 02:14:54 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=314689
 GStreamer | gst-plugins | Ver: 0.8.10

           Summary: alsasink cracks with some dmix configurations
           Product: GStreamer
           Version: 0.8.10
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lool+gnome at via.ecp.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Hi,

In some ALSA dmix configurations, alsasink produces cracking sound.

Only alsasink behaves as such, other ALSA apps are fine.  Changing the ALSA dmix
configuration with a newer sample one seems to fix the issue.  This looks like a
corner case in alsasink.

This was reported in Debian by 4-5 persons in Debian bugs
http://bugs.debian.org/323447 and http://bugs.debian.org/324163.

These people have the problem on multiple machines, with very different audio
hardware.  Here's a sample problematic asoundrc:


pcm.!default {
        type plug
        slave.pcm "dmixer" 
}

ctl.!default {
        type plug 
        slave.ctl "dmixer"
}

pcm.dmixer {
        type dmix
        ipc_key 1024
        slave { 
                pcm "hw:0,0"
                period_time 0
                period_size 1024
                buffer_size 4096
                rate 44100
        }
        bindings {
                0 0
                1 1
        }
}

ctl.dmixer {
        type hw
        card 0
}

Bye,


Bye,

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list