USB Microphone in Ventrilo

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fullyspenged
Level 2
Level 2
Posts: 31
Joined: Tue Dec 02, 2008 1:29 pm

USB Microphone in Ventrilo

Post by fullyspenged »

winecfg:

Code: Select all

fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x8ca, disabling mixer
Explains itself? It does not have a master channel , only one channel which is the capture channel. How can I use this in Ventrilo? No choice from there works.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: USB Microphone in Ventrilo

Post by vitamin »

fullyspenged wrote:How can I use this in Ventrilo?
If you using ALSA, configure it with 2 sound cards. See ALSA related keys here: http://wiki.winehq.org/UsefulRegistryKeys
fullyspenged
Level 2
Level 2
Posts: 31
Joined: Tue Dec 02, 2008 1:29 pm

Post by fullyspenged »

When I use "AutoScanDevices" it finds "Mic capture" which I assume is my webcam which I am trying to use?

If I don't "UseDirectHW" I get:

Code: Select all

exe: pcm_params.c:170: snd1_pcm_hw_param_get_min: Assertion `!snd_interval_empty(i)' failed.
wine: Assertion failed at address 0xf7f18430 (thread 0019), starting debugger...
If I do, I hear nothing.
Any ideas? :(
Locked