Help on troubleshooting/diagnose of the problem
I'm on Ubuntu 22.04 Jammy Jellyfish (x86-64) with Cinnamon 5.2.7
When I do:
Could you compare?
I presume sor far you use pulsaudio principaly, and think this might help:
If you experience low volume on your microphone try setting: nano /etc/pulse/default.pa
with:
set-source-volume 1 300000
Reference: https://wiki.archlinux.org/title/PulseAudio/Troubleshooting
You could also check the setting in:
/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
Look for volume =
merge
or ignore
on your system ?
After changing it you should killall pulseaudio
Pulsaudio will restart on its own and you'll be able to try.
Normally it's advised to set ignore
because the volume output of the microsophone is too high.
(Reference in french)
If you try to make the input stereo instead of mono, I've found this post about adding a channel to an audio input.
Microphones convert sound waves to audio signals via mic capsules. Most mics have one capsule that outputs one signal, making them mono devices. Some mics have multiple capsules and output multiple mono signals (which could be mixed in stereo). However, “stereo mics” are truly multiple-mono devices. Source