You are not logged in.

#1 2011-09-28 06:28:00

richardm198030
Member
Registered: 2011-02-10
Posts: 81

alsa + aoss + muted microphone

I found a solution on aoss alsa wiki, and I can hear them on TS2, but my microphone is muted, has anybody created a solution for this yet?  Before I found this solution, sounds wouldn't work at all,  now I can hear them, not sure what to from here.  Not even aoss alsa wiki had a solution for Muted Microphone, here's my cat ~/.asoundrc file:

cat: /home/rottingdead/.asounrd: No such file or directory
[rottingdead@RMEnterprises ~]$ cat ~/.asoundrc
pcm.!default {
   type plug
   slave.pcm "dmixer"
}

pcm.dmixer  {
   type dmix
   ipc_key 1024
   slave {
      pcm "hw:0,0"
      format S32_LE
      period_time 0
      period_size 1024
      buffer_size 8192

      rate 96000
   }
   bindings {
      0 0
      1 1
   }
}

ctl.dmixer {
   type hw
   card 0
   device 0
}
pcm.dsp {
    type plug
    slave.pcm "dmixer"     # use our new PCM here
}
ctl.mixer {
    type hw
    card 0
}

Thanks !!

Offline

#2 2011-09-28 15:21:01

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: alsa + aoss + muted microphone

See my config in my sig, which works fine in Skype. Notice the capture.pcm line.

Offline

#3 2011-09-28 16:22:20

richardm198030
Member
Registered: 2011-02-10
Posts: 81

Re: alsa + aoss + muted microphone

brebs wrote:

See my config in my sig, which works fine in Skype. Notice the capture.pcm line.

Awesome, I'll copy this, make a backup of my old asoundrc file, and if this works, salute !!  smilesad, it didn't work..

Last edited by richardm198030 (2011-09-28 16:29:33)

Offline

#4 2011-09-28 16:38:52

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: alsa + aoss + muted microphone

What you're saying is useless. I wish these forums filtered on such comments and showed a big fat warning about this. SHOW AN ERROR MESSAGE!!

You can use the speaker-test command - several examples in my config.

Offline

Board footer

Powered by FluxBB