No sound input

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
abi
Level 1
Level 1
Posts: 9
Joined: Sun Jul 13, 2014 12:56 pm

No sound input

Post by abi »

Hello.

I have a problem with sound input - I can't record anything with my microphone. I tested mostly on Teamspeak3 client, but I suspect this is more common problem. (If you know better windows program to test - please tell, I'll try). Native programs (audacity) works without any issues.

I see no errors on log output. It's just producing silence.
Log: http://pastebin.ru/cCec9WAM
Any clues?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: No sound input

Post by dimesio »

Is this a USB microphone? If so, try an analog one.
abi
Level 1
Level 1
Posts: 9
Joined: Sun Jul 13, 2014 12:56 pm

Re: No sound input

Post by abi »

dimesio wrote:Is this a USB microphone? If so, try an analog one.
Yes, it's pcm9 device, the usb headset. Thank you for suggestion, I'll try it tomorrow (no analog ears atm :) )
alexjames212
Level 1
Level 1
Posts: 5
Joined: Mon Jul 07, 2014 4:18 am

Re: No sound input

Post by alexjames212 »

hey i have the same issue, did you guys find a solution to this?
abi
Level 1
Level 1
Posts: 9
Joined: Sun Jul 13, 2014 12:56 pm

Re: No sound input

Post by abi »

Got analog headset. The same issue - no sound. Audacity works. Some one can test if wine supports microphone?

Code: Select all

darkstar% cat /dev/sndstat                 
Installed devices:
pcm0: <Envy24HT audio (ESI Juli@)> (play/rec)
pcm1: <NVIDIA (0x0040) (HDMI/DP 8ch)> (play)
pcm2: <NVIDIA (0x0040) (HDMI/DP 8ch)> (play)
pcm3: <NVIDIA (0x0040) (HDMI/DP 8ch)> (play)
pcm4: <NVIDIA (0x0040) (HDMI/DP 8ch)> (play)
pcm5: <Realtek ALC892 (Rear Analog 7.1/2.0)> (play/rec) default
pcm6: <Realtek ALC892 (Front Analog)> (play/rec)
pcm7: <Realtek ALC892 (Rear Digital)> (play)
pcm8: <Realtek ALC892 (Onboard Digital)> (play)

Code: Select all

darkstar% mixer
Mixer vol      is currently set to  84:84
Mixer pcm      is currently set to 100:100
Mixer speaker  is currently set to  74:74
Mixer line     is currently set to   1:1
Mixer mic      is currently set to  67:67
Mixer mix      is currently set to  74:74
Mixer rec      is currently set to  35:35
Mixer igain    is currently set to   0:0
Mixer ogain    is currently set to 100:100
Recording source: mic
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: No sound input

Post by dimesio »

Microphones should work, and the AppDB has test reports that Teamspeak3 has worked in Wine in the past. Those test reports are pretty old, though. http://appdb.winehq.org/objectManager.p ... &iId=18445

Have you tried selecting a different input device in winecfg?
abi
Level 1
Level 1
Posts: 9
Joined: Sun Jul 13, 2014 12:56 pm

Re: No sound input

Post by abi »

1. Results are for Linux/obviously ALSA. Mine is FreeBSD/OSS, so issue can be in ossdrv.
2. Yes. Also, application allows me to choose input device. I tried rear and analog jack, usb audio and dsound dll from MS. It altered output quality drastically, but input (it's absence) is unaffected
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: No sound input

Post by dimesio »

Locked