Mono audio output from alsa mixerAlsa doesn't work in vlcHow can I make TVTime find my mixer?No audio through HDMI with Gigabyte BrixHow do I get the Tascam US122L USB audio interface to work?usb audio interface not recognized by alsaUnable to install hw params usb xmos and alsahow to re-initialize alsa audio to load new asound.conf fileHow does the GNome Alsa Mixer Work with my settings - How do the settings work?

Flatten an array

Why is a 737 Original speed-restricted below 10,000 ft with inoperative windscreen heating?

Had J. K. Rowling seen This Is Spinal Tap before writing Harry Potter and the Philosopher's Stone?

What is Noita downloading every time I quit the game?

Translate "loyal animal" into classical Latin

そう "seem" used for hearing

Bass - describe attacking one note in one or more bars

How to determine if the current Ubuntu installation is minimal?

Is this really played by 2200+ players?

What are the meanings of `B.C. 3/8"` and `6-11/32"`?

Why didn't Petunia know that Harry wasn't supposed to use magic out of school?

Duality in mixed integer linear programs

Heat-shrink tubing available as a roll like adhesive tape?

I love fishing, dancing, playing, crafting, and fighting

Adding more space to a plot

Piece de Resistance - Jack in all Tags... But Master in All?

Googlebot crawls my page too often

Do you still need a Test Plan when adopting Continuous Delivery?

Showing a homeless person that you care about their well-being

RX vs TX operation in Software UART

What's the origin of the trope that dragons used to be common but aren't any more?

Walking across lava

How to electrically ground a gas furnace connected with an armoured cable

Why does Ubuntu resolve the name `_gateway` to the default gateway instead of `gateway`?



Mono audio output from alsa mixer


Alsa doesn't work in vlcHow can I make TVTime find my mixer?No audio through HDMI with Gigabyte BrixHow do I get the Tascam US122L USB audio interface to work?usb audio interface not recognized by alsaUnable to install hw params usb xmos and alsahow to re-initialize alsa audio to load new asound.conf fileHow does the GNome Alsa Mixer Work with my settings - How do the settings work?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















In my application the content of the asound.conf file is



pcm.usb

type hw
card 0
format CD
rate 48000



pcm.!default
type asym
playback.pcm

type plug
slave.pcm "usb"

capture.pcm "hw:1,0"



How to modify the asound.conf file inorder to get mono audio output from ALSA mixer?










share|improve this question
































    0

















    In my application the content of the asound.conf file is



    pcm.usb

    type hw
    card 0
    format CD
    rate 48000



    pcm.!default
    type asym
    playback.pcm

    type plug
    slave.pcm "usb"

    capture.pcm "hw:1,0"



    How to modify the asound.conf file inorder to get mono audio output from ALSA mixer?










    share|improve this question




























      0












      0








      0


      0






      In my application the content of the asound.conf file is



      pcm.usb

      type hw
      card 0
      format CD
      rate 48000



      pcm.!default
      type asym
      playback.pcm

      type plug
      slave.pcm "usb"

      capture.pcm "hw:1,0"



      How to modify the asound.conf file inorder to get mono audio output from ALSA mixer?










      share|improve this question















      In my application the content of the asound.conf file is



      pcm.usb

      type hw
      card 0
      format CD
      rate 48000



      pcm.!default
      type asym
      playback.pcm

      type plug
      slave.pcm "usb"

      capture.pcm "hw:1,0"



      How to modify the asound.conf file inorder to get mono audio output from ALSA mixer?







      alsa






      share|improve this question














      share|improve this question











      share|improve this question




      share|improve this question










      asked May 28 at 7:40









      Ramalakshmi Rama 24Ramalakshmi Rama 24

      1




      1























          1 Answer
          1






          active

          oldest

          votes


















          0


















          To allow automatic sample format conversion, use the plug plugin:



          pcm.!default 
          type plug
          slave.pcm
          type asym
          playback.pcm "hw:0"
          capture.pcm "hw:1"







          share|improve this answer


























          • After changing the asound.conf as above still I am getting stereo audio output from ALSA mixer.

            – Ramalakshmi Rama 24
            May 29 at 10:11












          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/4.0/"u003ecc by-sa 4.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%2f1146757%2fmono-audio-output-from-alsa-mixer%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









          0


















          To allow automatic sample format conversion, use the plug plugin:



          pcm.!default 
          type plug
          slave.pcm
          type asym
          playback.pcm "hw:0"
          capture.pcm "hw:1"







          share|improve this answer


























          • After changing the asound.conf as above still I am getting stereo audio output from ALSA mixer.

            – Ramalakshmi Rama 24
            May 29 at 10:11















          0


















          To allow automatic sample format conversion, use the plug plugin:



          pcm.!default 
          type plug
          slave.pcm
          type asym
          playback.pcm "hw:0"
          capture.pcm "hw:1"







          share|improve this answer


























          • After changing the asound.conf as above still I am getting stereo audio output from ALSA mixer.

            – Ramalakshmi Rama 24
            May 29 at 10:11













          0














          0










          0









          To allow automatic sample format conversion, use the plug plugin:



          pcm.!default 
          type plug
          slave.pcm
          type asym
          playback.pcm "hw:0"
          capture.pcm "hw:1"







          share|improve this answer














          To allow automatic sample format conversion, use the plug plugin:



          pcm.!default 
          type plug
          slave.pcm
          type asym
          playback.pcm "hw:0"
          capture.pcm "hw:1"








          share|improve this answer













          share|improve this answer




          share|improve this answer










          answered May 29 at 6:07









          CL.CL.

          1,4541 gold badge12 silver badges13 bronze badges




          1,4541 gold badge12 silver badges13 bronze badges















          • After changing the asound.conf as above still I am getting stereo audio output from ALSA mixer.

            – Ramalakshmi Rama 24
            May 29 at 10:11

















          • After changing the asound.conf as above still I am getting stereo audio output from ALSA mixer.

            – Ramalakshmi Rama 24
            May 29 at 10:11
















          After changing the asound.conf as above still I am getting stereo audio output from ALSA mixer.

          – Ramalakshmi Rama 24
          May 29 at 10:11





          After changing the asound.conf as above still I am getting stereo audio output from ALSA mixer.

          – Ramalakshmi Rama 24
          May 29 at 10:11


















          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%2f1146757%2fmono-audio-output-from-alsa-mixer%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

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?