# ls /usr/share/pulseaudio/alsa-mixer/paths
analog-input-aux.conf analog-input-linein.conf analog-input.conf.common analog-output.conf.common
analog-input-dock-mic.conf analog-input-mic-line.conf analog-output-desktop-speaker.conf hdmi-output-0.conf
analog-input-fm.conf analog-input-mic.conf analog-output-headphones-2.conf hdmi-output-1.conf
analog-input-front-mic.conf analog-input-mic.conf.common analog-output-headphones.conf hdmi-output-2.conf
analog-input-headphone-mic.conf analog-input-rear-mic.conf analog-output-mono.conf hdmi-output-3.conf
analog-input-headset-mic.conf analog-input-tvtuner.conf analog-output-speaker-always.conf iec958-stereo-output.conf
analog-input-internal-mic-always.conf analog-input-video.conf analog-output-speaker.conf
analog-input-internal-mic.conf analog-input.conf analog-output.conf
>>> Above bold file disabled to have microphone boost which makes deadly echo by Chromium
# while true; do amixer -D hw:0 sset Capture 70% unmute; sleep 1; done
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 46
Front Left: Capture 33 [72%] [17.00dB] [on]
Front Right: Capture 33 [72%] [17.00dB] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 46
Front Left: Capture 33 [72%] [17.00dB] [on]
Front Right: Capture 33 [72%] [17.00dB] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 46
Front Left: Capture 33 [72%] [17.00dB] [on]
Front Right: Capture 33 [72%] [17.00dB] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 46
Front Left: Capture 33 [72%] [17.00dB] [on]
Front Right: Capture 33 [72%] [17.00dB] [on]
^C
>>> Above loop i am running cause Chromium making deadly echo by putting microphone volume level into 100% by ignoring the settings i have set to Alsa/Pulseaudio
Can anyone please suggest how do i stop this abnormal auto volume increment happening from Chromium please?
media: {
audio: {
optional: [
//{sourceId: audio_source},
{googAutoGainControl: false},
{googAutoGainControl2: false},
{googEchoCancellation: false},
{googEchoCancellation2: false},
{googNoiseSuppression: false},
{googNoiseSuppression2: false},
{googHighpassFilter: false},
{googTypingNoiseDetection: false},
{googAudioMirroring: false}
]
},
video: {
optional: [
//{sourceId: video_source}
]
}
}
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.