When the default text-to-speech program (spd-say) speaks it is accompanied by noise/crackling/buzzing (and some echo), how to fix?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












spd-say "Hello world!"


I'm running Ubuntu 17.10 on a laptop (Dell XPS 15). I haven't noticed any audio problems on this machine with any other application. I've done sudo apt dist-upgrade pretty recently so everything is pretty much up to date.



> lspci | grep Audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

> spd-say --version
spd-say: 0.8.7
Copyright (C) 2002-2012 Brailcom, o.p.s.

> uname -sr
Linux 4.13.0-39-generic


The problem persists if I change the volume on the computer, but if I run the application randomly a couple of times with the parameters -i -50 (decreased volume) it goes away temporarily, but I am looking for a more permanent solution.







share|improve this question
























    up vote
    0
    down vote

    favorite












    spd-say "Hello world!"


    I'm running Ubuntu 17.10 on a laptop (Dell XPS 15). I haven't noticed any audio problems on this machine with any other application. I've done sudo apt dist-upgrade pretty recently so everything is pretty much up to date.



    > lspci | grep Audio
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

    > spd-say --version
    spd-say: 0.8.7
    Copyright (C) 2002-2012 Brailcom, o.p.s.

    > uname -sr
    Linux 4.13.0-39-generic


    The problem persists if I change the volume on the computer, but if I run the application randomly a couple of times with the parameters -i -50 (decreased volume) it goes away temporarily, but I am looking for a more permanent solution.







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      spd-say "Hello world!"


      I'm running Ubuntu 17.10 on a laptop (Dell XPS 15). I haven't noticed any audio problems on this machine with any other application. I've done sudo apt dist-upgrade pretty recently so everything is pretty much up to date.



      > lspci | grep Audio
      00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
      00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

      > spd-say --version
      spd-say: 0.8.7
      Copyright (C) 2002-2012 Brailcom, o.p.s.

      > uname -sr
      Linux 4.13.0-39-generic


      The problem persists if I change the volume on the computer, but if I run the application randomly a couple of times with the parameters -i -50 (decreased volume) it goes away temporarily, but I am looking for a more permanent solution.







      share|improve this question












      spd-say "Hello world!"


      I'm running Ubuntu 17.10 on a laptop (Dell XPS 15). I haven't noticed any audio problems on this machine with any other application. I've done sudo apt dist-upgrade pretty recently so everything is pretty much up to date.



      > lspci | grep Audio
      00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
      00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

      > spd-say --version
      spd-say: 0.8.7
      Copyright (C) 2002-2012 Brailcom, o.p.s.

      > uname -sr
      Linux 4.13.0-39-generic


      The problem persists if I change the volume on the computer, but if I run the application randomly a couple of times with the parameters -i -50 (decreased volume) it goes away temporarily, but I am looking for a more permanent solution.









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 24 at 17:52









      01AutoMonkey

      1468




      1468




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          It seems to be a bug in the combination of speech-dispatcher with pulseaudio. As a workaround you can set



          AudioOutputMethod "libao"


          in /etc/speech-dispatcher/speechd.conf.



          (Source: https://bbs.archlinux.org/viewtopic.php?id=215987)






          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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1027885%2fwhen-the-default-text-to-speech-program-spd-say-speaks-it-is-accompanied-by-no%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            It seems to be a bug in the combination of speech-dispatcher with pulseaudio. As a workaround you can set



            AudioOutputMethod "libao"


            in /etc/speech-dispatcher/speechd.conf.



            (Source: https://bbs.archlinux.org/viewtopic.php?id=215987)






            share|improve this answer
























              up vote
              1
              down vote



              accepted










              It seems to be a bug in the combination of speech-dispatcher with pulseaudio. As a workaround you can set



              AudioOutputMethod "libao"


              in /etc/speech-dispatcher/speechd.conf.



              (Source: https://bbs.archlinux.org/viewtopic.php?id=215987)






              share|improve this answer






















                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                It seems to be a bug in the combination of speech-dispatcher with pulseaudio. As a workaround you can set



                AudioOutputMethod "libao"


                in /etc/speech-dispatcher/speechd.conf.



                (Source: https://bbs.archlinux.org/viewtopic.php?id=215987)






                share|improve this answer












                It seems to be a bug in the combination of speech-dispatcher with pulseaudio. As a workaround you can set



                AudioOutputMethod "libao"


                in /etc/speech-dispatcher/speechd.conf.



                (Source: https://bbs.archlinux.org/viewtopic.php?id=215987)







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 24 at 18:04









                Sebastian Stark

                4,668938




                4,668938



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027885%2fwhen-the-default-text-to-speech-program-spd-say-speaks-it-is-accompanied-by-no%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    Unable to upgrade pip

                    Trouble downloading packages list due to a “Hash sum mismatch” error