Quote:
Originally Posted by Grath
Both problems have been solved.
One last one, which might be beyond everyone's wisdom.
It doesn't do sound in either JJ2 or The Rosetta Stone, another windows program I've tried.
Both have sound...
Anyone know how to fix this problem?
|
I know my Jazz sound suddenly started working when I set mixing precision to 8 bit (either uncheck the 16 bit box in the music window, or switch it in the game menu)
You may also try some different drivers in your wine config file (~/.wine/config as you probably know by now). You can do it by scrolling to this part of the file.
Code:
[WinMM]
; Uncomment the "Drivers" line matching your sound setting.
"Drivers" = "wineoss.drv" ; default for most common configurations
;"Drivers" = "winearts.drv" ; for KDE
;"Drivers" = "winealsa.drv" ; for ALSA users
;"Drivers" = "winejack.drv" ; for Jack sound server
;"Drivers" = "winenas.drv" ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = "" ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
To disable the current driver put a ; in front of it, to enable it take the ; away. Don't enable multiple drivers at once. You can also try running "winecfg" from the command line, this has an option to automatically detect sound settings. You have most chances to get it to work by switching to ALSA.
|