Setting ALSA .asoundrc file to 44100 sample rate has no effect?

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








up vote
0
down vote

favorite












I am attempting to configure a microphone for my computer



Below is my .asoundrc file:



pcm.dmic_hw 
type hw
card sndrpisimplecar
channels 2
format S32_LE
rate 44100


pcm.dmic_sv
type softvol
slave.pcm dmic_hw
control
name "Boost Capture Volume"
card sndrpisimplecar

min_dB -3.0
max_dB 30.0


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

capture.pcm
type plug
slave.pcm dmic_sv




My goal is to make it such that running arecord someFile.wav defaults to a 32 bit signed format, and a sample rate of 44100hz.



I have that set in my pcm.dmic_hw configuration, but it seems to have no effect.



placing those two lines in pcm.dmic_sv or pcm.!default cause errors.



How do I accomplish this?







share|improve this question
























    up vote
    0
    down vote

    favorite












    I am attempting to configure a microphone for my computer



    Below is my .asoundrc file:



    pcm.dmic_hw 
    type hw
    card sndrpisimplecar
    channels 2
    format S32_LE
    rate 44100


    pcm.dmic_sv
    type softvol
    slave.pcm dmic_hw
    control
    name "Boost Capture Volume"
    card sndrpisimplecar

    min_dB -3.0
    max_dB 30.0


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

    capture.pcm
    type plug
    slave.pcm dmic_sv




    My goal is to make it such that running arecord someFile.wav defaults to a 32 bit signed format, and a sample rate of 44100hz.



    I have that set in my pcm.dmic_hw configuration, but it seems to have no effect.



    placing those two lines in pcm.dmic_sv or pcm.!default cause errors.



    How do I accomplish this?







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am attempting to configure a microphone for my computer



      Below is my .asoundrc file:



      pcm.dmic_hw 
      type hw
      card sndrpisimplecar
      channels 2
      format S32_LE
      rate 44100


      pcm.dmic_sv
      type softvol
      slave.pcm dmic_hw
      control
      name "Boost Capture Volume"
      card sndrpisimplecar

      min_dB -3.0
      max_dB 30.0


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

      capture.pcm
      type plug
      slave.pcm dmic_sv




      My goal is to make it such that running arecord someFile.wav defaults to a 32 bit signed format, and a sample rate of 44100hz.



      I have that set in my pcm.dmic_hw configuration, but it seems to have no effect.



      placing those two lines in pcm.dmic_sv or pcm.!default cause errors.



      How do I accomplish this?







      share|improve this question












      I am attempting to configure a microphone for my computer



      Below is my .asoundrc file:



      pcm.dmic_hw 
      type hw
      card sndrpisimplecar
      channels 2
      format S32_LE
      rate 44100


      pcm.dmic_sv
      type softvol
      slave.pcm dmic_hw
      control
      name "Boost Capture Volume"
      card sndrpisimplecar

      min_dB -3.0
      max_dB 30.0


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

      capture.pcm
      type plug
      slave.pcm dmic_sv




      My goal is to make it such that running arecord someFile.wav defaults to a 32 bit signed format, and a sample rate of 44100hz.



      I have that set in my pcm.dmic_hw configuration, but it seems to have no effect.



      placing those two lines in pcm.dmic_sv or pcm.!default cause errors.



      How do I accomplish this?









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 23 at 23:36









      DCIndieDev

      148211




      148211

























          active

          oldest

          votes











          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%2f1027626%2fsetting-alsa-asoundrc-file-to-44100-sample-rate-has-no-effect%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027626%2fsetting-alsa-asoundrc-file-to-44100-sample-rate-has-no-effect%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

          What makes Checkinstall packages not suitable for distribution?

          Running the scala interactive shell from the command line