RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Pi3 Retropie USB powered audio

    Scheduled Pinned Locked Moved Help and Support
    audio issuesusb powerretropie 4.1
    3 Posts 3 Posters 1.7k Views
    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.
    • E
      Emmuss
      last edited by

      Hi folks,

      i got my retropie setup up and running but if i plug my usb powered arctic speakers in i hear a frequently cracking with about 200ms delay.

      pi power: Raspberry Pi Foundation official 2.5A power supply
      arctic speakers: https://www.arctic.ac/de_de/s111.html

      could this be caused by low power?

      B 1 Reply Last reply Reply Quote 0
      • E
        EctoOne
        last edited by

        Does it still uses the headphone jack to get the sound? If so, the quality on it is pretty bad. I used it as well because I wanted to use headphones in Kodi even when my TV was off. And I also didn't want to spend like 200€ for an Av Receiver, so I bought a cheap usb soundcard. Sound is still not perfect (gets bad when I move files to my external USB drive) but it's way better than the build in jack.

        1 Reply Last reply Reply Quote 0
        • B
          backstander @Emmuss
          last edited by backstander

          @Emmuss
          From the command prompt

          List all USB devices
          lsusb

          cat /proc/asound/modules

          Set "card #1" as the default audio device
          sudo nano /etc/asound.conf

          pcm.!default {
           type hw card 1
          }
          ctl.!default {
           type hw card 1
          }
          

          Disable HDMI audio
          sudo nano /boot/config.txt

          #hdmi_drive = 2
          

          RetroArch audio fix
          /opt/retropie/configs/all/retroarch.cfg

          audio_device = "<name of USB audio device>"
          

          Test audio
          aplay -l

          More info here:
          https://learn.adafruit.com/usb-audio-cards-with-a-raspberry-pi/updating-alsa-config

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.