Crackling and delayed sound after upgrading to 18.04












1















I just upgraded to 18.04, and I noticed that the sound from my headphones, whether plugged into front or back port, was very crackling and slow/delayed. This issue didn't exist on 17.04/10. It also doesn't affect audio coming from HDMI via Radeon 560 GPU, just the headphone/onboard audio. The relevant device is:



00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)  


I tried a bunch of fixes for pulseaudio I found googling, including this one and this one. Neither of which helped.



I have found something that at least makes it listenable - changing "default-fragment-size-msec" from 25 to 5 in /etc/pulse/daemon.conf. It makes it much much better, but still a little crackly from time to time.



I've googled for 30 min or more now, and not finding anything else that seems recent and relevant, so wondering if I should maybe open a bug, or if there's something I'm overlooking here.










share|improve this question





























    1















    I just upgraded to 18.04, and I noticed that the sound from my headphones, whether plugged into front or back port, was very crackling and slow/delayed. This issue didn't exist on 17.04/10. It also doesn't affect audio coming from HDMI via Radeon 560 GPU, just the headphone/onboard audio. The relevant device is:



    00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)  


    I tried a bunch of fixes for pulseaudio I found googling, including this one and this one. Neither of which helped.



    I have found something that at least makes it listenable - changing "default-fragment-size-msec" from 25 to 5 in /etc/pulse/daemon.conf. It makes it much much better, but still a little crackly from time to time.



    I've googled for 30 min or more now, and not finding anything else that seems recent and relevant, so wondering if I should maybe open a bug, or if there's something I'm overlooking here.










    share|improve this question



























      1












      1








      1








      I just upgraded to 18.04, and I noticed that the sound from my headphones, whether plugged into front or back port, was very crackling and slow/delayed. This issue didn't exist on 17.04/10. It also doesn't affect audio coming from HDMI via Radeon 560 GPU, just the headphone/onboard audio. The relevant device is:



      00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)  


      I tried a bunch of fixes for pulseaudio I found googling, including this one and this one. Neither of which helped.



      I have found something that at least makes it listenable - changing "default-fragment-size-msec" from 25 to 5 in /etc/pulse/daemon.conf. It makes it much much better, but still a little crackly from time to time.



      I've googled for 30 min or more now, and not finding anything else that seems recent and relevant, so wondering if I should maybe open a bug, or if there's something I'm overlooking here.










      share|improve this question
















      I just upgraded to 18.04, and I noticed that the sound from my headphones, whether plugged into front or back port, was very crackling and slow/delayed. This issue didn't exist on 17.04/10. It also doesn't affect audio coming from HDMI via Radeon 560 GPU, just the headphone/onboard audio. The relevant device is:



      00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)  


      I tried a bunch of fixes for pulseaudio I found googling, including this one and this one. Neither of which helped.



      I have found something that at least makes it listenable - changing "default-fragment-size-msec" from 25 to 5 in /etc/pulse/daemon.conf. It makes it much much better, but still a little crackly from time to time.



      I've googled for 30 min or more now, and not finding anything else that seems recent and relevant, so wondering if I should maybe open a bug, or if there's something I'm overlooking here.







      18.04 sound pulseaudio






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 6 at 5:33









      Pablo Bianchi

      2,4551530




      2,4551530










      asked May 8 '18 at 5:01









      jwintermjwinterm

      10613




      10613






















          3 Answers
          3






          active

          oldest

          votes


















          6














          I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.



          Try



          killall pulseaudio





          share|improve this answer

































            1














            Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file



            nano /etc/pulse/default.pa


            then find a line containing:



            load-module module-udev-detect


            modify this to become:



            load-module module-udev-detect tsched=0


            save and exit and you're all set!






            share|improve this answer


























            • you need to restart your laptop or run: pulseaudio -k after you change the configuration.

              – stason
              Nov 16 '18 at 3:05











            • all it does is makes the sound completely distorted

              – Sarge Borsch
              Nov 16 '18 at 13:12



















            1














            I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.



            killall pulseaudio


            only fixed it temporarily for some reason. After a few minutes the problem was back again.
            What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter



            pulsaudio -k





            share|improve this answer

























              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
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033405%2fcrackling-and-delayed-sound-after-upgrading-to-18-04%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              6














              I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.



              Try



              killall pulseaudio





              share|improve this answer






























                6














                I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.



                Try



                killall pulseaudio





                share|improve this answer




























                  6












                  6








                  6







                  I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.



                  Try



                  killall pulseaudio





                  share|improve this answer















                  I had the same issue and killing pulseaudio fixed it for me. I'm not sure why it would get into a bad state, but restarting pulseaudio might be something to try.



                  Try



                  killall pulseaudio






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jan 6 at 5:38









                  Pablo Bianchi

                  2,4551530




                  2,4551530










                  answered May 8 '18 at 22:08









                  TommyTommy

                  611




                  611

























                      1














                      Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file



                      nano /etc/pulse/default.pa


                      then find a line containing:



                      load-module module-udev-detect


                      modify this to become:



                      load-module module-udev-detect tsched=0


                      save and exit and you're all set!






                      share|improve this answer


























                      • you need to restart your laptop or run: pulseaudio -k after you change the configuration.

                        – stason
                        Nov 16 '18 at 3:05











                      • all it does is makes the sound completely distorted

                        – Sarge Borsch
                        Nov 16 '18 at 13:12
















                      1














                      Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file



                      nano /etc/pulse/default.pa


                      then find a line containing:



                      load-module module-udev-detect


                      modify this to become:



                      load-module module-udev-detect tsched=0


                      save and exit and you're all set!






                      share|improve this answer


























                      • you need to restart your laptop or run: pulseaudio -k after you change the configuration.

                        – stason
                        Nov 16 '18 at 3:05











                      • all it does is makes the sound completely distorted

                        – Sarge Borsch
                        Nov 16 '18 at 13:12














                      1












                      1








                      1







                      Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file



                      nano /etc/pulse/default.pa


                      then find a line containing:



                      load-module module-udev-detect


                      modify this to become:



                      load-module module-udev-detect tsched=0


                      save and exit and you're all set!






                      share|improve this answer















                      Press Ctrl+Alt+T to go to a terminal and use your favourite editor to edit the file



                      nano /etc/pulse/default.pa


                      then find a line containing:



                      load-module module-udev-detect


                      modify this to become:



                      load-module module-udev-detect tsched=0


                      save and exit and you're all set!







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Jul 1 '18 at 10:14









                      Fabby

                      26.6k1360159




                      26.6k1360159










                      answered Jul 1 '18 at 8:33









                      H360H360

                      112




                      112













                      • you need to restart your laptop or run: pulseaudio -k after you change the configuration.

                        – stason
                        Nov 16 '18 at 3:05











                      • all it does is makes the sound completely distorted

                        – Sarge Borsch
                        Nov 16 '18 at 13:12



















                      • you need to restart your laptop or run: pulseaudio -k after you change the configuration.

                        – stason
                        Nov 16 '18 at 3:05











                      • all it does is makes the sound completely distorted

                        – Sarge Borsch
                        Nov 16 '18 at 13:12

















                      you need to restart your laptop or run: pulseaudio -k after you change the configuration.

                      – stason
                      Nov 16 '18 at 3:05





                      you need to restart your laptop or run: pulseaudio -k after you change the configuration.

                      – stason
                      Nov 16 '18 at 3:05













                      all it does is makes the sound completely distorted

                      – Sarge Borsch
                      Nov 16 '18 at 13:12





                      all it does is makes the sound completely distorted

                      – Sarge Borsch
                      Nov 16 '18 at 13:12











                      1














                      I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.



                      killall pulseaudio


                      only fixed it temporarily for some reason. After a few minutes the problem was back again.
                      What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter



                      pulsaudio -k





                      share|improve this answer






























                        1














                        I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.



                        killall pulseaudio


                        only fixed it temporarily for some reason. After a few minutes the problem was back again.
                        What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter



                        pulsaudio -k





                        share|improve this answer




























                          1












                          1








                          1







                          I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.



                          killall pulseaudio


                          only fixed it temporarily for some reason. After a few minutes the problem was back again.
                          What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter



                          pulsaudio -k





                          share|improve this answer















                          I ran into the same issue (crackling sound) today on Ubuntu 18.10 on my Intel NUC Canyon Hades.



                          killall pulseaudio


                          only fixed it temporarily for some reason. After a few minutes the problem was back again.
                          What ultimately did the trick was the answer posted by Fabby in combination with the comment by statson to enter



                          pulsaudio -k






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Jan 6 at 5:39









                          Pablo Bianchi

                          2,4551530




                          2,4551530










                          answered Jan 5 at 15:41









                          Roman KaufmannRoman Kaufmann

                          111




                          111






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033405%2fcrackling-and-delayed-sound-after-upgrading-to-18-04%23new-answer', 'question_page');
                              }
                              );

                              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







                              Popular posts from this blog

                              flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                              Mangá

                               ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕