Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Pulseaudio+alsa. Brak dźwięku w firefox.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
nUmer_inaczej
Apprentice
Apprentice


Joined: 24 Apr 2007
Posts: 165
Location: Bydgoszcz

PostPosted: Sun Apr 15, 2018 9:16 am    Post subject: Pulseaudio+alsa. Brak dźwięku w firefox. Reply with quote

Cześć.

Mam pewien problem z dźwiękiem pod firefox, który do działania wymaga pulseaudio.
Problem w tym, że moja karta dźwiękowa (DAC ifi nano LE) w alsamixer udostępnia mixer do ustawiania poziomu głośności,
który jednak nie działa bez oprogramowania asoundrc.
Wpis:
Code:

defaults.pcm.!card 0
defaults.pcm.!device 0

pcm.usb-audio {
          type hw
          card 0
       }
       
       ctl.usb-audio {
          type hw
          card 0
       }

pcm.!default {
    type plug
    slave.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 512
        buffer_size 4096
        periods 128
        rate 348000
        rate 192000
        rate 96000
        rate 48000
        rate 44100
        format S32_LE
     }
     bindings {
        0 0
        1 1
     }
}
ctl.mixer0 {
    type hw
    card 0
}

#
pcm.softvol {
          type softvol
          slave {
             pcm "dmixer"
          }
          control {
             name "Master"
             card 0
          }
       }
       

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



pozwala na kontrolę głośności globalną, czego w pulseaudio nie wiem jak uzyskać.

Problem: jak pogodzić alsa+pulseaudio aby dodatkowo uzyskać dźwięk w Firefox?
_________________
nUmer w sieci
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum