Results 1 to 2 of 2

Thread: ALSA volume too low

  1. #1
    Join Date
    Feb 2018
    Beans
    3

    Question ALSA volume too low

    I have Google assistant running on a headless system. The sound output is via a USB sound card but the volume is too low, even with volume set to max on alsamixer. I've been trying to figure out how to enable pre-amp, but have been unsuccessful. The current asoundrc is:

    Code:
    pcm.!default {
     type asym
     capture.pcm "mic"
     playback.pcm "speaker"
    }
    pcm.mic {
     type plug
     slave {
     pcm "hw:0,0"
     format S16_LE
     }
    }
    pcm.speaker {
     type plug
     slave {
     pcm "hw:2,0"
     }
    }
    Any ideas on how I can enable pre-amp or otherwise increase the volume?

  2. #2
    Join Date
    Feb 2018
    Beans
    3

    Re: ALSA volume too low

    I've figured it out. It's nothing to do wit Alsa, rather Google Assistant has the ability to control volume, i.e. "OK Google, turn it to 10"

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •