You are not logged in.

#1 2015-07-31 14:24:59

jvfc678
Member
Registered: 2015-07-27
Posts: 14

No html5 video sound with alsaequal and Wine Problems

Hello everyone! I'm having a little bit of problems with alsaequal lately.
Ok so I go to youtube and look for a random video and no sound!
I try to go to another video and... Video has sound execpt it stops 1 second after I press the play button!

So I figured it out: in videos that are in the Ogg/Theora format the video plays but there is no sound.
In other formats the video stops like in 1 second as I described before

Does anyone know about this?

My asoundrc

pcm.dmixed {
    type dmix
    ipc_key 1024 # must be unique!
    ipc_key_add_uid 0
   slave {
        pcm {
        type hw
        card 0 # name of the card, see aplay -L
        device 0
    } 
    period_time 0
    buffer_time 0
    period_size 2048 # jm: much smoother than 1024/8192!
    buffer_size 32768
    rate 44100 # needs to be set!
    }
}

ctl.equal {
  type equal;
}

pcm.dsnooped {
    type dsnoop
    ipc_key 1025
    slave.pcm "hw:0,0"
}

pcm.duplex {
    type asym
    playback.pcm "dmixed"
    capture.pcm "dsnooped"
}

pcm.plugequal {
  type equal
  slave.pcm "plug:dmixed" 
  #needs "plug:" cause of floating point transition
}

ctl.!default {
    type hw
    card 0
}

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

defaults.pcm.card 0
defaults.ctl.card 0
defaults.ctl.card 0

Also in wine I can't use alsaequal. Why?
Do I have to do something like this?: https://wiki.archlinux.org/index.php/In … bit_system

Last edited by jvfc678 (2015-07-31 14:28:37)

Offline

Board footer

Powered by FluxBB