How do i check that?

|
siduck 2022-07-30 18:21:54
an example https://www.codejam.info/2015/05/firefox-hello-alsa-and-webcam-microphone.html

Firefox Hello, ALSA, and webcam microphonewww.codejam.info
Yesterday, I finally tried Firefox Hello, one of the few free softwares to do cross platform video chat.
Ceda EI 2022-07-30 18:25:59
siduck 2022-07-30 18:21:54
an example https://www.codejam.info/2015/05/firefox-hello-alsa-and-webcam-microphone.html

that’s 2015, firefox has dropped support for alsa since then

Ceda EI 2022-07-30 18:27:20
https://www.mozilla.org/en-US/firefox/52.0/releasenotes/

Version 52.0, first offered to Release channel users on March 7, 2017

On Linux, Firefox now requires PulseAudio to play sound and no longer plays sound directly with ALSA.

Firefox 52.0, See All New Features, Updates and FixesMozilla
Ceda EI 2022-07-30 18:28:20
there is probably some pulseaudio to alsa translation layer you could use but at that point, I am not sure why you would even insist on using alsa only
Ceda EI 2022-07-30 18:29:13
my point is using alsa directly is not a practical stance
Ceda EI 2022-07-30 18:29:34
even for simple cases, you will end up doing a lot of config and shit
siduck 2022-07-30 18:29:35
Ceda EI 2022-07-30 18:28:20
there is probably some pulseaudio to alsa translation layer you could use but at that point, I am not sure why you would even insist on using alsa only

as I said it can be used if the setup is simple. I dont even record my mic. so its enough for me and it works with less config too

siduck 2022-07-30 18:29:49
Ceda EI 2022-07-30 18:29:34
even for simple cases, you will end up doing a lot of config and shit

only for the dmix thingy

Ceda EI 2022-07-30 18:29:58
and pulseaudio thing now
Ceda EI 2022-07-30 18:30:11
and when you want to mute one app
siduck 2022-07-30 18:30:26
Ceda EI 2022-07-30 18:29:58
and pulseaudio thing now

yep , i’d suggest pulseaudio but if the user just uses the speaker/earphones then alsa XD

Ceda EI 2022-07-30 18:31:03
even if the user “just” uses speaker/earphones, only alsa will be a pain point
Ceda EI 2022-07-30 18:31:15
dunno anyone who wouldn’t be using a browser
siduck 2022-07-30 18:31:43
Ceda EI 2022-07-30 18:31:03
even if the user “just” uses speaker/earphones, only alsa will be a pain point

no, only the dmix config is needed

siduck 2022-07-30 18:31:56
getting the mic work will require some config, but im not talking about that
siduck 2022-07-30 18:32:05
speaker/earphones will work by default, just check stuff in alsamixer
Ceda EI 2022-07-30 18:33:43
umm, they won’t work if you are using any of apps which don’t support direct audio to alsa. I feel like we are going around in circles.
siduck 2022-07-30 18:35:59
Ceda EI 2022-07-30 18:25:59
that’s 2015, firefox has dropped support for alsa since then

MIC i think, audio play works. tested rn

Ceda EI 2022-07-30 18:37:06
Ceda EI 2022-07-30 18:27:20
https://www.mozilla.org/en-US/firefox/52.0/releasenotes/

Version 52.0, first offered to Release channel users on March 7, 2017

On Linux, Firefox now requires PulseAudio to play sound and no longer plays sound directly with ALSA.

read the last line here

siduck 2022-07-30 18:38:08
Ceda EI 2022-07-30 18:37:06
read the last line here

hm, but im able to play audio with no config at all ( no dmix config too ) , try it yourself

Ceda EI 2022-07-30 18:41:04
you might be using apulse
Ceda EI 2022-07-30 18:41:18
not gonna break my current config to try this ¯_(ツ)_/¯
neovoidtk 2022-07-30 18:51:36
this one is very confusing cant get the navigations
thecatvoid 2022-07-30 18:54:50
siduck 2022-07-30 18:31:43
no, only the dmix config is needed

you cant play multiple audio at the same time with alsa

thecatvoid 2022-07-30 18:54:53
in firefox
thecatvoid 2022-07-30 18:55:04
or any other browser
siduck 2022-07-30 18:57:25
Ceda EI 2022-07-30 18:41:04
you might be using apulse

how do i check that? if its a pulseaudio thing then no, ive got all such packages removed

siduck 2022-07-30 18:57:33
thecatvoid 2022-07-30 18:54:50
you cant play multiple audio at the same time with alsa

u can with dmix ._.

thecatvoid 2022-07-30 19:30:44
siduck 2022-07-30 18:57:33
u can with dmix ._.

i mean, you still need a separate program right?

siduck 2022-07-30 19:49:06
thecatvoid 2022-07-30 19:30:44
i mean, you still need a separate program right?

no

theoooooooooooooooooo 2022-07-30 19:49:16
thecatvoid 2022-07-30 16:05:03
for example, ctrl + right arrow moves cursor faster

i just use vi mode in zsh

smol_mazunki 2022-07-30 19:53:26
theoooooooooooooooooo 2022-07-30 19:49:16
i just use vi mode in zsh

same

smol_mazunki 2022-07-30 19:53:28
i combine tho
thecatvoid 2022-07-30 19:57:02
theoooooooooooooooooo 2022-07-30 19:49:16
i just use vi mode in zsh

dont like, like entering Esc etc.. doesnt feel write inside a shell

smol_mazunki 2022-07-30 19:57:56
it’s useful
|