15 Jan 2023 |
| @cdepillabout:matrix.org left the room. | 11:09:23 |
18 Jan 2023 |
| Yuu Yin changed their display name from yuu to Yuu Yin. | 13:42:06 |
22 Jan 2023 |
| omlet left the room. | 20:26:20 |
27 Jan 2023 |
| Yuu Yin left the room. | 14:33:52 |
31 Jan 2023 |
| Austreelis joined the room. | 13:03:21 |
1 Feb 2023 |
| @plutoisnotblue:matrix.org removed their display name plutoisnotblue. | 23:36:11 |
| @plutoisnotblue:matrix.org left the room. | 23:36:29 |
6 Feb 2023 |
| kadenwolff joined the room. | 21:07:07 |
13 Feb 2023 |
| PowerUser64 joined the room. | 06:12:07 |
18 Feb 2023 |
| kadenwolff set a profile picture. | 07:58:27 |
21 Feb 2023 |
| Maniac of Madness joined the room. | 11:01:34 |
22 Feb 2023 |
| Shine joined the room. | 09:19:45 |
| Yuu Yin joined the room. | 17:42:54 |
26 Feb 2023 |
Yuu Yin | am i the only person that is using pipewire, pipewire-pulse, and when tries to use the microphone on Firefox on meet.jit.si, app.element.io it does not work? | 11:50:51 |
Yuu Yin | * am i the only person who is using pipewire, pipewire-pulse, and when tries to use the microphone on Firefox on meet.jit.si, app.element.io it does not work? | 11:50:57 |
Minijackson | In reply to @yuu:matrix.org am i the only person who is using pipewire, pipewire-pulse, and when tries to use the microphone on Firefox on meet.jit.si, app.element.io it does not work? I'm using pipewire and firefox, without issues | 11:51:44 |
Minijackson | do you see your mic using pavucontrol ? Is your mic "connected" to firefox (you can see that by using carla for ex.) | 11:52:50 |
Yuu Yin | Minijackson: oh cool. this might be something on my setup then. i documented my issue on https://matrix.to/#/!HYUobyZMSPKrlDZHzZ:mozilla.org/$J-4P7juwJdU_Jj5AWvIgoeVuCIvI0Oz3gsPFlet_sT0?via=mozilla.org&via=matrix.org&via=igalia.com
i will forward the comments, just a coment
| 11:53:28 |
Yuu Yin | * Minijackson: oh cool. this might be something on my setup then. i documented my issue on https://matrix.to/#/!HYUobyZMSPKrlDZHzZ:mozilla.org/$J-4P7juwJdU_Jj5AWvIgoeVuCIvI0Oz3gsPFlet_sT0?via=mozilla.org&via=matrix.org&via=igalia.com
i will forward the comments, just a moment
| 11:53:34 |
Yuu Yin | Microphone issues. On Linux, using pipewire and pipewire-pulse. Firefox 110.0 (64-bit), stock/default profile.
Microphone works on https://mozilla.github.io/webrtc-landing/gum_test.html, although it seems there is a non-ideal filter, noise reduction going which "cuts" my voice.
Microphone does NOT work on meet.jit.si, app.element.io, etc. When I check with pulsemixer and/or helvum, I see Firefox connects to the correct audio source (the microphone/input), but at "best" I hear some noise on the other device.
This is also an issue on Chromium, with the additional issue that on it the GUM test does not work. So it is not a Firefox specific issue, but a Web browser issue?
When I capture/record the mic with a native system app (e.g. ffmpeg -f pulse -i my-mic ) it works okay.
| 11:53:47 |
Yuu Yin |  Download 2023-02-22T17-45-52UTC.png | 11:53:53 |
Yuu Yin | This is how Firefox connects to the audio source/mic in meet.jit.si. It's the same for the gum test. | 11:53:59 |
mindtree | I’ve been using pipewire + Firefox + jitsi without issue fwiw (not sure about pipewire-pulse) | 11:54:00 |
Minijackson | that's weird | 11:55:00 |
Minijackson | specific webapps on firefox are not working ? Have you tried other things on firefox (like call.element.io, or bigbluebutton if you have access to an instance) | 11:55:55 |
Minijackson | or on Chrome ? | 11:55:59 |
Yuu Yin | In reply to @mindtree:matrix.org I’ve been using pipewire + Firefox + jitsi without issue fwiw (not sure about pipewire-pulse) nice, so it is really an issue on my end/setup. i do not have any config files on ~/.config/pipewire or ~/.config/pulse. my nix audio config is
{
# Disable ALSA.
sound.enable = false;
# Disable PulseAudio sound server.
hardware.pulseaudio.enable = false;
# PipeWire
# (rtkit is optional but recommended)
security.rtkit.enable = true;
services.pipewire = {
enable = true;
jack = {
enable = true;
};
pulse = {
enable = true;
};
alsa = {
enable = false;
support32Bit = true;
};
wireplumber = {
enable = true;
};
};
}
| 12:00:58 |
Minijackson | it seems pretty close to what I have | 12:03:21 |
Minijackson | I just don't have the alsa.support32bit , but it shouldn't matter for Firefox | 12:03:48 |
Minijackson | I'm also using pipewire from the unstable channel, not sure if it changes things | 12:04:14 |