You are not logged in.

#1 2008-05-31 08:45:12

corrupt
Member
Registered: 2007-06-25
Posts: 74

sound sluttering in flash in firefox

I have sound card without hardware mixing.
I use alsa's dmixer to play sounds and music.
Everything works just fine when I try to play videos through mplayerplugin or when playing videos and listening to the music.
But sound in flash videos slutters. Sluttering depends on the size of the buffer but i tried many configurations and none worked perfectly for flash.
So I'm thinking can I specify some flash player sound output parameters anywhere? 
my /etc/asound.conf

#/etc/asound.conf start:
pcm.!default {
    type plug
    slave.pcm "asymed"
}

pcm.asymed {
        type asym
        playback.pcm "dmixer"
}

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

ctl.dmixer {
    type hw
    card 0
}

#end.

Offline

Board footer

Powered by FluxBB