[Bug 14588] Everyday Shooter: fails to run on Steam with OSS sound driver

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 10 21:47:35 CDT 2010


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





--- Comment #37 from Raymond <superquad.vortex2 at gmail.com>  2010-07-10 21:47:34 ---
(In reply to comment #36)
> (In reply to comment #35)
> > 
> > In the old days , most sound cards support mono and only those high end sound
> > card support stereo (OSS 3.x API) , however nowadays, most onboard sound cards
> > (e.g. intel8x0 and HDA ) does not support mono, only stereo, surround40,
> > surround51 and surround71
> > 
> > The following command fail if your sound card does not support mono 
> > 
> > sox -t wav mono.wav -t ossdsp /dev/dsp   
> > 
> > 
> > This may due to the difference of API between ALSA OSS emulation (OSS Free3.8)
> > and OSS 4.0
> 
> Can you give me a wave file recorded in mono so I could test this command?
> Unfortunately I have no such file.

you can convert any stereo.wav to mono.wav by sox

sox -c2 stereo.wav -c 1 mono.wav

-- 
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