MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-AssistantMK2 USB Mic

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 3 Posters 2.0k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      tigroufou
      last edited by tigroufou

      Hi, thanks to be cool with me.
      I’m French and my English isn’t very good :-)
      I have install and configure MagicMirror with MMM-AssistantMK2.
      But the USB microphone and USB audio doesn’t work.
      I don’t understand where is the problem ?

      This is arecord List

      pi@raspberrypi:~ $ arecord -L
      null
          Discard all samples (playback) or generate zero samples (capture)
      default
      sysdefault:CARD=Device
          USB PnP Sound Device, USB Audio
          Default Audio Device
      front:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          Front speakers
      surround21:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          2.1 Surround output to Front and Subwoofer speakers
      surround40:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          4.0 Surround output to Front and Rear speakers
      surround41:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          4.1 Surround output to Front, Rear and Subwoofer speakers
      surround50:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          5.0 Surround output to Front, Center and Rear speakers
      surround51:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          5.1 Surround output to Front, Center, Rear and Subwoofer speakers
      surround71:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
      iec958:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          IEC958 (S/PDIF) Digital Audio Output
      dmix:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          Direct sample mixing device
      dsnoop:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          Direct sample snooping device
      hw:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          Direct hardware device without any conversions
      plughw:CARD=Device,DEV=0
          USB PnP Sound Device, USB Audio
          Hardware device with all software conversions
      
      

      And this is .asoundrc configuration file

      pcm.!default{
        type hw
        playback.pcm{
          type hw
          card 1
        }
        capture.pcm{
          type plug
          slave.pcm "hw:1, 0"
        }
      }
      
      ctl.!default{
        type hw
        card 1
      }
      
      pcm.!default {
      	type hw
      	card 1
      }
      
      ctl.!default {
      	type hw
      	card 1
      }
      
      

      Even if i configure by Default USB Soundcard (USB Pnb sound Device) in “Preferences/Audio Device Setting”, it doesn’t work too.

      Have you any solution for me ?

      Thanks

      1 Reply Last reply Reply Quote 0
      • bheplerB Offline
        bhepler Module Developer
        last edited by

        Please use the markdown features of the board when posting code.

        1 Reply Last reply Reply Quote 0
        • T Offline
          tigroufou
          last edited by

          Hello,

          I have modified with markdown features.

          1 Reply Last reply Reply Quote 0
          • S Offline
            solomon-il
            last edited by

            I went through this tutorial and managed to use USB Mic:

            link text

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy