Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

USB Sound in Linux

  • 30-07-2005 12:59pm
    #1
    Registered Users, Registered Users 2 Posts: 18


    I've a USB headset here, and while it works, i have no way of changing either the input or output volume. I'm using it for my software phone in work, but people complain that they can hardly hear what i'm saying. Anyone have any ideas how i'd change the volumes on it? Alsamixer does nothing

    Also, has anyone managed to get more than one application to use a sound card at once? I've tried before, but never managed it

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 1,419 ✭✭✭nadir


    im not sure about the volume, im imagining you need to set up some sort of additional volume device, like the way for surround sound.

    as for multiple sounds, you really need a card withy hardware mixing, otherwise you are stuck using dmix
    pcm.!default {
    type plug
    slave.pcm "dmixer"
    }
    
    pcm.dsp {
    type plug
    slave.pcm "dmixer"
    }
    
    pcm.dmixer {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:0"
    period_time 0
    period_size 512
    buffer_size 32768 #modify this to match your card's buffer size
    rate 48000
    }
    bindings {
    0 0
    1 1
    }
    }
    
    ctl.mixer {
    type hw
    card 0
    }
    


  • Registered Users, Registered Users 2 Posts: 2,755 ✭✭✭niallb


    There might be an extra control for the mic that you're missing.
    A control such as "Toggle +20dB gain" is common, and sounds
    like it would fix your problem.

    Take a close look on a full set of alsamixer controls.

    NiallB


Advertisement