Problem with phase inverted internal mic on Lenovo Ideapad 320, Ubuntu 18.04
I'm having an issue using my internal microphone. First time I noticed it was yesterday when I had a group call on Google Hangouts. After thorough research into this, I discovered that my problem was that one of my mic channels was phase inverted from the other, and thus the two channels were effectively cancelling each other out.
The mic would work if I used sudo pavucontrol
to unlock the channels and mute one of them out (and thus it would serve as a ground reference for the other channel), but the thing is that most apps (e.g.: Chrome, Skype) would auto-adjust the mic gain and re-lock the mic channels together, and thus the problem would persist. I tried everything I could to mitigate the issue, but nothing really worked. Also, I found out that this bug goes back as early as 6 years ago, and still no solution is available anywhere.
Reference: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1002978
pulseaudio lenovo alsa microphone
add a comment |
I'm having an issue using my internal microphone. First time I noticed it was yesterday when I had a group call on Google Hangouts. After thorough research into this, I discovered that my problem was that one of my mic channels was phase inverted from the other, and thus the two channels were effectively cancelling each other out.
The mic would work if I used sudo pavucontrol
to unlock the channels and mute one of them out (and thus it would serve as a ground reference for the other channel), but the thing is that most apps (e.g.: Chrome, Skype) would auto-adjust the mic gain and re-lock the mic channels together, and thus the problem would persist. I tried everything I could to mitigate the issue, but nothing really worked. Also, I found out that this bug goes back as early as 6 years ago, and still no solution is available anywhere.
Reference: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1002978
pulseaudio lenovo alsa microphone
Found a way to mitigate this by runningwhile sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done
. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..
– scorpion9979
Oct 21 '18 at 15:16
add a comment |
I'm having an issue using my internal microphone. First time I noticed it was yesterday when I had a group call on Google Hangouts. After thorough research into this, I discovered that my problem was that one of my mic channels was phase inverted from the other, and thus the two channels were effectively cancelling each other out.
The mic would work if I used sudo pavucontrol
to unlock the channels and mute one of them out (and thus it would serve as a ground reference for the other channel), but the thing is that most apps (e.g.: Chrome, Skype) would auto-adjust the mic gain and re-lock the mic channels together, and thus the problem would persist. I tried everything I could to mitigate the issue, but nothing really worked. Also, I found out that this bug goes back as early as 6 years ago, and still no solution is available anywhere.
Reference: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1002978
pulseaudio lenovo alsa microphone
I'm having an issue using my internal microphone. First time I noticed it was yesterday when I had a group call on Google Hangouts. After thorough research into this, I discovered that my problem was that one of my mic channels was phase inverted from the other, and thus the two channels were effectively cancelling each other out.
The mic would work if I used sudo pavucontrol
to unlock the channels and mute one of them out (and thus it would serve as a ground reference for the other channel), but the thing is that most apps (e.g.: Chrome, Skype) would auto-adjust the mic gain and re-lock the mic channels together, and thus the problem would persist. I tried everything I could to mitigate the issue, but nothing really worked. Also, I found out that this bug goes back as early as 6 years ago, and still no solution is available anywhere.
Reference: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1002978
pulseaudio lenovo alsa microphone
pulseaudio lenovo alsa microphone
edited Oct 21 '18 at 13:25
scorpion9979
asked Oct 21 '18 at 13:18
scorpion9979scorpion9979
284
284
Found a way to mitigate this by runningwhile sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done
. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..
– scorpion9979
Oct 21 '18 at 15:16
add a comment |
Found a way to mitigate this by runningwhile sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done
. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..
– scorpion9979
Oct 21 '18 at 15:16
Found a way to mitigate this by running
while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done
. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..– scorpion9979
Oct 21 '18 at 15:16
Found a way to mitigate this by running
while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done
. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..– scorpion9979
Oct 21 '18 at 15:16
add a comment |
1 Answer
1
active
oldest
votes
I was facing with this same issue till yesterday on the new lenovo ideapad 320.
I did the pavucontrol to unlock the channels and mute one of them, followed by
editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
Under [Element Internal Mic Boost] set volume to zero.
Under [Element Int Mic Boost] set volume to zero.
Under [Element Mic Boost] set volume to zero.
reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
Credits to https://forums.linuxmint.com/viewtopic.php?t=183740
Tried with skype echo test service.
Hope this helps.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1085846%2fproblem-with-phase-inverted-internal-mic-on-lenovo-ideapad-320-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I was facing with this same issue till yesterday on the new lenovo ideapad 320.
I did the pavucontrol to unlock the channels and mute one of them, followed by
editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
Under [Element Internal Mic Boost] set volume to zero.
Under [Element Int Mic Boost] set volume to zero.
Under [Element Mic Boost] set volume to zero.
reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
Credits to https://forums.linuxmint.com/viewtopic.php?t=183740
Tried with skype echo test service.
Hope this helps.
add a comment |
I was facing with this same issue till yesterday on the new lenovo ideapad 320.
I did the pavucontrol to unlock the channels and mute one of them, followed by
editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
Under [Element Internal Mic Boost] set volume to zero.
Under [Element Int Mic Boost] set volume to zero.
Under [Element Mic Boost] set volume to zero.
reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
Credits to https://forums.linuxmint.com/viewtopic.php?t=183740
Tried with skype echo test service.
Hope this helps.
add a comment |
I was facing with this same issue till yesterday on the new lenovo ideapad 320.
I did the pavucontrol to unlock the channels and mute one of them, followed by
editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
Under [Element Internal Mic Boost] set volume to zero.
Under [Element Int Mic Boost] set volume to zero.
Under [Element Mic Boost] set volume to zero.
reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
Credits to https://forums.linuxmint.com/viewtopic.php?t=183740
Tried with skype echo test service.
Hope this helps.
I was facing with this same issue till yesterday on the new lenovo ideapad 320.
I did the pavucontrol to unlock the channels and mute one of them, followed by
editing /usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf
Under [Element Internal Mic Boost] set volume to zero.
Under [Element Int Mic Boost] set volume to zero.
Under [Element Mic Boost] set volume to zero.
reference : https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Microphone_distorted_due_to_automatic_adjustment
Credits to https://forums.linuxmint.com/viewtopic.php?t=183740
Tried with skype echo test service.
Hope this helps.
answered Feb 5 at 4:16
AmitAmit
322111
322111
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1085846%2fproblem-with-phase-inverted-internal-mic-on-lenovo-ideapad-320-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Found a way to mitigate this by running
while sleep 0.2; do pactl set-source-volume <your mic device> 40% 10%; done
. This would reset the mic channel volume every 0.2 seconds to 40% (left) and 10% (right), I found out that these values give the best audio quality. Still looking for the ultimate answer..– scorpion9979
Oct 21 '18 at 15:16