i-rinat / apulse

PulseAudio emulation for ALSA
MIT License
609 stars 35 forks source link

Skype doesn't see my mic #23

Closed Ilya87 closed 9 years ago

Ilya87 commented 9 years ago

I can hear sound from skype, skype can't hear me. arecord -l \ List of CAPTURE Hardware Devices ** card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: PCH [HDA Intel PCH], device 2: ALC892 Alt Analog [ALC892 Alt Analog] Subdevices: 1/1 Subdevice #0: subdevice #0

audacity records mic from front mic https://yadi.sk/i/TZ-kYrI3eDzZB - debug output

i-rinat commented 9 years ago

Open Edit->Preferences in Audacity. Select "Devices" pane. Which device for recording is selected there? Does recording work when you choose "default" device?

Ilya87 commented 9 years ago

HDA Intel PCH:ALC892 Analog (hw:0,0):Front Mic:1 P. S. My OS is Arch Linux x86_64

i-rinat commented 9 years ago

Try to launch apulse that way: APULSE_CAPTURE_DEVICE=plughw:0,0 apulse skype or, if that doesn't work, APULSE_CAPTURE_DEVICE=hw:0,0 apulse skype

Ilya87 commented 9 years ago

APULSE_CAPTURE_DEVICE=plughw:0,0 apulse skype works. Thank you! I should better read README.md