Horrible input sound on any distro Announcing the arrival of Valued Associate #679: Cesar...
Why weren't discrete x86 CPUs ever used in game hardware?
Project Euler #1 in C++
Performance gap between vector<bool> and array
A term for a woman complaining about things/begging in a cute/childish way
An adverb for when you're not exaggerating
Significance of Cersei's obsession with elephants?
Time to Settle Down!
Maximum summed subsequences with non-adjacent items
Why should I vote and accept answers?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
How to install press fit bottom bracket into new frame
How do I find out the mythology and history of my Fortress?
Is there hard evidence that the grant peer review system performs significantly better than random?
Effects on objects due to a brief relocation of massive amounts of mass
What would you call this weird metallic apparatus that allows you to lift people?
Selecting user stories during sprint planning
Amount of permutations on an NxNxN Rubik's Cube
Do I really need to have a message in a novel to appeal to readers?
How does light 'choose' between wave and particle behaviour?
ArcGIS Pro Python arcpy.CreatePersonalGDB_management
How to write this math term? with cases it isn't working
Taylor expansion of ln(1-x)
How can I reduce the gap between left and right of cdot with a macro?
How come Sam didn't become Lord of Horn Hill?
Horrible input sound on any distro
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionNo sound right after watching videos / using voice IPHow do I get Mint to recognize my laptop's microphone as a mono input instead of stereo input?3D sound based on window positionChanging input audio source and setting it to mono on Debian Jessie/8 using commandsExternal headset mic not listed in Linux Mint 18.1 64-bit on Acer Aspire E 15Headphones with combo jack: Force internal mic for input and headphones for outputALSA — remarkably horrible sound output on headphonesIntermittent detection of sound cards in PulseAudioALSA - Sound stopped working in Arch for USB sound card after upgrading KDE from 5.7 to 5.14ALSA behaviour on stereo mic during process suspend
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've been toying around with several distros in my endless effort to ditch windows and stick to linux but I haven't been able to work this out. I used to have a desktop where everything just worked but now I have a laptop (acer aspire e 15 e5-575g-52rj) and I'm having a very annoying issue when it comes to VoIP chatting which I regularly use. I'm experiencing this issues with Skype and Discord, everyone who's listening on the same channel or chat says that my mic sounds like it has some sort of crazy amplification but I've checked pavucontrol and alsamixer without finding anything useful. The only thing I saw was that discord uses something called WebRTC and Skype uses Chrome Sound. Dunno if that's relevant or anything.
I wanted to know if my mic was the issue so I unplugged it from my computer and tried to use the internal one on linux, it didn't work so I'm thinking it's a driver issue, but I don't really know what to do now. I tried Ubuntu, Fedora, Solus and now I'm on Manjaro and I'm having the exact same issue on every single one of them.
Also, I tried listening to my own mic on linux using this command:
pactl load-module module-loopback latency_msec=1
and it worked just fine, I mean I didn't hear any of the issues people talked about. I thought it could be discord's or skype's postprocessing software (don't know if that's its name but I didn't know what else to call it) but I would'nt really know how to troubleshoot that.
`
audio pulseaudio voip microphone alsamixer
add a comment |
I've been toying around with several distros in my endless effort to ditch windows and stick to linux but I haven't been able to work this out. I used to have a desktop where everything just worked but now I have a laptop (acer aspire e 15 e5-575g-52rj) and I'm having a very annoying issue when it comes to VoIP chatting which I regularly use. I'm experiencing this issues with Skype and Discord, everyone who's listening on the same channel or chat says that my mic sounds like it has some sort of crazy amplification but I've checked pavucontrol and alsamixer without finding anything useful. The only thing I saw was that discord uses something called WebRTC and Skype uses Chrome Sound. Dunno if that's relevant or anything.
I wanted to know if my mic was the issue so I unplugged it from my computer and tried to use the internal one on linux, it didn't work so I'm thinking it's a driver issue, but I don't really know what to do now. I tried Ubuntu, Fedora, Solus and now I'm on Manjaro and I'm having the exact same issue on every single one of them.
Also, I tried listening to my own mic on linux using this command:
pactl load-module module-loopback latency_msec=1
and it worked just fine, I mean I didn't hear any of the issues people talked about. I thought it could be discord's or skype's postprocessing software (don't know if that's its name but I didn't know what else to call it) but I would'nt really know how to troubleshoot that.
`
audio pulseaudio voip microphone alsamixer
1
1) Are you indicating that you did not only switch from desktop to notebook but also use a new microphone since then, or did your microphone work with the desktop and Linux? 2) All VoIP providers offer pseudo answering machines which call you back and replay what they recorded. Did you use any of these so far?
– Run CMD
Jun 14 '17 at 6:38
In addition tomodule-loopback
, you canarecord
orparecord
your mic to check for distortions. If that sounds right, too, then I'd assume it's some kind of bug in discord or Skype (wrong sample rate? bad conversion?) And you won't be able to debug it in Skype, because it's closed source.
– dirkt
Jun 14 '17 at 7:40
I switched from Desktop to a notebook but I didn't have this issues back then. I still use the same mic though. I actually tried those two methods after posting and it sounded alright. So I'm guessing that the problem is within the VoIP software. Although I turned on my machine today and now I have no sound output either lol, so yeah.
– Manuel Roldán
Jun 14 '17 at 14:52
add a comment |
I've been toying around with several distros in my endless effort to ditch windows and stick to linux but I haven't been able to work this out. I used to have a desktop where everything just worked but now I have a laptop (acer aspire e 15 e5-575g-52rj) and I'm having a very annoying issue when it comes to VoIP chatting which I regularly use. I'm experiencing this issues with Skype and Discord, everyone who's listening on the same channel or chat says that my mic sounds like it has some sort of crazy amplification but I've checked pavucontrol and alsamixer without finding anything useful. The only thing I saw was that discord uses something called WebRTC and Skype uses Chrome Sound. Dunno if that's relevant or anything.
I wanted to know if my mic was the issue so I unplugged it from my computer and tried to use the internal one on linux, it didn't work so I'm thinking it's a driver issue, but I don't really know what to do now. I tried Ubuntu, Fedora, Solus and now I'm on Manjaro and I'm having the exact same issue on every single one of them.
Also, I tried listening to my own mic on linux using this command:
pactl load-module module-loopback latency_msec=1
and it worked just fine, I mean I didn't hear any of the issues people talked about. I thought it could be discord's or skype's postprocessing software (don't know if that's its name but I didn't know what else to call it) but I would'nt really know how to troubleshoot that.
`
audio pulseaudio voip microphone alsamixer
I've been toying around with several distros in my endless effort to ditch windows and stick to linux but I haven't been able to work this out. I used to have a desktop where everything just worked but now I have a laptop (acer aspire e 15 e5-575g-52rj) and I'm having a very annoying issue when it comes to VoIP chatting which I regularly use. I'm experiencing this issues with Skype and Discord, everyone who's listening on the same channel or chat says that my mic sounds like it has some sort of crazy amplification but I've checked pavucontrol and alsamixer without finding anything useful. The only thing I saw was that discord uses something called WebRTC and Skype uses Chrome Sound. Dunno if that's relevant or anything.
I wanted to know if my mic was the issue so I unplugged it from my computer and tried to use the internal one on linux, it didn't work so I'm thinking it's a driver issue, but I don't really know what to do now. I tried Ubuntu, Fedora, Solus and now I'm on Manjaro and I'm having the exact same issue on every single one of them.
Also, I tried listening to my own mic on linux using this command:
pactl load-module module-loopback latency_msec=1
and it worked just fine, I mean I didn't hear any of the issues people talked about. I thought it could be discord's or skype's postprocessing software (don't know if that's its name but I didn't know what else to call it) but I would'nt really know how to troubleshoot that.
`
audio pulseaudio voip microphone alsamixer
audio pulseaudio voip microphone alsamixer
edited 6 hours ago
Rui F Ribeiro
42.2k1484142
42.2k1484142
asked Jun 14 '17 at 5:18
Manuel RoldánManuel Roldán
1
1
1
1) Are you indicating that you did not only switch from desktop to notebook but also use a new microphone since then, or did your microphone work with the desktop and Linux? 2) All VoIP providers offer pseudo answering machines which call you back and replay what they recorded. Did you use any of these so far?
– Run CMD
Jun 14 '17 at 6:38
In addition tomodule-loopback
, you canarecord
orparecord
your mic to check for distortions. If that sounds right, too, then I'd assume it's some kind of bug in discord or Skype (wrong sample rate? bad conversion?) And you won't be able to debug it in Skype, because it's closed source.
– dirkt
Jun 14 '17 at 7:40
I switched from Desktop to a notebook but I didn't have this issues back then. I still use the same mic though. I actually tried those two methods after posting and it sounded alright. So I'm guessing that the problem is within the VoIP software. Although I turned on my machine today and now I have no sound output either lol, so yeah.
– Manuel Roldán
Jun 14 '17 at 14:52
add a comment |
1
1) Are you indicating that you did not only switch from desktop to notebook but also use a new microphone since then, or did your microphone work with the desktop and Linux? 2) All VoIP providers offer pseudo answering machines which call you back and replay what they recorded. Did you use any of these so far?
– Run CMD
Jun 14 '17 at 6:38
In addition tomodule-loopback
, you canarecord
orparecord
your mic to check for distortions. If that sounds right, too, then I'd assume it's some kind of bug in discord or Skype (wrong sample rate? bad conversion?) And you won't be able to debug it in Skype, because it's closed source.
– dirkt
Jun 14 '17 at 7:40
I switched from Desktop to a notebook but I didn't have this issues back then. I still use the same mic though. I actually tried those two methods after posting and it sounded alright. So I'm guessing that the problem is within the VoIP software. Although I turned on my machine today and now I have no sound output either lol, so yeah.
– Manuel Roldán
Jun 14 '17 at 14:52
1
1
1) Are you indicating that you did not only switch from desktop to notebook but also use a new microphone since then, or did your microphone work with the desktop and Linux? 2) All VoIP providers offer pseudo answering machines which call you back and replay what they recorded. Did you use any of these so far?
– Run CMD
Jun 14 '17 at 6:38
1) Are you indicating that you did not only switch from desktop to notebook but also use a new microphone since then, or did your microphone work with the desktop and Linux? 2) All VoIP providers offer pseudo answering machines which call you back and replay what they recorded. Did you use any of these so far?
– Run CMD
Jun 14 '17 at 6:38
In addition to
module-loopback
, you can arecord
or parecord
your mic to check for distortions. If that sounds right, too, then I'd assume it's some kind of bug in discord or Skype (wrong sample rate? bad conversion?) And you won't be able to debug it in Skype, because it's closed source.– dirkt
Jun 14 '17 at 7:40
In addition to
module-loopback
, you can arecord
or parecord
your mic to check for distortions. If that sounds right, too, then I'd assume it's some kind of bug in discord or Skype (wrong sample rate? bad conversion?) And you won't be able to debug it in Skype, because it's closed source.– dirkt
Jun 14 '17 at 7:40
I switched from Desktop to a notebook but I didn't have this issues back then. I still use the same mic though. I actually tried those two methods after posting and it sounded alright. So I'm guessing that the problem is within the VoIP software. Although I turned on my machine today and now I have no sound output either lol, so yeah.
– Manuel Roldán
Jun 14 '17 at 14:52
I switched from Desktop to a notebook but I didn't have this issues back then. I still use the same mic though. I actually tried those two methods after posting and it sounded alright. So I'm guessing that the problem is within the VoIP software. Although I turned on my machine today and now I have no sound output either lol, so yeah.
– Manuel Roldán
Jun 14 '17 at 14:52
add a comment |
1 Answer
1
active
oldest
votes
Had very distorted sound in Skype calls, found fix by launching Skype from terminal like this, works like a charm every time:
PULSE_LATENCY_MSEC=90 skypeforlinux
fix source https://askubuntu.com/questions/984795/distorted-headphone-sound-when-using-skype-for-linux/984885
Sound in Discord breaks up a lot; haven't found fix yet
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f371005%2fhorrible-input-sound-on-any-distro%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
Had very distorted sound in Skype calls, found fix by launching Skype from terminal like this, works like a charm every time:
PULSE_LATENCY_MSEC=90 skypeforlinux
fix source https://askubuntu.com/questions/984795/distorted-headphone-sound-when-using-skype-for-linux/984885
Sound in Discord breaks up a lot; haven't found fix yet
add a comment |
Had very distorted sound in Skype calls, found fix by launching Skype from terminal like this, works like a charm every time:
PULSE_LATENCY_MSEC=90 skypeforlinux
fix source https://askubuntu.com/questions/984795/distorted-headphone-sound-when-using-skype-for-linux/984885
Sound in Discord breaks up a lot; haven't found fix yet
add a comment |
Had very distorted sound in Skype calls, found fix by launching Skype from terminal like this, works like a charm every time:
PULSE_LATENCY_MSEC=90 skypeforlinux
fix source https://askubuntu.com/questions/984795/distorted-headphone-sound-when-using-skype-for-linux/984885
Sound in Discord breaks up a lot; haven't found fix yet
Had very distorted sound in Skype calls, found fix by launching Skype from terminal like this, works like a charm every time:
PULSE_LATENCY_MSEC=90 skypeforlinux
fix source https://askubuntu.com/questions/984795/distorted-headphone-sound-when-using-skype-for-linux/984885
Sound in Discord breaks up a lot; haven't found fix yet
answered May 16 '18 at 0:24
fiammafiamma
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f371005%2fhorrible-input-sound-on-any-distro%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
1
1) Are you indicating that you did not only switch from desktop to notebook but also use a new microphone since then, or did your microphone work with the desktop and Linux? 2) All VoIP providers offer pseudo answering machines which call you back and replay what they recorded. Did you use any of these so far?
– Run CMD
Jun 14 '17 at 6:38
In addition to
module-loopback
, you canarecord
orparecord
your mic to check for distortions. If that sounds right, too, then I'd assume it's some kind of bug in discord or Skype (wrong sample rate? bad conversion?) And you won't be able to debug it in Skype, because it's closed source.– dirkt
Jun 14 '17 at 7:40
I switched from Desktop to a notebook but I didn't have this issues back then. I still use the same mic though. I actually tried those two methods after posting and it sounded alright. So I'm guessing that the problem is within the VoIP software. Although I turned on my machine today and now I have no sound output either lol, so yeah.
– Manuel Roldán
Jun 14 '17 at 14:52