[Bug 14559] Rosetta stone v3 microphone detection

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 26 20:38:22 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=14559

--- Comment #69 from Raymond <superquad.vortex2 at gmail.com> 2011-11-26 20:38:22 CST ---
(In reply to comment #67)
> PS.
> While RS sees no mic under 1.3.33, Audacity under wine records ok, but only if
> selecting 'default' source. 'Wine mapper' or 'Intel ... Analog' do not work.
> 
> Under 1.3.15 there are 2 sources: 'Wine mapper' and 'Intel ... Analog' - both
> are ok.

wine need to provide controls for

MIXERLINE_COMPONENTTYPE_SRC_WAVEOUT and MIXERLINE_COMPONENTTYPE_DST_SPEAKERS   
or MIXERLINE_COMPONENTTYPE_DST_HEADPHONES for default sound playback device and
default voice playback device


MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE 
and MIXERLINE_COMPONENTTYPE_DST_VOICEIN or MIXERLINE_COMPONENTTYPE_DST_WAVEIN 
for default voice capture device and default sound capture device


in winealsa.drv using snd_mixer_* or snd_ctl_* functions by opening "default"
or "hw"

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list